Uses of Interface
it.tidalwave.ui.core.ChangingSource
Packages that use ChangingSource
-
Uses of ChangingSource in it.tidalwave.ui.core
Classes in it.tidalwave.ui.core that implement ChangingSourceMethods in it.tidalwave.ui.core with parameters of type ChangingSourceModifier and TypeMethodDescriptionvoid
BoundProperty.bind
(ChangingSource<T> source) Binds this property to aChangingSource
. -
Uses of ChangingSource in it.tidalwave.ui.core.function
Subinterfaces of ChangingSource in it.tidalwave.ui.core.functionClasses in it.tidalwave.ui.core.function that implement ChangingSourceModifier and TypeClassDescriptionclass
class
class
BoundFunctionSupport<T,
R> class
class
class
class
class
Changes the destination only at a certain condition in function of the target.Fields in it.tidalwave.ui.core.function declared as ChangingSourceModifier and TypeFieldDescriptionprotected final ChangingSource
<T> UnaryBoundFunctionSupport.source
protected final ChangingSource<Boolean>[]
BooleanBoundFunctionSupport.sources
Methods in it.tidalwave.ui.core.function with parameters of type ChangingSourceModifier and TypeMethodDescriptionstatic AndFunction
AndFunction.and
(ChangingSource<Boolean>... sources) static CopyIfEmptyOrConform
CopyIfEmptyOrConform.copyIfEmptyOrConform
(ChangingSource<String> source) static NonEmptyFunction
NonEmptyFunction.nonEmpty
(ChangingSource<String> source) static OrFunction
OrFunction.or
(ChangingSource<Boolean>... sources) Constructors in it.tidalwave.ui.core.function with parameters of type ChangingSourceModifierConstructorDescriptionAndFunction
(ChangingSource<Boolean>... sources) BooleanBoundFunctionSupport
(ChangingSource<Boolean>... sources) CopyIfEmptyOrConform
(ChangingSource<String> sourceProperty) NonEmptyFunction
(ChangingSource<String> source) OrFunction
(ChangingSource<Boolean>... sources) protected
UnaryBoundFunctionSupport
(ChangingSource<T> source) protected
WeakCopyFunctionSupport
(ChangingSource<T> source)