viewtify.ui.helper
UserActionHelper<Self>
Self>SelfUserActionHelperSelf
AbstractChartSelf,C,DAbstractComboBoxT,Self,WAbstractPaneE,P,SelfEnhancedContextMenuUIButtonUICheckBoxUICheckMenuItemUICheckSwitchUIChoiceBoxTUIColorPickerUIComboBoxTUIComboCheckBoxTUIDatePickerUIFlowViewEUIFontPickerUIGridViewEUIHBoxUIImageUILabelUILineChartX,YUIListViewEUIMenuItemMUIPaneUIPieChartUIProgressBarUIScrollPaneUISegmentedButtonUISelectPaneUISlidePaneUISliderUISpinnerTUISplitPaneUIStackPaneUITabPaneUITableCheckBoxColumnRowVUITableColumnRowV,ColumnVUITableViewRowVUITextAreaUITextVUITileViewEUIToggleButtonUIToolBarUITreeTableViewRowVUIVBoxUIWebUserInterfaceSelf,W
ui()Object
Object |
A UI component |
Return the JavaFX's UI component.
action(kiss.WiseRunnableaction)Self
kiss.WiseRunnableaction)kiss.WiseRunnableaction |
|
Self |
Shorthand method to register user action.
fire(javafx.event.Eventevent)Self
javafx.event.Eventevent)javafx.event.Eventevent |
An event to fire. |
Self |
Chainable API |
Fire the specified event on this event target.
ignore(UserEactionTypes)Self
UserEactionTypes)E |
|
UseractionTypes |
A list of user action to disable. |
Self |
Disable event propagation.
when(UserEactionType)kiss.SignalE
UserEactionType)EE |
|
UseractionType |
A user action to detect. |
kiss.Signal |
An event Signal. |
Listen the specified user action.
when(javafx.event.EventTypeEactionType)kiss.SignalE
javafx.event.EventTypeEactionType)EE |
|
javafx.event.EventTypeactionType |
A user action to detect. |
kiss.Signal |
An event Signal. |
Listen the specified user action.
when(UserEactionTypes)kiss.SignalE
UserEactionTypes)EE |
|
UseractionTypes |
A list of user actions to detect. |
kiss.Signal |
An event Signal. |
Listen all specified user actions.
when(javafx.event.EventTypeEactionType, kiss.WiseRunnablelistener)Self
javafx.event.EventTypeEactionType, kiss.WiseRunnablelistener)E |
|
javafx.event.EventTypeactionType |
A user action to detect. |
kiss.WiseRunnablelistener |
An event listener. |
Self |
Chainable API. |
Listen the specified user action.
when(UserEactionType, kiss.WiseRunnablelistener)Self
UserEactionType, kiss.WiseRunnablelistener)E |
|
UseractionType |
A user action to detect. |
kiss.WiseRunnablelistener |
An event listener. |
Self |
Chainable API. |
Listen the specified user action.
when(UserE1actionType1, UserE2actionType2, kiss.WiseRunnablelistener)Self
UserE1actionType1, UserE2actionType2, kiss.WiseRunnablelistener)E1 |
|
E2 |
|
UseractionType1 |
A user action to detect. |
UseractionType2 |
A user action to detect. |
kiss.WiseRunnablelistener |
An event listener. |
Self |
Chainable API. |
Listen all specified user actions.
when(UserE1actionType1, UserE2actionType2, UserE3actionType3, kiss.WiseRunnablelistener)Self
UserE1actionType1, UserE2actionType2, UserE3actionType3, kiss.WiseRunnablelistener)E1 |
|
E2 |
|
E3 |
|
UseractionType1 |
A user action to detect. |
UseractionType2 |
A user action to detect. |
UseractionType3 |
A user action to detect. |
kiss.WiseRunnablelistener |
An event listener. |
Self |
Chainable API. |
Listen all specified user actions.
when(javafx.event.EventTypeEactionType, kiss.WiseConsumerElistener)Self
javafx.event.EventTypeEactionType, kiss.WiseConsumerElistener)E |
|
javafx.event.EventTypeactionType |
A user action to detect. |
kiss.WiseConsumerlistener |
An event listener. |
Self |
Chainable API. |
Listen the specified user action.
when(UserEactionType, kiss.WiseConsumerElistener)Self
UserEactionType, kiss.WiseConsumerElistener)E |
|
UseractionType |
A user action to detect. |
kiss.WiseConsumerlistener |
An event listener. |
Self |
Chainable API. |
Listen the specified user action.
when(UserEactionType1, UserEactionType2, kiss.WiseConsumerElistener)Self
UserEactionType1, UserEactionType2, kiss.WiseConsumerElistener)E |
|
UseractionType1 |
A user action to detect. |
UseractionType2 |
A user action to detect. |
kiss.WiseConsumerlistener |
An event listener. |
Self |
Chainable API. |
Listen all specified user actions.
when(UserEactionType1, UserEactionType2, UserEactionType3, kiss.WiseConsumerElistener)Self
UserEactionType1, UserEactionType2, UserEactionType3, kiss.WiseConsumerElistener)E |
|
UseractionType1 |
A user action to detect. |
UseractionType2 |
A user action to detect. |
UseractionType3 |
A user action to detect. |
kiss.WiseConsumerlistener |
An event listener. |
Self |
Chainable API. |
Listen all specified user actions.
when(UserEactionType, kiss.WiseBiConsumerE, Selflistener)Self
UserEactionType, kiss.WiseBiConsumerE, Selflistener)E |
|
UseractionType |
A user action to detect. |
kiss.WiseBiConsumerlistener |
An event listener. |
Self |
Chainable API. |
Listen the specified user action.
when(UserEactionType1, UserEactionType2, kiss.WiseBiConsumerE, Selflistener)Self
UserEactionType1, UserEactionType2, kiss.WiseBiConsumerE, Selflistener)E |
|
UseractionType1 |
A user action to detect. |
UseractionType2 |
A user action to detect. |
kiss.WiseBiConsumerlistener |
An event listener. |
Self |
Chainable API. |
Listen all specified user actions.
when(UserEactionType1, UserEactionType2, UserEactionType3, kiss.WiseBiConsumerE, Selflistener)Self
UserEactionType1, UserEactionType2, UserEactionType3, kiss.WiseBiConsumerE, Selflistener)E |
|
UseractionType1 |
A user action to detect. |
UseractionType2 |
A user action to detect. |
UseractionType3 |
A user action to detect. |
kiss.WiseBiConsumerlistener |
An event listener. |
Self |
Chainable API. |
Listen all specified user actions.
of(javafx.event.EventTargeteventTarget)UserActionHelper
javafx.event.EventTargeteventTarget)javafx.event.EventTargeteventTarget |
|
UserActionHelper |
Wrap by UserActionHelper.