Class UiFloatingComponentGridPlacement
java.lang.Object
org.teamapps.dto.UiFloatingComponentGridPlacement
- All Implemented Interfaces:
UiGridPlacement,UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected List<UiFloatingComponentGridPlacementItem> protected UiHorizontalElementAlignmentprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected UiVerticalElementAlignmentprotected intprotected boolean -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization. -
Method Summary
Modifier and TypeMethodDescriptionintintintintintintintintgetRow()intintbooleangetWrap()setColSpan(int colSpan) setColumn(int column) setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment) setHorizontalSpacing(int horizontalSpacing) setMaxHeight(int maxHeight) setMaxWidth(int maxWidth) setMinHeight(int minHeight) setMinWidth(int minWidth) setRow(int row) setRowSpan(int rowSpan) setVerticalAlignment(UiVerticalElementAlignment verticalAlignment) setVerticalSpacing(int verticalSpacing) setWrap(boolean wrap) toString()
-
Field Details
-
components
-
wrap
protected boolean wrap -
horizontalSpacing
protected int horizontalSpacing -
verticalSpacing
protected int verticalSpacing -
row
protected int row -
column
protected int column -
rowSpan
protected int rowSpan -
colSpan
protected int colSpan -
minWidth
protected int minWidth -
maxWidth
protected int maxWidth -
minHeight
protected int minHeight -
maxHeight
protected int maxHeight -
verticalAlignment
-
horizontalAlignment
-
-
Constructor Details
-
UiFloatingComponentGridPlacement
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiFloatingComponentGridPlacement
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getComponents
-
getWrap
public boolean getWrap() -
getHorizontalSpacing
public int getHorizontalSpacing() -
getVerticalSpacing
public int getVerticalSpacing() -
getRow
public int getRow()- Specified by:
getRowin interfaceUiGridPlacement
-
getColumn
public int getColumn()- Specified by:
getColumnin interfaceUiGridPlacement
-
getRowSpan
public int getRowSpan()- Specified by:
getRowSpanin interfaceUiGridPlacement
-
getColSpan
public int getColSpan()- Specified by:
getColSpanin interfaceUiGridPlacement
-
getMinWidth
public int getMinWidth()- Specified by:
getMinWidthin interfaceUiGridPlacement
-
getMaxWidth
public int getMaxWidth()- Specified by:
getMaxWidthin interfaceUiGridPlacement
-
getMinHeight
public int getMinHeight()- Specified by:
getMinHeightin interfaceUiGridPlacement
-
getMaxHeight
public int getMaxHeight()- Specified by:
getMaxHeightin interfaceUiGridPlacement
-
getVerticalAlignment
- Specified by:
getVerticalAlignmentin interfaceUiGridPlacement
-
getHorizontalAlignment
- Specified by:
getHorizontalAlignmentin interfaceUiGridPlacement
-
setWrap
-
setHorizontalSpacing
-
setVerticalSpacing
-
setRow
- Specified by:
setRowin interfaceUiGridPlacement
-
setColumn
- Specified by:
setColumnin interfaceUiGridPlacement
-
setRowSpan
- Specified by:
setRowSpanin interfaceUiGridPlacement
-
setColSpan
- Specified by:
setColSpanin interfaceUiGridPlacement
-
setMinWidth
- Specified by:
setMinWidthin interfaceUiGridPlacement
-
setMaxWidth
- Specified by:
setMaxWidthin interfaceUiGridPlacement
-
setMinHeight
- Specified by:
setMinHeightin interfaceUiGridPlacement
-
setMaxHeight
- Specified by:
setMaxHeightin interfaceUiGridPlacement
-
setVerticalAlignment
public UiFloatingComponentGridPlacement setVerticalAlignment(UiVerticalElementAlignment verticalAlignment) - Specified by:
setVerticalAlignmentin interfaceUiGridPlacement
-
setHorizontalAlignment
public UiFloatingComponentGridPlacement setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment) - Specified by:
setHorizontalAlignmentin interfaceUiGridPlacement
-