Uses of Interface
it.tidalwave.role.ui.ChangingSource
-
Packages that use ChangingSource Package Description it.tidalwave.role.ui it.tidalwave.role.ui.function -
-
Uses of ChangingSource in it.tidalwave.role.ui
Classes in it.tidalwave.role.ui that implement ChangingSource Modifier and Type Class Description class
BoundProperty<T>
Methods in it.tidalwave.role.ui with parameters of type ChangingSource Modifier and Type Method Description void
BoundProperty. bind(ChangingSource<T> source)
Binds this property to aChangingSource
. -
Uses of ChangingSource in it.tidalwave.role.ui.function
Subinterfaces of ChangingSource in it.tidalwave.role.ui.function Modifier and Type Interface Description interface
BoundFunction<DOMAIN_TYPE,CODOMAIN_TYPE>
Classes in it.tidalwave.role.ui.function that implement ChangingSource Modifier and Type Class Description class
AndFunction
class
BooleanBoundFunctionSupport
class
BoundFunctionSupport<DOMAIN_TYPE,CODOMAIN_TYPE>
class
CopyIfEmptyOrConform
class
NonEmptyFunction
class
OrFunction
class
UnaryBoundFunctionSupport<DOMAIN_TYPE,CODOMAIN_TYPE>
class
WeakCopyFunctionSupport<T>
Changes the destination only at a certain condition in function of the target.Fields in it.tidalwave.role.ui.function declared as ChangingSource Modifier and Type Field Description protected ChangingSource<DOMAIN_TYPE>
UnaryBoundFunctionSupport. source
protected ChangingSource<java.lang.Boolean>[]
BooleanBoundFunctionSupport. sources
Methods in it.tidalwave.role.ui.function with parameters of type ChangingSource Modifier and Type Method Description static AndFunction
AndFunction. and(ChangingSource<java.lang.Boolean>... sources)
static CopyIfEmptyOrConform
CopyIfEmptyOrConform. copyIfEmptyOrConform(ChangingSource<java.lang.String> source)
static NonEmptyFunction
NonEmptyFunction. nonEmpty(ChangingSource<java.lang.String> source)
static OrFunction
OrFunction. or(ChangingSource<java.lang.Boolean>... sources)
Constructors in it.tidalwave.role.ui.function with parameters of type ChangingSource Constructor Description AndFunction(ChangingSource<java.lang.Boolean>... sources)
BooleanBoundFunctionSupport(ChangingSource<java.lang.Boolean>... sources)
CopyIfEmptyOrConform(ChangingSource<java.lang.String> sourceProperty)
NonEmptyFunction(ChangingSource<java.lang.String> source)
OrFunction(ChangingSource<java.lang.Boolean>... sources)
UnaryBoundFunctionSupport(ChangingSource<DOMAIN_TYPE> source)
WeakCopyFunctionSupport(ChangingSource<T> source)
-