Package org.teamapps.dto
Klasse UiGridTemplate
java.lang.Object
org.teamapps.dto.UiGridTemplate
- Alle implementierten Schnittstellen:
UiObject,UiTemplate
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Stringprotected Stringprotected UiBorderprotected List<UiGridColumn> protected List<AbstractUiTemplateElement> protected intprotected intprotected intprotected intprotected intprotected UiSpacingprotected String -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.UiGridTemplate(List<UiGridColumn> columns, List<UiGridRow> rows, List<AbstractUiTemplateElement> elements) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintintintintintgetRows()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()
-
Felddetails
-
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
-
-
Konstruktordetails
-
UiGridTemplate
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
UiGridTemplate
public UiGridTemplate(List<UiGridColumn> columns, List<UiGridRow> rows, List<AbstractUiTemplateElement> elements)
-
-
Methodendetails
-
getUiObjectType
- Angegeben von:
getUiObjectTypein SchnittstelleUiObject
-
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
-