Interface Padding

  • All Known Implementing Classes:
    Grid.ExtraCtrl, Listbox.ExtraCtrl

    public interface Padding
    Control the padding height of a component(Used mainly for component developing).
    Author:
    henrichen
    • Method Detail

      • setHeight

        void setHeight​(int height)
        Set the padding height in px.
        Parameters:
        height - the padding height in px.
      • getHeight

        int getHeight()
        Returns the padding height in px.
        Returns:
        the padding height in px.