Package org.teamapps.dto
Class UiFloatingComponentGridPlacementItem
java.lang.Object
org.teamapps.dto.UiFloatingComponentGridPlacementItem
- All Implemented Interfaces:
UiObject
public class UiFloatingComponentGridPlacementItem 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 UiFloatingComponentGridPlacementItem()Deprecated.Only for Jackson deserialization.UiFloatingComponentGridPlacementItem(UiClientObjectReference component) -
Method Summary
Modifier and Type Method Description UiClientObjectReferencegetComponent()intgetMaxHeight()intgetMaxWidth()intgetMinHeight()intgetMinWidth()UiObjectTypegetUiObjectType()UiFloatingComponentGridPlacementItemsetMaxHeight(int maxHeight)UiFloatingComponentGridPlacementItemsetMaxWidth(int maxWidth)UiFloatingComponentGridPlacementItemsetMinHeight(int minHeight)UiFloatingComponentGridPlacementItemsetMinWidth(int minWidth)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
component
-
minWidth
protected int minWidth -
maxWidth
protected int maxWidth -
minHeight
protected int minHeight -
maxHeight
protected int maxHeight
-
-
Constructor Details
-
UiFloatingComponentGridPlacementItem
@Deprecated public UiFloatingComponentGridPlacementItem()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiFloatingComponentGridPlacementItem
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponent
-
getMinWidth
public int getMinWidth() -
getMaxWidth
public int getMaxWidth() -
getMinHeight
public int getMinHeight() -
getMaxHeight
public int getMaxHeight() -
setMinWidth
-
setMaxWidth
-
setMinHeight
-
setMaxHeight
-