viewtify

viewtify.ui.helper

DisableHelper<Self>

disableProperty()javafx.beans.property.PropertyBoolean

javafx.beans.property.PropertyBoolean

Get the disable property.

isDisable()boolean

boolean

A result.

Gets whether it is disable.

disableNow()Self

Self

Chainable API.

Disables itself.

disable(booleanstate)Self

booleanstate

A disable state.

Self

Chainable API.

Disables itself.

disableWhen(ValueHelper?, Vcontext, PredicateVcondition)Self

V
ValueHelper?, Vcontext
PredicateVcondition

A timing condition.

Self

Chainable API.

Disables itself when the specified condition is True, and enables it when False.

disableWhen(Listkiss.SignalBooleanconditions)Self

Listkiss.SignalBooleanconditions

A list of timing conditions.

Self

Chainable API.

Disables itself when the specified condition is True, and enables it when False.

disableWhen(kiss.SignalBooleancondition, kiss.SignalBooleanconditions)Self

kiss.SignalBooleancondition

A timing condition.

kiss.SignalBooleanconditions

Additional timing conditions.

Self

Chainable API.

Disables itself when the specified condition is True, and enables it when False.

disableWhenAny(Listkiss.SignalBooleanconditions)Self

Listkiss.SignalBooleanconditions

A list of timing conditions.

Self

Chainable API.

Disables itself when any specified condition is True, and enables it when False.

disableWhenAny(kiss.SignalBooleancondition, kiss.SignalBooleanconditions)Self

kiss.SignalBooleancondition

A timing condition.

kiss.SignalBooleanconditions

Additional timing conditions.

Self

Chainable API.

Disables itself when any specified condition is True, and enables it when False.

disableWhen(kiss.VariableBooleancondition)Self

kiss.VariableBooleancondition

A timing condition.

Self

Chainable API.

Disables itself when the specified condition is True, and enables it when False.

disableWhen(kiss.VariableVtarget, PredicateVcondition)Self

V
kiss.VariableVtarget

A target value to test.

PredicateVcondition

A condition.

Self

Chainable API.

Disables itself when the specified condition is True, and enables it when False.

disableWhen(javafx.beans.value.ObservableValueBooleancondition)Self

javafx.beans.value.ObservableValueBooleancondition

A timing condition.

Self

Chainable API.

Disables itself when the specified condition is True, and enables it when False.

disableDuring(longtime, TimeUnitunit)Self

longtime

A time value.

TimeUnitunit

A time unit.

Self

Chainable API.

Disable itself for a specified time.

disableDuring(longtime, ChronoUnitunit)Self

longtime

A time value.

ChronoUnitunit

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(booleanstate)Self

booleanstate

A disable state.

Self

Chainable API.

Enables itself.

enableWhen(ValueHelper?, Vcontext, PredicateVcondition)Self

V
ValueHelper?, Vcontext
PredicateVcondition

A timing condition.

Self

Chainable API.

Enables itself when the specified condition is True, and disables it when False.

enableWhen(Listkiss.SignalBooleanconditions)Self

Listkiss.SignalBooleanconditions

A list of timing conditions.

Self

Chainable API.

Enables itself when the specified condition is True, and disables it when False.

enableWhen(kiss.SignalBooleancondition, kiss.SignalBooleanconditions)Self

kiss.SignalBooleancondition

A timing condition.

kiss.SignalBooleanconditions

Additional timing conditions.

Self

Chainable API.

Enables itself when the specified condition is True, and disables it when False.

enableWhenAny(Listkiss.SignalBooleanconditions)Self

Listkiss.SignalBooleanconditions

A list of timing conditions.

Self

Chainable API.

Enables itself when any specified condition is True, and disables it when False.

enableWhenAny(kiss.SignalBooleancondition, kiss.SignalBooleanconditions)Self

kiss.SignalBooleancondition

A timing condition.

kiss.SignalBooleanconditions

Additional timing conditions.

Self

Chainable API.

Enables itself when any specified condition is True, and disables it when False.

enableWhen(kiss.VariableBooleancondition)Self

kiss.VariableBooleancondition

A timing condition.

Self

Chainable API.

Enables itself when the specified condition is True, and disables it when False.

enableWhen(kiss.VariableVtarget, PredicateVcondition)Self

V
kiss.VariableVtarget

A target value to test.

PredicateVcondition

A condition.

Self

Chainable API.

Enables itself when the specified condition is True, and disables it when False.

enableWhen(javafx.beans.value.ObservableValueBooleancondition)Self

javafx.beans.value.ObservableValueBooleancondition

A timing condition.

Self

Chainable API.

Enables itself when the specified condition is True, and disables it when False.

enableDuring(longtime, TimeUnitunit)Self

longtime

A time value.

TimeUnitunit

A time unit.

Self

Chainable API.

Enables itself for a specified time.

enableDuring(longtime, ChronoUnitunit)Self

longtime

A time value.

ChronoUnitunit

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

T
kiss.WiseFunctionkiss.Disposable, kiss.WiseConsumerT

Enable progress indicator with Signal#effectOnLifecycle(WiseFunction).