public interface ViewStatePersistenceProvider
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ViewStatePersistenceProvider.ViewStatePersisteable
Represents a view component that wants to use
ViewStatePersistenceProvider The only requirement for such a
component is to provide a unique id of itself. |
| Modifier and Type | Method and Description |
|---|---|
void |
clearViewStateForComponent(ViewStatePersistenceProvider.ViewStatePersisteable viewComponent) |
java.util.Map<java.lang.String,java.lang.Object> |
getViewStateForComponent(ViewStatePersistenceProvider.ViewStatePersisteable viewComponent) |
java.util.Map<java.lang.String,java.lang.Object> getViewStateForComponent(ViewStatePersistenceProvider.ViewStatePersisteable viewComponent)
void clearViewStateForComponent(ViewStatePersistenceProvider.ViewStatePersisteable viewComponent)
Copyright © 2018 SAP SE. All Rights Reserved.