TreeNode

树节点

package

FineUIPHP\UI\Tree\TreeNode

Methods

HTML标签属性

attribute( $key, string $value) : $this

Arguments

$key

$value

string

Response

$this

HTML标签属性(data-tag)

attributeDataTag( $value) : $this

Arguments

$value

Response

$this

HTML标签属性

attributes(array $value) : $this

Arguments

$value

array

Response

$this

是否选中

checked(boolean $value) : $this

Arguments

$value

boolean

Response

$this

节点样式类

cssClass(string $value) : $this

Arguments

$value

string

Response

$this

是否启用复选框

enableCheckBox(boolean $value) : $this

Arguments

$value

boolean

Response

$this

是否展开

expanded(boolean $value) : $this

Arguments

$value

boolean

Response

$this

getAttributeDataTag

getAttributeDataTag() : mixed|null

Response

mixed|null

getEnableCheckBox

getAttributes() : array

Response

array

getChecked

getChecked() : boolean

Response

boolean

getCssClass

getCssClass() : string

Response

string

getEnableCheckBox

getEnableCheckBox() : boolean

Response

boolean

getExpanded

getExpanded() : boolean

Response

boolean

getIcon

getIcon() : string

Response

string

getIconFont

getIconFont() : string

Response

string

getIconFontClass

getIconFontClass() : string

Response

string

getIconUrl

getIconUrl() : string

Response

string

getLeaf

getLeaf() : boolean

Response

boolean

getNavigateUrl

getNavigateUrl() : string

Response

string

getNodeID

getNodeID() : string

Response

string

树节点集合

getNodes() : \FineUIPHP\UI\Tree\TreeNode\TreeNodeCollection

getOnClientClick

getOnClientClick() : string

Response

string

getParentNode

getParentNode() : \FineUIPHP\UI\Tree\TreeNode\TreeNode

getSelectable

getSelectable() : boolean

Response

boolean

getTarget

getTarget() : string

Response

string

getText

getText() : string

Response

string

getToolTip

getToolTip() : string

Response

string

getTreeInstance

getTreeInstance() : \FineUIPHP\UI\Tree\Tree

预定义图标

icon(string $value) : $this

Arguments

$value

string

Response

$this

预定义图标字体

iconFont(string $value) : $this

Arguments

$value

string

Response

$this

自定义图标字体的样式类

iconFontClass(string $value) : $this

Arguments

$value

string

Response

$this

图标地址

iconUrl(string $value) : $this

Arguments

$value

string

Response

$this

是否叶子节点

leaf(boolean $value) : $this

Arguments

$value

boolean

Response

$this

链接地址

navigateUrl(string $value) : $this

Arguments

$value

string

Response

$this

树节点ID

nodeID(string $value) : $this

Arguments

$value

string

Response

$this

树节点集合

nodes() : $this

Response

$this

点击按钮时需要执行的客户端脚本

onClientClick(string $value) : $this

Arguments

$value

string

Response

$this

父节点

parentNode(\FineUIPHP\UI\Tree\TreeNode\TreeNode $value) : $this

Arguments

Response

$this

读取属性值

readXmlAttributes( $attributes,  $tree) 

Arguments

$attributes

$tree

是否可选中

selectable(boolean $value) : $this

Arguments

$value

boolean

Response

$this

设置属性的值

setPropertyValue( $name,  $value) 

Arguments

$name

$value

链接目标

target(string $value) : $this

Arguments

$value

string

Response

$this

文本

text(string $value) : $this

Arguments

$value

string

Response

$this

以数组形式返回

toArray() : array

Response

array

提示文字

toolTip(string $value) : $this

Arguments

$value

string

Response

$this

树实例

treeInstance(\FineUIPHP\UI\Tree\Tree $value) : $this

Arguments

Response

$this