public interface ViewStateFactory<S extends ViewState>
| Modifier and Type | Method and Description |
|---|---|
S |
createViewState()
Create a new instance of a ViewState
|
java.lang.String |
getViewStateTag()
Generate a unique tag for ViewState
|
S createViewState()
java.lang.String getViewStateTag()