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

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

There is a newer version: 2.0.2
Show newest version



    
        
        
        
        
        
        
    
    
    
    
        The button cell is used to render what is shown in the ComboBox 'button' area.

]]>
Providing a custom cell factory allows for complete customization of the rendering of items in the ComboBox.

]]>
Converts the user-typed input (when the ComboBox is editable) to an object of type T, such that the input may be retrieved via the value property.

]]>
The list of items to show within the ComboBox popup

接受Iterator<Object>。

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

]]>
The maximum number of rows to be visible in the ComboBox popup when it is showing.

]]>
The button cell is used to render what is shown in the ComboBox 'button' area.

]]>
Providing a custom cell factory allows for complete customization of the rendering of items in the ComboBox.

可以重写的方法:

  • ListCell<Object> createCell(ListView<Object> param)
    根据参数创建ListCell,默认通过子节点创建。

  

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

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy