Package org.teamapps.dto
Class UiGridTemplate
java.lang.Object
org.teamapps.dto.UiGridTemplate
- All Implemented Interfaces:
UiObject,UiTemplate
public class UiGridTemplate extends java.lang.Object implements UiTemplate, UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbackgroundColorprotected UiBorderborderprotected java.util.List<UiGridColumn>columnsprotected java.util.List<AbstractUiTemplateElement>elementsprotected intgridGapprotected intmaxHeightprotected intmaxWidthprotected intminHeightprotected intminWidthprotected UiSpacingpaddingprotected java.util.List<UiGridRow>rows -
Constructor Summary
Constructors Constructor Description UiGridTemplate()Deprecated.Only for Jackson deserialization.UiGridTemplate(java.util.List<UiGridColumn> columns, java.util.List<UiGridRow> rows, java.util.List<AbstractUiTemplateElement> elements) -
Method Summary
Modifier and Type Method Description java.lang.StringgetBackgroundColor()UiBordergetBorder()java.util.List<UiGridColumn>getColumns()java.util.List<AbstractUiTemplateElement>getElements()intgetGridGap()intgetMaxHeight()intgetMaxWidth()intgetMinHeight()intgetMinWidth()UiSpacinggetPadding()java.util.List<UiGridRow>getRows()UiObjectTypegetUiObjectType()UiGridTemplatesetBackgroundColor(java.lang.String backgroundColor)UiGridTemplatesetBorder(UiBorder border)UiGridTemplatesetGridGap(int gridGap)UiGridTemplatesetMaxHeight(int maxHeight)UiGridTemplatesetMaxWidth(int maxWidth)UiGridTemplatesetMinHeight(int minHeight)UiGridTemplatesetMinWidth(int minWidth)UiGridTemplatesetPadding(UiSpacing padding)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
columns
-
rows
-
elements
-
minWidth
protected int minWidth -
maxWidth
protected int maxWidth -
minHeight
protected int minHeight -
maxHeight
protected int maxHeight -
padding
-
gridGap
protected int gridGap -
backgroundColor
protected java.lang.String backgroundColor -
border
-
-
Constructor Details
-
UiGridTemplate
@Deprecated public UiGridTemplate()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiGridTemplate
public UiGridTemplate(java.util.List<UiGridColumn> columns, java.util.List<UiGridRow> rows, java.util.List<AbstractUiTemplateElement> elements)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getColumns
-
getRows
-
getElements
-
getMinWidth
public int getMinWidth() -
getMaxWidth
public int getMaxWidth() -
getMinHeight
public int getMinHeight() -
getMaxHeight
public int getMaxHeight() -
getPadding
-
getGridGap
public int getGridGap() -
getBackgroundColor
public java.lang.String getBackgroundColor() -
getBorder
-
setMinWidth
-
setMaxWidth
-
setMinHeight
-
setMaxHeight
-
setPadding
-
setGridGap
-
setBackgroundColor
-
setBorder
-