viewtify.ui.helper
DisableHelper
<Self
>
Self
>Self
DisableHelper
AbstractChart
Self
,C
,D
AbstractComboBox
T
,Self
,W
AbstractPane
E
,P
,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
UITableView
RowV
UITextArea
UIText
V
UITileView
E
UIToggleButton
UIToolBar
UITreeTableView
RowV
UIVBox
UIWeb
UserInterface
Self
,W
disableProperty
()
javafx.beans.property.PropertyBoolean
Boolean
javafx.beans.property.Property |
Get the disable property.
isDisable
()
boolean
boolean |
A result. |
Gets whether it is disable.
disableNow
()
Self
Self |
Chainable API. |
Disables itself.
disable
(boolean
state
)
Self
boolean
state
)boolean state |
A disable state. |
Self |
Chainable API. |
Disables itself.
disableWhen
(ValueHelper?
, V
context
, PredicateV
condition
)
Self
ValueHelper?
, V
context
, PredicateV
condition
)V |
|
ValueHelper context |
|
Predicate condition |
A timing condition. |
Self |
Chainable API. |
Disables itself when the specified condition is True, and enables it when False.
disableWhen
(Listkiss.SignalBoolean
conditions
)
Self
Listkiss.SignalBoolean
conditions
)List conditions |
A list of timing conditions. |
Self |
Chainable API. |
Disables itself when the specified condition is True, and enables it when False.
disableWhen
(kiss.SignalBoolean
condition
, kiss.SignalBoolean
conditions
)
Self
kiss.SignalBoolean
condition
, kiss.SignalBoolean
conditions
)kiss.Signal condition |
A timing condition. |
kiss.Signal conditions |
Additional timing conditions. |
Self |
Chainable API. |
Disables itself when the specified condition is True, and enables it when False.
disableWhenAny
(Listkiss.SignalBoolean
conditions
)
Self
Listkiss.SignalBoolean
conditions
)List conditions |
A list of timing conditions. |
Self |
Chainable API. |
Disables itself when any specified condition is True, and enables it when False.
disableWhenAny
(kiss.SignalBoolean
condition
, kiss.SignalBoolean
conditions
)
Self
kiss.SignalBoolean
condition
, kiss.SignalBoolean
conditions
)kiss.Signal condition |
A timing condition. |
kiss.Signal conditions |
Additional timing conditions. |
Self |
Chainable API. |
Disables itself when any specified condition is True, and enables it when False.
disableWhen
(kiss.VariableBoolean
condition
)
Self
kiss.VariableBoolean
condition
)kiss.Variable condition |
A timing condition. |
Self |
Chainable API. |
Disables itself when the specified condition is True, and enables it when False.
disableWhen
(kiss.VariableV
target
, PredicateV
condition
)
Self
kiss.VariableV
target
, PredicateV
condition
)V |
|
kiss.Variable target |
A target value to test. |
Predicate condition |
A condition. |
Self |
Chainable API. |
Disables itself when the specified condition is True, and enables it when False.
disableWhen
(javafx.beans.value.ObservableValueBoolean
condition
)
Self
javafx.beans.value.ObservableValueBoolean
condition
)javafx.beans.value.ObservableValue condition |
A timing condition. |
Self |
Chainable API. |
Disables itself when the specified condition is True, and enables it when False.
disableDuring
(long
time
, TimeUnit
unit
)
Self
long
time
, TimeUnit
unit
)long time |
A time value. |
TimeUnit unit |
A time unit. |
Self |
Chainable API. |
Disable itself for a specified time.
disableDuring
(long
time
, ChronoUnit
unit
)
Self
long
time
, ChronoUnit
unit
)long time |
A time value. |
ChronoUnit unit |
A time unit. |
Self |
Chainable API. |
Disable itself for a specified time.
disableBriefly
()
Self
Self |
Chainable API. |
Disable itself for a bit.
isEnable
()
boolean
boolean |
A result. |
Gets whether it is enable.
enableNow
()
Self
Self |
Chainable API. |
Enables itself.
enable
(boolean
state
)
Self
boolean
state
)boolean state |
A disable state. |
Self |
Chainable API. |
Enables itself.
enableWhen
(ValueHelper?
, V
context
, PredicateV
condition
)
Self
ValueHelper?
, V
context
, PredicateV
condition
)V |
|
ValueHelper context |
|
Predicate condition |
A timing condition. |
Self |
Chainable API. |
Enables itself when the specified condition is True, and disables it when False.
enableWhen
(Listkiss.SignalBoolean
conditions
)
Self
Listkiss.SignalBoolean
conditions
)List conditions |
A list of timing conditions. |
Self |
Chainable API. |
Enables itself when the specified condition is True, and disables it when False.
enableWhen
(kiss.SignalBoolean
condition
, kiss.SignalBoolean
conditions
)
Self
kiss.SignalBoolean
condition
, kiss.SignalBoolean
conditions
)kiss.Signal condition |
A timing condition. |
kiss.Signal conditions |
Additional timing conditions. |
Self |
Chainable API. |
Enables itself when the specified condition is True, and disables it when False.
enableWhenAny
(Listkiss.SignalBoolean
conditions
)
Self
Listkiss.SignalBoolean
conditions
)List conditions |
A list of timing conditions. |
Self |
Chainable API. |
Enables itself when any specified condition is True, and disables it when False.
enableWhenAny
(kiss.SignalBoolean
condition
, kiss.SignalBoolean
conditions
)
Self
kiss.SignalBoolean
condition
, kiss.SignalBoolean
conditions
)kiss.Signal condition |
A timing condition. |
kiss.Signal conditions |
Additional timing conditions. |
Self |
Chainable API. |
Enables itself when any specified condition is True, and disables it when False.
enableWhen
(kiss.VariableBoolean
condition
)
Self
kiss.VariableBoolean
condition
)kiss.Variable condition |
A timing condition. |
Self |
Chainable API. |
Enables itself when the specified condition is True, and disables it when False.
enableWhen
(kiss.VariableV
target
, PredicateV
condition
)
Self
kiss.VariableV
target
, PredicateV
condition
)V |
|
kiss.Variable target |
A target value to test. |
Predicate condition |
A condition. |
Self |
Chainable API. |
Enables itself when the specified condition is True, and disables it when False.
enableWhen
(javafx.beans.value.ObservableValueBoolean
condition
)
Self
javafx.beans.value.ObservableValueBoolean
condition
)javafx.beans.value.ObservableValue condition |
A timing condition. |
Self |
Chainable API. |
Enables itself when the specified condition is True, and disables it when False.
enableDuring
(long
time
, TimeUnit
unit
)
Self
long
time
, TimeUnit
unit
)long time |
A time value. |
TimeUnit unit |
A time unit. |
Self |
Chainable API. |
Enables itself for a specified time.
enableDuring
(long
time
, ChronoUnit
unit
)
Self
long
time
, ChronoUnit
unit
)long time |
A time value. |
ChronoUnit unit |
A time unit. |
Self |
Chainable API. |
Enables itself for a specified time.
enableBriefly
()
Self
Self |
Chainable API. |
Enables itself for a bit.
showLoader
()
Self
Self |
Show progress indicator.
hideLoader
()
Self
Self |
Hide progress indicator.
enableLoader
()
kiss.WiseFunctionkiss.Disposable
, kiss.WiseConsumerT
kiss.Disposable
, kiss.WiseConsumerT
T |
|
kiss.WiseFunction |
Enable progress indicator with Signal#effectOnLifecycle(WiseFunction).