Interface IState

  • All Known Implementing Classes:
    State

    public interface IState
    The component state.
    • Method Detail

      • getValue

        Object getValue​(String name)
        Returns the value of the state by the specified name.
        Parameters:
        name - the name, cannot be null.
        Returns:
        the value, can be null if there are no state value for the specified name.