Interface FormSectionPlacement
- All Known Implementing Classes:
FormSectionFieldPlacement,FormSectionFloatingFieldsPlacement
public interface FormSectionPlacement
-
Method Summary
-
Method Details
-
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
UiFormSectionPlacement createUiFormSectionPlacement()
-