Package org.teamapps.dto
Class UiGridLayout
java.lang.Object
org.teamapps.dto.UiGridLayout
- All Implemented Interfaces:
UiObject
public class UiGridLayout extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields Modifier and Type Field Description protected UiColorbackgroundColorprotected UiBorderborderprotected java.util.List<UiGridColumn>columnsprotected java.util.List<UiGridPlacement>componentPlacementsprotected intgridGapprotected UiHorizontalElementAlignmenthorizontalAlignmentprotected UiSpacingmarginprotected UiSpacingpaddingprotected java.util.List<UiGridRow>rowsprotected UiShadowshadowprotected UiVerticalElementAlignmentverticalAlignment -
Constructor Summary
Constructors Constructor Description UiGridLayout()Deprecated.Only for Jackson deserialization.UiGridLayout(java.util.List<UiGridColumn> columns, java.util.List<UiGridRow> rows, java.util.List<UiGridPlacement> componentPlacements) -
Method Summary
Modifier and Type Method Description UiColorgetBackgroundColor()UiBordergetBorder()java.util.List<UiGridColumn>getColumns()java.util.List<UiGridPlacement>getComponentPlacements()intgetGridGap()UiHorizontalElementAlignmentgetHorizontalAlignment()UiSpacinggetMargin()UiSpacinggetPadding()java.util.List<UiGridRow>getRows()UiShadowgetShadow()UiObjectTypegetUiObjectType()UiVerticalElementAlignmentgetVerticalAlignment()UiGridLayoutsetBackgroundColor(UiColor backgroundColor)UiGridLayoutsetBorder(UiBorder border)UiGridLayoutsetGridGap(int gridGap)UiGridLayoutsetHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment)UiGridLayoutsetMargin(UiSpacing margin)UiGridLayoutsetPadding(UiSpacing padding)UiGridLayoutsetShadow(UiShadow shadow)UiGridLayoutsetVerticalAlignment(UiVerticalElementAlignment verticalAlignment)java.lang.StringtoString()
-
Field Details
-
columns
-
rows
-
componentPlacements
-
margin
-
padding
-
border
-
shadow
-
backgroundColor
-
gridGap
protected int gridGap -
verticalAlignment
-
horizontalAlignment
-
-
Constructor Details
-
UiGridLayout
@Deprecated public UiGridLayout()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiGridLayout
public UiGridLayout(java.util.List<UiGridColumn> columns, java.util.List<UiGridRow> rows, java.util.List<UiGridPlacement> componentPlacements)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getColumns
-
getRows
-
getComponentPlacements
-
getMargin
-
getPadding
-
getBorder
-
getShadow
-
getBackgroundColor
-
getGridGap
public int getGridGap() -
getVerticalAlignment
-
getHorizontalAlignment
-
setMargin
-
setPadding
-
setBorder
-
setShadow
-
setBackgroundColor
-
setGridGap
-
setVerticalAlignment
-
setHorizontalAlignment
-