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 Details

    • columnDefinitions

      protected java.util.List<UiColumnDefinition> columnDefinitions
    • rowHeights

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

      protected java.util.List<UiCompositeSubField> subFields
    • horizontalCellSpacing

      protected int horizontalCellSpacing
    • verticalCellSpacing

      protected int verticalCellSpacing
    • padding

      protected int padding
    • drawFieldBorders

      protected boolean drawFieldBorders
  • Constructor Details

    • 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)
  • Method Details