Interface UiGridPlacement
- All Superinterfaces:
UiObject
- All Known Subinterfaces:
UiFormSectionPlacement
- All Known Implementing Classes:
UiComponentGridPlacement,UiFloatingComponentGridPlacement,UiFormSectionFieldPlacement,UiFormSectionFloatingFieldsPlacement
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Method Summary
Modifier and TypeMethodDescriptionintintintintintintintgetRow()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) Methods inherited from interface org.teamapps.dto.UiObject
getUiObjectType
-
Method Details
-
getRow
int getRow() -
getColumn
int getColumn() -
getRowSpan
int getRowSpan() -
getColSpan
int getColSpan() -
getMinWidth
int getMinWidth() -
getMaxWidth
int getMaxWidth() -
getMinHeight
int getMinHeight() -
getMaxHeight
int getMaxHeight() -
getVerticalAlignment
UiVerticalElementAlignment getVerticalAlignment() -
getHorizontalAlignment
UiHorizontalElementAlignment getHorizontalAlignment() -
setRow
-
setColumn
-
setRowSpan
-
setColSpan
-
setMinWidth
-
setMaxWidth
-
setMinHeight
-
setMaxHeight
-
setVerticalAlignment
-
setHorizontalAlignment
-