Modifier and Type | Class and Description |
---|---|
class |
AbstractScreen
Skeletal implementation of a
LspsScreen . |
class |
CustomUIScreen
Custom ui screen.
|
class |
CustomUIWithContextScreen
Custom ui screen.
|
Modifier and Type | Field and Description |
---|---|
LspsScreen |
LspsFormConnector.ProcessingResult.screen
Reference to UIScreen, not null.
|
Modifier and Type | Method and Description |
---|---|
protected LspsScreen |
LspsTodoHolder.createScreen() |
protected LspsScreen |
LspsDocumentHolder.createScreen() |
protected LspsScreen |
LspsCustomUIWithContextTodoHolder.createScreen() |
protected LspsScreen |
LspsCustomUIWithContextDocumentHolder.createScreen() |
protected LspsScreen |
LspsCustomUITodoHolder.createScreen() |
protected LspsScreen |
LspsCustomUIDocumentHolder.createScreen() |
protected abstract LspsScreen |
LspsContextHolder.createScreen()
Creates the user interface.
|
protected LspsScreen |
FormPreviewContextHolder.createScreen() |
protected abstract LspsScreen |
AbstractDocumentHolder.createScreen() |
LspsScreen |
LspsScreenFactoryImpl.createScreen(LspsContextHolder contextHolder,
RecordHolder definition,
Serializable uiState) |
LspsScreen |
LspsScreenFactory.createScreen(LspsContextHolder contextHolder,
RecordHolder definition,
Serializable uiState)
Creates screen based on its definition.
|
LspsScreen |
LspsContextHolder.getScreen()
Returns current screen or null if no screen is active.
|
Constructor and Description |
---|
ProcessingResult(boolean error,
boolean saved,
boolean persisted,
boolean submitted,
LspsFormConnector.ValidationErrors validationErrors,
LspsScreen screen)
Full constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
Form
A form which owns all components created by the Forms form.
|
Modifier and Type | Class and Description |
---|---|
class |
UIScreen
Helper class for rendering screens based on LSPS forms from the
ui module. |
Modifier and Type | Method and Description |
---|---|
LspsScreen |
UIComponentData.getScreen() |
Modifier and Type | Method and Description |
---|---|
UIComponent |
UIComponentFactoryImpl.createComponent(LspsScreen screen,
UIComponent parent,
RecordHolder componentDefinition,
UIComponentScope scope) |
UIComponent |
UIComponentFactory.createComponent(LspsScreen screen,
UIComponent parent,
RecordHolder definition,
UIComponentScope scope)
Creates and injects component based on the provided component definition.
|
static UIComponentData |
UIComponentData.createRoot(LspsScreen screen,
RecordHolder definition,
UIComponentScope scope)
Creates component data for a root UIComponent - the root of the UI component hierarchy.
|
static UIComponentDefinitionId |
UIComponentDefinitionId.get(LspsScreen screen,
RecordHolder componentDefinition)
Returns the component definition ID.
|
Map<UIComponent,List<String>> |
UIComponentFactoryImpl.mapErrorsToComponents(LspsScreen screen,
LspsFormConnector.ValidationErrors validationErrors,
Bindings bindings) |
Map<UIComponent,List<String>> |
UIComponentFactory.mapErrorsToComponents(LspsScreen screen,
LspsFormConnector.ValidationErrors validationErrors,
Bindings bindings)
Takes a set of validation errors and shows them on components in given screen.
|
void |
UIEventQueueEntry.scheduleComponentsForRefresh(LspsScreen screen)
Refreshes all necessary components as requested by the
UIFieldNames.REFRESH field. |
Constructor and Description |
---|
Builder(LspsScreen screen)
Creates the set builder.
|
ScreenLevelRecord(Variant.RecordVariant validationError,
LspsScreen screen) |
Constructor and Description |
---|
CalendarPager(DumbCalendar calendar,
LspsScreen screen) |
Modifier and Type | Method and Description |
---|---|
static boolean |
UIComponents.isUIComponent(com.vaadin.ui.Component component,
LspsScreen screen) |
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.