Class UiFormSectionFloatingField
java.lang.Object
org.teamapps.dto.UiFormSectionFloatingField
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization. -
Method Summary
Modifier and TypeMethodDescriptiongetField()intintintintsetMaxHeight(int maxHeight) setMaxWidth(int maxWidth) setMinHeight(int minHeight) setMinWidth(int minWidth) toString()
-
Field Details
-
field
-
minWidth
protected int minWidth -
maxWidth
protected int maxWidth -
minHeight
protected int minHeight -
maxHeight
protected int maxHeight
-
-
Constructor Details
-
UiFormSectionFloatingField
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiFormSectionFloatingField
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getField
-
getMinWidth
public int getMinWidth() -
getMaxWidth
public int getMaxWidth() -
getMinHeight
public int getMinHeight() -
getMaxHeight
public int getMaxHeight() -
setMinWidth
-
setMaxWidth
-
setMinHeight
-
setMaxHeight
-