Class UiGridLayout
java.lang.Object
org.teamapps.dto.UiGridLayout
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected UiBorderprotected List<UiGridColumn> protected List<UiGridPlacement> protected intprotected UiHorizontalElementAlignmentprotected UiSpacingprotected UiSpacingprotected UiShadowprotected UiVerticalElementAlignment -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiGridLayout(List<UiGridColumn> columns, List<UiGridRow> rows, List<UiGridPlacement> componentPlacements) -
Method Summary
Modifier and TypeMethodDescriptionintgetRows()setBackgroundColor(String backgroundColor) setGridGap(int gridGap) setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment) setPadding(UiSpacing padding) setVerticalAlignment(UiVerticalElementAlignment verticalAlignment) toString()
-
Field Details
-
columns
-
rows
-
componentPlacements
-
margin
-
padding
-
border
-
shadow
-
backgroundColor
-
gridGap
protected int gridGap -
verticalAlignment
-
horizontalAlignment
-
-
Constructor Details
-
UiGridLayout
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiGridLayout
public UiGridLayout(List<UiGridColumn> columns, List<UiGridRow> rows, List<UiGridPlacement> componentPlacements)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getColumns
-
getRows
-
getComponentPlacements
-
getMargin
-
getPadding
-
getBorder
-
getShadow
-
getBackgroundColor
-
getGridGap
public int getGridGap() -
getVerticalAlignment
-
getHorizontalAlignment
-
setMargin
-
setPadding
-
setBorder
-
setShadow
-
setBackgroundColor
-
setGridGap
-
setVerticalAlignment
-
setHorizontalAlignment
-