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