Package org.teamapps.dto
Class UiFormSectionFloatingField
- java.lang.Object
-
- org.teamapps.dto.UiFormSectionFloatingField
-
-
Constructor Summary
Constructors Constructor Description UiFormSectionFloatingField()Deprecated.Only for Jackson deserialization.UiFormSectionFloatingField(UiClientObjectReference field)
-
Method Summary
All Methods Instance Methods Concrete Methods 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()
-
-
-
Field Detail
-
field
protected UiClientObjectReference field
-
minWidth
protected int minWidth
-
maxWidth
protected int maxWidth
-
minHeight
protected int minHeight
-
maxHeight
protected int maxHeight
-
-
Constructor Detail
-
UiFormSectionFloatingField
@Deprecated public UiFormSectionFloatingField()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
UiFormSectionFloatingField
public UiFormSectionFloatingField(UiClientObjectReference field)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getField
public UiClientObjectReference getField()
-
getMinWidth
public int getMinWidth()
-
getMaxWidth
public int getMaxWidth()
-
getMinHeight
public int getMinHeight()
-
getMaxHeight
public int getMaxHeight()
-
setMinWidth
public UiFormSectionFloatingField setMinWidth(int minWidth)
-
setMaxWidth
public UiFormSectionFloatingField setMaxWidth(int maxWidth)
-
setMinHeight
public UiFormSectionFloatingField setMinHeight(int minHeight)
-
setMaxHeight
public UiFormSectionFloatingField setMaxHeight(int maxHeight)
-
-