Interface ViewStatePersistenceProvider.ViewStatePersisteable
- Enclosing interface:
- ViewStatePersistenceProvider
public 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.-
Method Summary
Modifier and TypeMethodDescriptionReturn value of this method is used as a key in Map/Set, so proper equals()/hashcode() methods implementation must be provided!
-
Method Details
-
getViewComponentId
Object getViewComponentId()Return value of this method is used as a key in Map/Set, so proper equals()/hashcode() methods implementation must be provided!
-