Class UiCompositeField

  • All Implemented Interfaces:
    UiObject

    public class UiCompositeField
    extends UiField
    implements UiObject
    THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
    • Field Detail

      • rowHeights

        protected java.util.List<java.lang.Integer> rowHeights
      • horizontalCellSpacing

        protected int horizontalCellSpacing
      • verticalCellSpacing

        protected int verticalCellSpacing
      • padding

        protected int padding
      • drawFieldBorders

        protected boolean drawFieldBorders
    • Constructor Detail

      • UiCompositeField

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

        public UiCompositeField​(java.util.List<UiColumnDefinition> columnDefinitions,
                                java.util.List<java.lang.Integer> rowHeights,
                                java.util.List<UiCompositeSubField> subFields)