Package org.teamapps.dto
Class UiColumnDefinition
java.lang.Object
org.teamapps.dto.UiColumnDefinition
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiColumnDefinition(float width, int minWidth) -
Method Summary
-
Field Details
-
width
protected float width -
minWidth
protected int minWidth
-
-
Constructor Details
-
UiColumnDefinition
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiColumnDefinition
public UiColumnDefinition(float width, int minWidth)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getWidth
public float getWidth() -
getMinWidth
public int getMinWidth()
-