viewtify.ui.helper
AssociativeHelper
AbstractChart
Self
,C
,D
AbstractComboBox
T
,Self
,W
AbstractPane
E
,P
,Self
DisableHelper
Self
LabelHelper
Self
PlaceholderHelper
Self
UIButton
UICheckBox
UICheckMenuItem
UICheckSwitch
UIChoiceBox
T
UIColorPicker
UIComboBox
T
UIComboCheckBox
T
UIDatePicker
UIFlowView
E
UIFontPicker
UIGridView
E
UIHBox
UIImage
UILabel
UILineChart
X
,Y
UIListView
E
UIMenuItem
M
UIPane
UIPieChart
UIProgressBar
UIScrollPane
UISegmentedButton
UISelectPane
UISlidePane
UISlider
UISpinner
T
UISplitPane
UIStackPane
UITab
UITabPane
UITableCheckBoxColumn
RowV
UITableColumnBase
Column
,Self
,RowV
,ColumnV
,T
UITableColumn
RowV
,ColumnV
UITableView
RowV
UITextArea
UIText
V
UITileView
E
UIToggleButton
UIToolBar
UITreeTableColumn
RowV
,ColumnV
UITreeTableView
RowV
UIVBox
UIWeb
UserInterface
Self
,W
ui
()
Object
Object |
A UI component |
Return the JavaFX's UI component.
get
(ClassT
key
)
kiss.VariableT
ClassT
key
)T
T |
|
Class key |
|
kiss.Variable |
Get the user data.
get
(ClassT
key
, String
name
)
kiss.VariableT
ClassT
key
, String
name
)T
T |
|
Class key |
|
String name |
|
kiss.Variable |
Get the user data.
exact
(ClassT
key
)
T
ClassT
key
)T |
|
Class key |
|
T |
Store the user data.
exact
(ClassT
key
, String
name
)
T
ClassT
key
, String
name
)T |
|
Class key |
|
String name |
|
T |
Store the user data.
set
(ClassT
key
, Object
value
)
void
ClassT
key
, Object
value
)T |
|
Class key |
|
Object value |
Store the user data.
set
(ClassT
key
, String
name
, Object
value
)
void
ClassT
key
, String
name
, Object
value
)T |
|
Class key |
|
String name |
|
Object value |
Store the user data.
replace
(ClassT
key
, T
value
)
void
ClassT
key
, T
value
)T |
|
Class key |
|
T value |
Replace the user data.
replace
(ClassT
key
, String
name
, T
value
)
void
ClassT
key
, String
name
, T
value
)T |
|
Class key |
|
String name |
|
T value |
Replace the user data.
dispose
(Class
key
)
void
Class
key
)Class key |
Dispose the user data.
dispose
(Class
key
, String
name
)
void
Class
key
, String
name
)Class key |
|
String name |
Dispose the user data.
bind
(javafx.beans.property.PropertyV
property
, kiss.VariableS
source
, kiss.WiseFunctionS
, V
converter
)
void
javafx.beans.property.PropertyV
property
, kiss.VariableS
source
, kiss.WiseFunctionS
, V
converter
)S |
|
V |
|
javafx.beans.property.Property property |
|
kiss.Variable source |
|
kiss.WiseFunction converter |
of
(Object
object
)
AssociativeHelper
Object
object
)Object object |
|
AssociativeHelper |