Interface ButtonCellBase.Appearance<C>

    • Method Detail

      • onPush

        void onPush​(Element parent)
        Called when the user pushes the button down.
        Parameters:
        parent - the parent Element
      • onUnpush

        void onUnpush​(Element parent)
        Called when the user releases the button from being pushed.
        Parameters:
        parent - the parent Element
      • setFocus

        void setFocus​(Element parent,
                      boolean focused)
        Explicitly focus/unfocus this cell.
        Parameters:
        parent - the parent element
        focused - whether this cell should take focus or release it