| Interface | Description |
|---|---|
| JavaAppEventListener |
A listener that is notified when an LSPS UI application event is fired.
|
| LspsConverterFactory |
Default implementation of
ConverterFactory for LSPS. |
| LspsLocalizer |
Localizer for localizing labels and values.
|
| LspsUrlFactory |
Factory for generating URLs for various application resources.
|
| PushableProperty<T> |
Defines interface for special instances of
Property, which
are holding values locally and the values are written to underlying
structure (in LSPS case it's lsps context) only upon calling method PushableProperty.pushChangesToContext() |
| UIComponentFactory |
Defines interface for object which provides translation
from lsps components and listeners (ui::Component, ui::Listener) to vaadin
components and listeners and application of presentation hints
|
| UIComponentListeningOnRefresh |
Defines interface for components for need to be notified if some of their
children are refreshed.
|
| UIComponentWithCustomVisibility |
Defines interface for components for which the Vaadin component hierarchy
does not match the hierarchy of LSPS UI components.
|
| UIComponentWithHints2 |
Defines interface for components which support custom hints.
|
| UIComponentWithInputPrompt |
Marker interface for components that support setting input prompt (e.g.
|
| Class | Description |
|---|---|
| Bindings |
Provides mapping from a record instance and optionally a record property, to the UI component which displays the value.
|
| ComponentErrorMapping | |
| ComponentsToProcess |
A set of components and its descendants.
|
| ComponentsToProcess.Builder | |
| LspsConverterFactoryImpl |
Default implementation of
LspsConverterFactory provided by LSPS. |
| LspsDateConverter |
Date converter which honors format definition specified in the model.
|
| LspsDecimalConverter |
Converter which follows format property defined in the model.
|
| LspsHolderWrapperConverter |
Converters HolderWrapper to ValueHolder.
|
| LspsLocalizerImpl |
Standard localizer implementation using provided ResourceBundle
|
| LspsProperty |
This class embed all necessary logic of accessing and changing LSPS context through
references.
|
| LspsSetConverter |
Converter that provides conversion between Set and SetHolder, wrapping/unwrapping set contents.
|
| UIAssertions |
Commonly used assertions.
|
| UIComponentData |
The component definition.
|
| UIComponentDefinitionId |
The component definition ID (modelingID, or
if the modelingID is null
of the UIComponentData.getComponentDefinition()). |
| UIComponentFactoryImpl |
Default implementation of
UIComponentFactory which
supports all standard components defined in lsps standard library. |
| UIComponentFactoryImpl.ScreenLevelRecord |
Creates image of validation error in screen-level context, which is seen by all UIComponents.
|
| UIComponentScope |
Object representing a custom scope.
|
| UIEventQueue |
Helper class responsible for the event queue for
UIScreen. |
| UIEventQueueEntry |
Event queue entry - practically a tuple of
UIListener and UIEvent. |
| UIScreen |
Helper class for rendering screens based on LSPS forms from the
ui module. |
| ViewModelMerger |
Merges view models.
|
| Enum | Description |
|---|---|
| ViewModelMerger.MergeStrategy |
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.