Package org.teamapps.dto
Class UiComponentGridPlacement
- java.lang.Object
-
- org.teamapps.dto.UiComponentGridPlacement
-
- All Implemented Interfaces:
UiGridPlacement,UiObject
public class UiComponentGridPlacement extends java.lang.Object implements UiGridPlacement, UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Field Summary
Fields Modifier and Type Field Description protected intcolSpanprotected intcolumnprotected UiComponentReferencecomponentprotected UiHorizontalElementAlignmenthorizontalAlignmentprotected intmaxHeightprotected intmaxWidthprotected intminHeightprotected intminWidthprotected introwprotected introwSpanprotected UiVerticalElementAlignmentverticalAlignment
-
Constructor Summary
Constructors Constructor Description UiComponentGridPlacement()Deprecated.Only for Jackson deserialization.UiComponentGridPlacement(UiComponentReference component)
-
Method Summary
-
-
-
Field Detail
-
component
protected UiComponentReference component
-
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
protected UiVerticalElementAlignment verticalAlignment
-
horizontalAlignment
protected UiHorizontalElementAlignment horizontalAlignment
-
-
Constructor Detail
-
UiComponentGridPlacement
@Deprecated public UiComponentGridPlacement()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
UiComponentGridPlacement
public UiComponentGridPlacement(UiComponentReference component)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponent
public UiComponentReference getComponent()
-
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
public UiVerticalElementAlignment getVerticalAlignment()
- Specified by:
getVerticalAlignmentin interfaceUiGridPlacement
-
getHorizontalAlignment
public UiHorizontalElementAlignment getHorizontalAlignment()
- Specified by:
getHorizontalAlignmentin interfaceUiGridPlacement
-
setRow
public UiComponentGridPlacement setRow(int row)
- Specified by:
setRowin interfaceUiGridPlacement
-
setColumn
public UiComponentGridPlacement setColumn(int column)
- Specified by:
setColumnin interfaceUiGridPlacement
-
setRowSpan
public UiComponentGridPlacement setRowSpan(int rowSpan)
- Specified by:
setRowSpanin interfaceUiGridPlacement
-
setColSpan
public UiComponentGridPlacement setColSpan(int colSpan)
- Specified by:
setColSpanin interfaceUiGridPlacement
-
setMinWidth
public UiComponentGridPlacement setMinWidth(int minWidth)
- Specified by:
setMinWidthin interfaceUiGridPlacement
-
setMaxWidth
public UiComponentGridPlacement setMaxWidth(int maxWidth)
- Specified by:
setMaxWidthin interfaceUiGridPlacement
-
setMinHeight
public UiComponentGridPlacement setMinHeight(int minHeight)
- Specified by:
setMinHeightin interfaceUiGridPlacement
-
setMaxHeight
public UiComponentGridPlacement setMaxHeight(int maxHeight)
- Specified by:
setMaxHeightin interfaceUiGridPlacement
-
setVerticalAlignment
public UiComponentGridPlacement setVerticalAlignment(UiVerticalElementAlignment verticalAlignment)
- Specified by:
setVerticalAlignmentin interfaceUiGridPlacement
-
setHorizontalAlignment
public UiComponentGridPlacement setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment)
- Specified by:
setHorizontalAlignmentin interfaceUiGridPlacement
-
-