Class UiGridTemplate

  • All Implemented Interfaces:
    UiObject, UiTemplate

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

      • rows

        protected java.util.List<UiGridRow> rows
      • minWidth

        protected int minWidth
      • maxWidth

        protected int maxWidth
      • minHeight

        protected int minHeight
      • maxHeight

        protected int maxHeight
      • gridGap

        protected int gridGap
      • backgroundColor

        protected java.lang.String backgroundColor
    • Constructor Detail

      • UiGridTemplate

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

      • toString

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

        public java.util.List<UiGridColumn> getColumns()
      • getRows

        public java.util.List<UiGridRow> getRows()
      • getMinWidth

        public int getMinWidth()
      • getMaxWidth

        public int getMaxWidth()
      • getMinHeight

        public int getMinHeight()
      • getMaxHeight

        public int getMaxHeight()
      • getGridGap

        public int getGridGap()
      • getBackgroundColor

        public java.lang.String getBackgroundColor()
      • getBorder

        public UiBorder getBorder()
      • setMinHeight

        public UiGridTemplate setMinHeight​(int minHeight)
      • setMaxHeight

        public UiGridTemplate setMaxHeight​(int maxHeight)
      • setBackgroundColor

        public UiGridTemplate setBackgroundColor​(java.lang.String backgroundColor)