Class UiColumnDefinition

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

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

    Fields
    Modifier and Type Field Description
    protected int minWidth  
    protected float width  
  • Constructor Summary

    Constructors
    Constructor Description
    UiColumnDefinition()
    Deprecated.
    Only for Jackson deserialization.
    UiColumnDefinition​(float width, int minWidth)  
  • Method Summary

    Modifier and Type Method Description
    int getMinWidth()  
    UiObjectType getUiObjectType()  
    float getWidth()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • width

      protected float width
    • minWidth

      protected int minWidth
  • Constructor Details

    • UiColumnDefinition

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

      public UiColumnDefinition​(float width, int minWidth)
  • 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
    • getWidth

      public float getWidth()
    • getMinWidth

      public int getMinWidth()