public static class LspsFormConnector.ProcessingResult extends Object
Modifier and Type | Field and Description |
---|---|
LspsScreen |
screen
Reference to UIScreen, not null.
|
LspsFormConnector.ValidationErrors |
validationErrors
A set of "ui::ValidationError" records produced by validations during last event process pass.
|
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 |
---|---|
boolean |
isError() |
boolean |
isPersisted() |
boolean |
isSaved() |
boolean |
isSubmitted() |
public final LspsScreen screen
public final LspsFormConnector.ValidationErrors validationErrors
public ProcessingResult(boolean error, boolean saved, boolean persisted, boolean submitted, LspsFormConnector.ValidationErrors validationErrors, LspsScreen screen)
error
- saved
- persisted
- submitted
- validationErrors
- screen
- public boolean isError()
public boolean isSaved()
public boolean isPersisted()
public boolean isSubmitted()
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.