FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
Represents the data structure for a tree node. More...
Public Attributes | |
boolean | activated |
Indicates whether the node's subtree is expanded. Default is false. More... | |
boolean | checkable |
Indicates whether the node is selectable and displays a checkbox. More... | |
boolean | checked |
Indicates whether the node is checked. More... | |
TreeNodeData [] | children |
An array of child nodes. More... | |
string | color |
The text color for the node's title. Default is "#000000". More... | |
boolean | disabled |
Indicates whether the node is disabled. Default is false. More... | |
boolean | editable |
Indicates whether the node is editable. Default is false. More... | |
boolean | editing |
Indicates whether the node is in editing mode. Default is false. More... | |
string | icon |
The CSS class for the node's icon. More... | |
string | id |
The unique index for the node. More... | |
boolean | isBold |
Indicates whether the node's title is bold. Default is false More... | |
boolean | isItalic |
Indicates whether the node's title is italic. Default is false More... | |
boolean | isLeaf |
Indicates whether the node is forced to be a leaf node. Default is true. Useful for asynchronous loading of child nodes. More... | |
boolean | selectable |
Indicates whether the node is selectable. Default is false. More... | |
boolean | selected |
Indicates whether the node is initially selected. Default is false. More... | |
string | title |
The content to be displayed. More... | |
Represents the data structure for a tree node.
boolean TreeNodeData::activated |
Indicates whether the node's subtree is expanded. Default is false.
boolean TreeNodeData::checkable |
Indicates whether the node is selectable and displays a checkbox.
boolean TreeNodeData::checked |
Indicates whether the node is checked.
TreeNodeData [] TreeNodeData::children |
An array of child nodes.
string TreeNodeData::color |
The text color for the node's title. Default is "#000000".
boolean TreeNodeData::disabled |
Indicates whether the node is disabled. Default is false.
boolean TreeNodeData::editable |
Indicates whether the node is editable. Default is false.
boolean TreeNodeData::editing |
Indicates whether the node is in editing mode. Default is false.
string TreeNodeData::icon |
The CSS class for the node's icon.
string TreeNodeData::id |
The unique index for the node.
boolean TreeNodeData::isBold |
Indicates whether the node's title is bold. Default is false
boolean TreeNodeData::isItalic |
Indicates whether the node's title is italic. Default is false
boolean TreeNodeData::isLeaf |
Indicates whether the node is forced to be a leaf node. Default is true. Useful for asynchronous loading of child nodes.
boolean TreeNodeData::selectable |
Indicates whether the node is selectable. Default is false.
boolean TreeNodeData::selected |
Indicates whether the node is initially selected. Default is false.
string TreeNodeData::title |
The content to be displayed.