Schnittstelle GridPlacement
- Alle bekannten Implementierungsklassen:
AbstractGridPlacement,ComponentGridPlacement,FloatingComponentGridPlacement
public interface GridPlacement
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.teamapps.dto.UiGridPlacementintintintintintintintgetRow()int
-
Methodendetails
-
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
VerticalElementAlignment getVerticalAlignment() -
getHorizontalAlignment
HorizontalElementAlignment getHorizontalAlignment() -
createUiGridPlacement
org.teamapps.dto.UiGridPlacement createUiGridPlacement() -
getComponents
-