Class UiGridTemplate
java.lang.Object
org.teamapps.dto.UiGridTemplate
- All Implemented Interfaces:
UiObject,UiTemplate
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected UiBorderprotected List<UiGridColumn> protected List<AbstractUiTemplateElement> protected intprotected intprotected intprotected intprotected intprotected UiSpacingprotected String -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiGridTemplate(List<UiGridColumn> columns, List<UiGridRow> rows, List<AbstractUiTemplateElement> elements) -
Method Summary
Modifier and TypeMethodDescriptionintintintintintgetRows()setAriaLabelProperty(String ariaLabelProperty) setBackgroundColor(String backgroundColor) setGridGap(int gridGap) setMaxHeight(int maxHeight) setMaxWidth(int maxWidth) setMinHeight(int minHeight) setMinWidth(int minWidth) setPadding(UiSpacing padding) setTitleProperty(String titleProperty) toString()
-
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
-
border
-
ariaLabelProperty
-
titleProperty
-
-
Constructor Details
-
UiGridTemplate
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiGridTemplate
public UiGridTemplate(List<UiGridColumn> columns, List<UiGridRow> rows, List<AbstractUiTemplateElement> elements)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
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
-
getBorder
-
getAriaLabelProperty
-
getTitleProperty
-
setMinWidth
-
setMaxWidth
-
setMinHeight
-
setMaxHeight
-
setPadding
-
setGridGap
-
setBackgroundColor
-
setBorder
-
setAriaLabelProperty
-
setTitleProperty
-