Class CheckData

  • All Implemented Interfaces:
    java.io.Serializable, ActionData

    public class CheckData
    extends java.lang.Object
    implements ActionData
    Represents an action cause by user's check a state at the client.
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getState()
      Returns the nullable state is changed.
      boolean isChecked()
      Returns whether the state is checked.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • isChecked

        public final boolean isChecked()
        Returns whether the state is checked.
      • getState

        @Nullable
        public final java.lang.Boolean getState()
        Returns the nullable state is changed.