Interface ViewStatePersistenceProvider.ViewStatePersisteable
-
- Enclosing interface:
- ViewStatePersistenceProvider
public static interface ViewStatePersistenceProvider.ViewStatePersisteableRepresents a view component that wants to useViewStatePersistenceProviderThe only requirement for such a component is to provide a unique id of itself.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetViewComponentId()Return value of this method is used as a key in Map/Set, so proper equals()/hashcode() methods implementation must be provided!
-