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