Package org.teamapps.dto
Class UiFormSectionFloatingField
java.lang.Object
org.teamapps.dto.UiFormSectionFloatingField
- All Implemented Interfaces:
UiObject
public class UiFormSectionFloatingField extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UiFormSectionFloatingField()Deprecated.Only for Jackson deserialization.UiFormSectionFloatingField(UiClientObjectReference field) -
Method Summary
Modifier and Type Method Description UiClientObjectReferencegetField()intgetMaxHeight()intgetMaxWidth()intgetMinHeight()intgetMinWidth()UiObjectTypegetUiObjectType()UiFormSectionFloatingFieldsetMaxHeight(int maxHeight)UiFormSectionFloatingFieldsetMaxWidth(int maxWidth)UiFormSectionFloatingFieldsetMinHeight(int minHeight)UiFormSectionFloatingFieldsetMinWidth(int minWidth)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
field
-
minWidth
protected int minWidth -
maxWidth
protected int maxWidth -
minHeight
protected int minHeight -
maxHeight
protected int maxHeight
-
-
Constructor Details
-
UiFormSectionFloatingField
@Deprecated public UiFormSectionFloatingField()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiFormSectionFloatingField
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getField
-
getMinWidth
public int getMinWidth() -
getMaxWidth
public int getMaxWidth() -
getMinHeight
public int getMinHeight() -
getMaxHeight
public int getMaxHeight() -
setMinWidth
-
setMaxWidth
-
setMinHeight
-
setMaxHeight
-