Package org.teamapps.dto
Klasse UiGridLayout
java.lang.Object
org.teamapps.dto.UiGridLayout
- Alle implementierten Schnittstellen:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Stringprotected UiBorderprotected List<UiGridColumn> protected List<UiGridPlacement> protected intprotected UiHorizontalElementAlignmentprotected UiSpacingprotected UiSpacingprotected UiShadowprotected UiVerticalElementAlignment -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.UiGridLayout(List<UiGridColumn> columns, List<UiGridRow> rows, List<UiGridPlacement> componentPlacements) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintgetRows()setBackgroundColor(String backgroundColor) setGridGap(int gridGap) setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment) setPadding(UiSpacing padding) setVerticalAlignment(UiVerticalElementAlignment verticalAlignment) toString()
-
Felddetails
-
columns
-
rows
-
componentPlacements
-
margin
-
padding
-
border
-
shadow
-
backgroundColor
-
gridGap
protected int gridGap -
verticalAlignment
-
horizontalAlignment
-
-
Konstruktordetails
-
UiGridLayout
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
UiGridLayout
public UiGridLayout(List<UiGridColumn> columns, List<UiGridRow> rows, List<UiGridPlacement> componentPlacements)
-
-
Methodendetails
-
getUiObjectType
- Angegeben von:
getUiObjectTypein SchnittstelleUiObject
-
toString
-
getColumns
-
getRows
-
getComponentPlacements
-
getMargin
-
getPadding
-
getBorder
-
getShadow
-
getBackgroundColor
-
getGridGap
public int getGridGap() -
getVerticalAlignment
-
getHorizontalAlignment
-
setMargin
-
setPadding
-
setBorder
-
setShadow
-
setBackgroundColor
-
setGridGap
-
setVerticalAlignment
-
setHorizontalAlignment
-