Class UiResponsiveGridLayoutPolicy

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

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

    • minApplicableWidth

      protected int minApplicableWidth
    • descriptor

      protected UiGridLayout descriptor
  • Constructor Details

    • UiResponsiveGridLayoutPolicy

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

      public UiResponsiveGridLayoutPolicy​(int minApplicableWidth, UiGridLayout descriptor)
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

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

      public int getMinApplicableWidth()
    • getDescriptor

      public UiGridLayout getDescriptor()