Interface ActionControl

    • Field Detail

      • ROLLOVER_PROPERTY

        static final java.lang.String ROLLOVER_PROPERTY
        The bound property of the rollover state.
    • Method Detail

      • isRollover

        boolean isRollover()
        Returns:
        Whether the component is in a rollover state.
      • setRollover

        void setRollover​(boolean newRollover)
        Sets whether the component is in a rollover state. This is a bound property of type Boolean.
        Parameters:
        newRollover - true if the component should be in a rollover state, else false.
        See Also:
        ROLLOVER_PROPERTY