public class UIScreenState extends Object implements Serializable
Constructor and Description |
---|
UIScreenState(String definitionId,
String evaluationLevel,
Serializable screenState)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
getContent()
Returns the custom state for the screen.
|
String |
getDefinitionId()
Returns ID of the record holder that defines the screen content.
|
String |
getEvaluationLevel()
Returns the evaluation level in which this screen is defined.
|
public UIScreenState(String definitionId, String evaluationLevel, Serializable screenState)
definitionId
- ID of the record holder that represents the UI definition, not null.evaluationLevel
- evaluation level in which this screen is defined, not null.screenState
- custom screen state, not null.public String getDefinitionId()
public String getEvaluationLevel()
public Serializable getContent()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.