Attachable |
The interface Attachable provides the ability to attach an object from a context.
|
ClassCache |
The interface ClassCache provides methods for a class cache.
|
GetAndSet |
The interface GetAndSet provides methods to get and set values of an object in a model.
|
IChainingModel<T> |
|
IDetachable |
The interface IDetachable provides the ability to detach an object that was previously
attached to a context.
|
IModel<T> |
A IModel decorates the actual model object that can be used by any other UI-Component.
|
IObjectClassAwareModel<T> |
|
IPropertyReflectionAwareModel<T> |
|
IWrapModel<T> |
The marker interface IWrapModel represents a model that serves as a decorator for
another.
|
ObjectTypeAware<T> |
The interface ObjectTypeAware can resolve the type of the generic object type.
|
SerializableBiConsumer<T,U> |
The functional interface SerializableBiConsumer as the name implies extends
BiConsumer and Serializable interface
|
SerializableConsumer<T> |
The functional interface SerializableConsumer as the name implies extends
Consumer and Serializable interface
|
SerializableFunction<T,R> |
The functional interface SerializableFunction as the name implies extends
Function and Serializable interface
|
SerializableSupplier<T> |
The functional interface SerializableSupplier as the name implies extends
Supplier and Serializable interface
|