Class UiFormSectionFieldPlacement
java.lang.Object
org.teamapps.dto.UiFormSectionFieldPlacement
- All Implemented Interfaces:
UiFormSectionPlacement,UiGridPlacement,UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected UiClientObjectReferenceprotected UiHorizontalElementAlignmentprotected intprotected intprotected intprotected intprotected intprotected intprotected UiVerticalElementAlignment -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization. -
Method Summary
Modifier and TypeMethodDescriptionintintgetField()intintintintintgetRow()intsetColSpan(int colSpan) setColumn(int column) setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment) setMaxHeight(int maxHeight) setMaxWidth(int maxWidth) setMinHeight(int minHeight) setMinWidth(int minWidth) setRow(int row) setRowSpan(int rowSpan) setVerticalAlignment(UiVerticalElementAlignment verticalAlignment) toString()
-
Field Details
-
field
-
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
-
UiFormSectionFieldPlacement
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiFormSectionFieldPlacement
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getField
-
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
-
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 UiFormSectionFieldPlacement setVerticalAlignment(UiVerticalElementAlignment verticalAlignment) - Specified by:
setVerticalAlignmentin interfaceUiGridPlacement
-
setHorizontalAlignment
public UiFormSectionFieldPlacement setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment) - Specified by:
setHorizontalAlignmentin interfaceUiGridPlacement
-