Interface FormSectionPlacement
-
- All Known Implementing Classes:
FormSectionFieldPlacement,FormSectionFloatingFieldsPlacement
public interface FormSectionPlacement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.teamapps.dto.UiFormSectionPlacementcreateUiFormSectionPlacement()intgetColSpan()intgetColumn()HorizontalElementAlignmentgetHorizontalAlignment()intgetMaxWidth()intgetMinWidth()intgetRow()intgetRowSpan()VerticalElementAlignmentgetVerticalAlignment()
-
-
-
Method Detail
-
getRow
int getRow()
-
getColumn
int getColumn()
-
getRowSpan
int getRowSpan()
-
getColSpan
int getColSpan()
-
getMinWidth
int getMinWidth()
-
getMaxWidth
int getMaxWidth()
-
getVerticalAlignment
VerticalElementAlignment getVerticalAlignment()
-
getHorizontalAlignment
HorizontalElementAlignment getHorizontalAlignment()
-
createUiFormSectionPlacement
org.teamapps.dto.UiFormSectionPlacement createUiFormSectionPlacement()
-
-