Class UiTableColumn

  • All Implemented Interfaces:
    UiObject

    public class UiTableColumn
    extends java.lang.Object
    implements UiObject
    THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
    • Field Detail

      • name

        protected java.lang.String name
      • icon

        protected java.lang.String icon
      • title

        protected java.lang.String title
      • minWidth

        protected int minWidth
      • defaultWidth

        protected int defaultWidth
      • maxWidth

        protected int maxWidth
      • sortable

        protected boolean sortable
      • resizeable

        protected boolean resizeable
      • visible

        protected boolean visible
      • hiddenIfOnlyEmptyCellsVisible

        protected boolean hiddenIfOnlyEmptyCellsVisible
    • Constructor Detail

      • UiTableColumn

        @Deprecated
        public UiTableColumn()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • UiTableColumn

        public UiTableColumn​(java.lang.String name,
                             java.lang.String icon,
                             java.lang.String title,
                             UiClientObjectReference field)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getName

        public java.lang.String getName()
      • getIcon

        public java.lang.String getIcon()
      • getTitle

        public java.lang.String getTitle()
      • getMinWidth

        public int getMinWidth()
      • getDefaultWidth

        public int getDefaultWidth()
      • getMaxWidth

        public int getMaxWidth()
      • getSortable

        public boolean getSortable()
      • getResizeable

        public boolean getResizeable()
      • getVisible

        public boolean getVisible()
      • getHiddenIfOnlyEmptyCellsVisible

        public boolean getHiddenIfOnlyEmptyCellsVisible()
      • setMinWidth

        public UiTableColumn setMinWidth​(int minWidth)
      • setDefaultWidth

        public UiTableColumn setDefaultWidth​(int defaultWidth)
      • setMaxWidth

        public UiTableColumn setMaxWidth​(int maxWidth)
      • setSortable

        public UiTableColumn setSortable​(boolean sortable)
      • setResizeable

        public UiTableColumn setResizeable​(boolean resizeable)
      • setVisible

        public UiTableColumn setVisible​(boolean visible)
      • setHiddenIfOnlyEmptyCellsVisible

        public UiTableColumn setHiddenIfOnlyEmptyCellsVisible​(boolean hiddenIfOnlyEmptyCellsVisible)