- AbstractReadOnlyDetachedModel<T> - Class in de.flapdoodle.wicket.model
-
AbstractReadOnlyDetachedModel is an adapter base class for implementing models which have detach logic
and are read-only.
- AbstractReadOnlyDetachedModel() - Constructor for class de.flapdoodle.wicket.model.AbstractReadOnlyDetachedModel
-
- apply(T) - Method in interface de.flapdoodle.functions.Function1
-
- apply(T1, T2) - Method in interface de.flapdoodle.functions.Function2
-
- apply(T1, T2, T3) - Method in interface de.flapdoodle.functions.Function3
-
- apply(Function1<R, T>) - Static method in class de.flapdoodle.wicket.model.Models
-
Creates a model based on a function and a set of models.
- apply(Function2<R, T1, T2>) - Static method in class de.flapdoodle.wicket.model.Models
-
Creates a model based on a function and a set of models.
- apply(Function3<R, T1, T2, T3>) - Static method in class de.flapdoodle.wicket.model.Models
-
Creates a model based on a function and a set of models.
- apply(Function1<R, T1>) - Method in class de.flapdoodle.wicket.model.transformation.ModelSet.Set1
-
create a model with a transforming function
- apply(Function2<T, T1, T2>) - Method in class de.flapdoodle.wicket.model.transformation.ModelSet.Set2
-
create a model with a transforming function
- apply(Function3<T, T1, T2, T3>) - Method in class de.flapdoodle.wicket.model.transformation.ModelSet.Set3
-
create a model with a transforming function
- applyLazy(Function1<R, Lazy<T>>) - Static method in class de.flapdoodle.wicket.model.Models
-
Creates a model based on a function and a set of models.
- applyLazy(Function2<R, Lazy<T1>, Lazy<T2>>) - Static method in class de.flapdoodle.wicket.model.Models
-
Creates a model based on a function and a set of models.
- applyLazy(Function3<R, Lazy<T1>, Lazy<T2>, Lazy<T3>>) - Static method in class de.flapdoodle.wicket.model.Models
-
Creates a model based on a function and a set of models.
- applyLazy(Function1<R, Lazy<T1>>) - Method in class de.flapdoodle.wicket.model.transformation.ModelSet.Set1
-
create a model with a transforming function with model value access indirection
- applyLazy(Function2<T, Lazy<T1>, Lazy<T2>>) - Method in class de.flapdoodle.wicket.model.transformation.ModelSet.Set2
-
create a model with a transforming function with model value access indirection
- applyLazy(Function3<T, Lazy<T1>, Lazy<T2>, Lazy<T3>>) - Method in class de.flapdoodle.wicket.model.transformation.ModelSet.Set3
-
create a model with a transforming function with model value access indirection