Klasse GridLayoutDefinition
java.lang.Object
org.teamapps.ux.component.grid.layout.GridLayoutDefinition
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungGridLayoutDefinition(List<GridColumn> columns, List<GridRow> rows, List<GridPlacement> placements) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddColumn(GridColumn column) addPlacement(GridPlacement placement) org.teamapps.dto.UiGridLayoutorg.teamapps.common.format.ColorintgetRows()voidsetBackgroundColor(org.teamapps.common.format.Color backgroundColor) voidvoidsetColumns(List<GridColumn> columns) voidsetGridGap(int gridGap) voidvoidsetPadding(Spacing padding) voidsetPlacements(List<GridPlacement> placements) voidvoid
-
Konstruktordetails
-
GridLayoutDefinition
public GridLayoutDefinition() -
GridLayoutDefinition
public GridLayoutDefinition(List<GridColumn> columns, List<GridRow> rows, List<GridPlacement> placements)
-
-
Methodendetails
-
addColumn
-
addRow
-
addPlacement
-
createUiGridLayout
public org.teamapps.dto.UiGridLayout createUiGridLayout() -
getColumns
-
setColumns
-
getRows
-
setRows
-
getPlacements
-
setPlacements
-
getGridGap
public int getGridGap() -
setGridGap
public void setGridGap(int gridGap) -
getMargin
-
setMargin
-
getPadding
-
setPadding
-
getBorder
-
setBorder
-
getShadow
-
setShadow
-
getBackgroundColor
public org.teamapps.common.format.Color getBackgroundColor() -
setBackgroundColor
public void setBackgroundColor(org.teamapps.common.format.Color backgroundColor)
-