Class TerraCalendarSkin.DateButton

    • Constructor Detail

      • DateButton

        public DateButton()
    • Method Detail

      • press

        public void press()
        Description copied from class: Button
        "Presses" the button. Performs any action associated with the button.
        Overrides:
        press in class Button
      • setToggleButton

        @UnsupportedOperation
        public void setToggleButton​(boolean toggleButton)
        Description copied from class: Button
        Sets the button's toggle state.
        Overrides:
        setToggleButton in class Button
        Parameters:
        toggleButton - Whether or not this should be a toggle button.
      • setTriState

        @UnsupportedOperation
        public void setTriState​(boolean triState)
        Description copied from class: Button
        Sets the button's tri-state state.
        Overrides:
        setTriState in class Button
        Parameters:
        triState - Whether or not to make this a tri-state button.