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