Package | Description |
---|---|
com.whitestein.lsps.vaadin | |
com.whitestein.lsps.vaadin.ui | |
com.whitestein.lsps.vaadin.ui.events |
Modifier and Type | Field and Description |
---|---|
LspsFormConnector.ValidationErrors |
LspsFormConnector.ProcessingResult.validationErrors
A set of "ui::ValidationError" records produced by validations during last event process pass.
|
Modifier and Type | Method and Description |
---|---|
void |
LspsFormConnector.ValidationErrors.addAll(LspsFormConnector.ValidationErrors other)
Adds all validation errors contained by the other.
|
Constructor and Description |
---|
ProcessingResult(boolean error,
boolean saved,
boolean persisted,
boolean submitted,
LspsFormConnector.ValidationErrors validationErrors,
LspsScreen screen)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
LspsFormConnector.ValidationErrors |
UIEventQueueEntry.validate()
|
Modifier and Type | Method and Description |
---|---|
protected Map<UIComponent,List<String>> |
UIScreen.mapErrorsToComponents(LspsFormConnector.ValidationErrors validationErrors,
Bindings bindings)
Maps given validation errors to component.
|
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.
|
Map<UIEventQueueEntry,Set<RecordHolder>> |
UIEventQueue.processEventQueue(ComponentsToProcess componentsToProcess,
LspsFormConnector.ValidationErrors validationErrors)
Processes the queued events.
|
void |
UIScreen.showValidationErrors(LspsFormConnector.ValidationErrors errors)
INTERNAL API
|
Modifier and Type | Method and Description |
---|---|
LspsFormConnector.ValidationErrors |
UIListenerImpl.validate2(UIEvent event,
UIComponent scope) |
LspsFormConnector.ValidationErrors |
UIListener.validate2(UIEvent uiEvent,
UIComponent scope)
Perform validation of the listener based on set of validators
objects (defined by field
UIFieldNames.VALIDATE ). |
LspsFormConnector.ValidationErrors |
UIInitListener.validate2(UIEvent event,
UIComponent scope) |
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.