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 TypeMethodDescriptionvoidBoundProperty.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 TypeClassDescriptionclassclassclassBoundFunctionSupport<T,R> classclassclassclassclassChanges 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.sourceprotected final ChangingSource<Boolean>[]BooleanBoundFunctionSupport.sourcesMethods in it.tidalwave.ui.core.function with parameters of type ChangingSourceModifier and TypeMethodDescriptionstatic AndFunctionAndFunction.and(ChangingSource<Boolean>... sources) static CopyIfEmptyOrConformCopyIfEmptyOrConform.copyIfEmptyOrConform(ChangingSource<String> source) static NonEmptyFunctionNonEmptyFunction.nonEmpty(ChangingSource<String> source) static OrFunctionOrFunction.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) protectedUnaryBoundFunctionSupport(ChangingSource<T> source) protectedWeakCopyFunctionSupport(ChangingSource<T> source)