Interface IState

All Known Implementing Classes:
State

public interface IState
The component state.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the state by the specified name.
  • Method Details

    • 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.