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 UiColor backgroundColor
    • Constructor Detail

      • UiGridTemplate

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