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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getViewComponentId()
      Return value of this method is used as a key in Map/Set, so proper equals()/hashcode() methods implementation must be provided!
    • Method Detail

      • getViewComponentId

        java.lang.Object getViewComponentId()
        Return value of this method is used as a key in Map/Set, so proper equals()/hashcode() methods implementation must be provided!