All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.javafx.control.TreeTableView.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    
        
        
        
        
        
        
        
        
    
    
    
    
        This is the function called when the user completes a column-resize operation.

]]>
Specifies whether this TreeTableView is editable - only if the TreeTableView and the TreeCells within it are both editable will a TreeCell be able to go into their editing state.

]]>
Specifies whether this control has cells that are a fixed height (of the specified value).

]]>
The FocusModel provides the API through which it is possible to control focus on zero or one rows of the TreeTableView.

]]>
This Node is shown to the user when the table has no content to show.

]]>
Property representing the root node of the TreeTableView.

]]>
A function which produces a TreeTableRow.

]]>
The SelectionModel provides the API through which it is possible to select single or multiple items within a TreeTableView, as well as inspect which rows have been selected by the user.

]]>
A boolean property used to represent whether the table is in row or cell selection modes.

]]>
Property that represents whether or not the TreeTableView root node is visible.

]]>
Specifies the sort mode to use when sorting the contents of this TreeTableView, should any columns be specified in the sort order list.

]]>
The sort policy specifies how sorting in this TreeTableView should be performed.

]]>
This controls whether a menu button is available when the user clicks in a designated space within the TableView, within which is a radio menu item for each TreeTableColumn in this table.

]]>
Property that represents which column should have the disclosure node shown in it (that is, the column with the arrow).

]]>
This is the function called when the user completes a column-resize operation.

需要实现的方法:

  • Boolean call(TableView.ResizeFeatures param)

 

]]>
用于定义动作行为,通过子节点添加具体的动作行为。

只有第一个动作模型(本节点类型)生效,会忽略后面添加的动作模型。

]]>
This Node is shown to the user when the table has no content to show.

]]>
A function which produces a TableRow. 

需要实现的方法:

  • TableRow call(TableView param)

 

]]>
The disclosure node is commonly seen represented as a triangle that rotates on screen to indicate whether or not the TreeItem that it is placed beside is expanded or collapsed.

]]>
用于定义动作行为,通过子节点添加具体的动作行为。

只有第一个动作模型(本节点类型)生效,会忽略后面添加的动作模型。

]]>
The disclosure node is commonly seen represented as a triangle that rotates on screen to indicate whether or not the TreeItem that it is placed beside is expanded or collapsed.

]]>
The sort policy specifies how sorting in this TableView should be performed.

需要实现的方法:

  • Boolean call(TableView param)

 

]]>
用于定义动作行为,通过子节点添加具体的动作行为。

只有第一个动作模型(本节点类型)生效,会忽略后面添加的动作模型。

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy