Modifier and Type | Class and Description |
---|---|
class |
AbstractDocumentHolder
Document holder
|
class |
AbstractTodoHolder
Extension of
LspsContextHolder which displays and handles the lifecycle of
a LSPS to-do. |
class |
FormPreviewContextHolder
Extension of
LspsContextHolder which displays and handles the lifecycle of
LSPS form preview. |
class |
LspsCustomUIDocumentHolder
Custom ui document holder.
|
class |
LspsCustomUITodoHolder
Extension of
LspsContextHolder which displays and handles the lifecycle of
a LSPS to-do. |
class |
LspsCustomUIWithContextDocumentHolder
Custom ui document holder.
|
class |
LspsCustomUIWithContextTodoHolder
Extension of
LspsContextHolder which displays and handles the lifecycle of
a LSPS to-do. |
class |
LspsDocumentHolder
Extension of
LspsContextHolder which displays and handles the lifecycle of
a LSPS document. |
class |
LspsTodoHolder
Extension of
LspsContextHolder which displays and handles the lifecycle of
a LSPS to-do. |
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<LspsContextHolder> |
VaadinUtils.CONTEXT_HOLDER
PRIVATE API, DO NOT USE.
|
Modifier and Type | Method and Description |
---|---|
LspsContextHolder |
LspsScreen.getContextHolder()
Returns the the LSPS context which produced this screen.
|
LspsContextHolder |
CustomUIWithContextScreen.getContextHolder() |
LspsContextHolder |
CustomUIScreen.getContextHolder() |
Modifier and Type | Method and Description |
---|---|
LspsScreen |
LspsScreenFactoryImpl.createScreen(LspsContextHolder contextHolder,
RecordHolder definition,
Serializable uiState) |
LspsScreen |
LspsScreenFactory.createScreen(LspsContextHolder contextHolder,
RecordHolder definition,
Serializable uiState)
Creates screen based on its definition.
|
Constructor and Description |
---|
CustomUIConnector(LspsAppConnector appConnector,
LspsFormConnector formConnector,
LspsContextHolder contextHolder)
Creates new instance.
|
CustomUIScreen(LspsAppConnector appConnector,
LspsFormConnector formConnector,
LspsContextHolder contextHolder)
Creates new instance.
|
CustomUIWithContextConnector(LspsAppConnector appConnector,
LspsFormConnector formConnector,
LspsContextHolder contextHolder)
Creates new instance.
|
CustomUIWithContextScreen(LspsAppConnector appConnector,
LspsFormConnector formConnector,
LspsContextHolder contextHolder)
Creates new instance.
|
Constructor and Description |
---|
ResourceConverter(Variant.RecordVariant wrappedConverter,
LspsContextHolder contextHolder)
Constructor which wraps the ResourceConverter record and the context holder.
|
ResourceRecordConverter(LspsContextHolder contextHolder) |
Modifier and Type | Method and Description |
---|---|
LspsContextHolder |
Form.getContext()
Gets the context holder.
|
LspsContextHolder |
Form.getContextHolder() |
Constructor and Description |
---|
Form(FormComponentFactory componentFactory,
LspsContextHolder context)
Creates the new form.
|
Modifier and Type | Method and Description |
---|---|
LspsContextHolder |
UIScreen.getContextHolder()
Returns the owner of the LSPS context for which this screen is rendered.
|
Constructor and Description |
---|
LspsHolderWrapperConverter(LspsContextHolder contextHolder,
Class<?> modelType) |
LspsHolderWrapperConverter(LspsContextHolder contextHolder,
Class<?> modelType,
Serializable transformToNull) |
UIScreen(LspsContextHolder contextHolder,
RecordHolder uiDefinition,
Serializable uiState)
Full constructor
|
Constructor and Description |
---|
FilterConverter(LspsContextHolder contextHolder) |
Modifier and Type | Field and Description |
---|---|
protected LspsContextHolder |
Variant.context
Context used to serialize the value.
|
Modifier and Type | Method and Description |
---|---|
LspsContextHolder |
LazyLspsContainer.LazyLspsLoader.getContextHolder()
Should return the context holder where the values are from.
|
Modifier and Type | Method and Description |
---|---|
static Variant.RecordVariant |
Variant.ofOrigin(RecordHolder value,
Variant.Origin origin,
LspsContextHolder context)
Wraps given RecordHolder, with given origin.
|
static Variant.RecordVariant |
Variant.ofUnknownOrigin(RecordHolder value,
LspsContextHolder context)
Wraps given RecordHolder, with no origin.
|
static <T> Variant<T> |
Variant.param(T value,
String paramName,
LspsContextHolder context)
Wraps a value which came as a function parameter.
|
static Serializable |
UIComponents.wrap(Object value,
LspsContextHolder contextHolder)
Makes sure that the passed engine value is serializable.
|
static <T> Variant<T> |
Variant.wrap(T data,
LspsContextHolder context)
Wraps given object in a variant, making it effectively serializable.
|
Constructor and Description |
---|
ClosureVariant(ClosureHolder data,
Type valueType,
Variant.Origin origin,
boolean requireNonnullClosure,
LspsContextHolder contextHolder)
Creates the variant.
|
CollectionVariant(T data,
Type valueType,
Variant.Origin origin,
Class<V> itemClass,
LspsContextHolder context)
Creates the variant.
|
ListVariant(List<V> data,
Type valueType,
Variant.Origin origin,
Class<V> itemType,
LspsContextHolder context)
Creates the variant.
|
MapVariant(Map<K,V> data,
Type valueType,
Variant.Origin origin,
Class<K> keyClass,
Class<V> valueClass,
LspsContextHolder context)
Creates the variant.
|
RecordVariant(RecordHolder data,
Type valueType,
Variant.Origin origin,
LspsContextHolder context)
Creates the variant.
|
ScopedClosureVariant(ClosureHolder data,
Type valueType,
Variant.Origin origin,
boolean requireNonnullClosure,
UIComponentData scope,
LspsContextHolder contextHolder)
Creates the variant.
|
SetVariant(Set<V> data,
Type valueType,
Variant.Origin origin,
Class<V> itemType,
LspsContextHolder context)
Creates the variant.
|
Variant(T data,
Type definitionType,
Variant.Origin origin,
LspsContextHolder contextHolder)
Creates the variant.
|
Constructor and Description |
---|
ContextWrapper(LspsContextHolder holder,
ExecutionContext context)
Constructs context wrapper with an existing context.
|
ContextWrapper(LspsContextHolder holder,
String evaluationLevel)
Constructs context wrapper with a evaluation level.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.