Package org.teamapps.dto
Interface UiFormSectionPlacement
-
- All Superinterfaces:
UiGridPlacement,UiObject
- All Known Implementing Classes:
UiFormSectionFieldPlacement,UiFormSectionFloatingFieldsPlacement
public interface UiFormSectionPlacement extends UiGridPlacement, UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Method Summary
-
Methods inherited from interface org.teamapps.dto.UiGridPlacement
getColSpan, getColumn, getHorizontalAlignment, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getRow, getRowSpan, getVerticalAlignment, setColSpan, setColumn, setHorizontalAlignment, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setRow, setRowSpan, setVerticalAlignment
-
Methods inherited from interface org.teamapps.dto.UiObject
getUiObjectType
-
-