Interface EnumWebPersistableState

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BARE_MINIMAL_STATE_INFO
      Specifies that only the bare minimal state information to save for scenarios where reducing data length matters.
      static int MAXIMAL_STATE_INFO
      Specifies maximal state information to save This type of state (of a component) usually represents the complete definition of the component (including all the changes that may have been made to it)
      static int MINIMAL_STATE_INFO
      Specifies that only the minimal state information to save
      static int TYPICAL_STATE_INFO
      Specifies typical state information to save This type of state (of a component) usually represents information about its initialization and all the changes that have been made to the component.
    • Field Detail

      • BARE_MINIMAL_STATE_INFO

        static final int BARE_MINIMAL_STATE_INFO
        Specifies that only the bare minimal state information to save for scenarios where reducing data length matters.
        See Also:
        Constant Field Values
      • MINIMAL_STATE_INFO

        static final int MINIMAL_STATE_INFO
        Specifies that only the minimal state information to save
        See Also:
        Constant Field Values
      • TYPICAL_STATE_INFO

        static final int TYPICAL_STATE_INFO
        Specifies typical state information to save This type of state (of a component) usually represents information about its initialization and all the changes that have been made to the component.
        See Also:
        Constant Field Values
      • MAXIMAL_STATE_INFO

        static final int MAXIMAL_STATE_INFO
        Specifies maximal state information to save This type of state (of a component) usually represents the complete definition of the component (including all the changes that may have been made to it)
        See Also:
        Constant Field Values