Class UiItemViewItemGroup

java.lang.Object
org.teamapps.dto.UiItemViewItemGroup
All Implemented Interfaces:
UiObject

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

    • id

      protected java.lang.String id
    • itemTemplate

      protected UiTemplate itemTemplate
    • headerData

      protected UiIdentifiableClientRecord headerData
    • items

      protected java.util.List<UiIdentifiableClientRecord> items
    • headerVisible

      protected boolean headerVisible
    • floatStyle

      protected UiItemViewFloatStyle floatStyle
    • buttonWidth

      protected float buttonWidth
    • horizontalPadding

      protected int horizontalPadding
    • verticalPadding

      protected int verticalPadding
    • horizontalItemMargin

      protected int horizontalItemMargin
    • verticalItemMargin

      protected int verticalItemMargin
    • itemJustification

      protected UiItemJustification itemJustification
  • Constructor Details

    • UiItemViewItemGroup

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

      public UiItemViewItemGroup​(UiTemplate itemTemplate)
  • Method Details