Class AbstractUiTemplateElement
java.lang.Object
org.teamapps.dto.AbstractUiTemplateElement
- All Implemented Interfaces:
UiObject
- Direct Known Subclasses:
UiFloatingElement,UiGlyphIconElement,UiIconElement,UiImageElement,UiTextElement
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected intprotected intprotected UiHorizontalElementAlignmentprotected UiSpacingprotected Stringprotected intprotected intprotected UiVerticalElementAlignment -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.AbstractUiTemplateElement(String property, int row, int column) -
Method Summary
Modifier and TypeMethodDescriptionintintintgetRow()intsetBackgroundColor(String backgroundColor) setColSpan(int colSpan) setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment) setRowSpan(int rowSpan) setVerticalAlignment(UiVerticalElementAlignment verticalAlignment) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.dto.UiObject
getUiObjectType
-
Field Details
-
property
-
row
protected int row -
column
protected int column -
rowSpan
protected int rowSpan -
colSpan
protected int colSpan -
horizontalAlignment
-
verticalAlignment
-
margin
-
backgroundColor
-
-
Constructor Details
-
AbstractUiTemplateElement
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
AbstractUiTemplateElement
-
-
Method Details
-
toString
-
getProperty
-
getRow
public int getRow() -
getColumn
public int getColumn() -
getRowSpan
public int getRowSpan() -
getColSpan
public int getColSpan() -
getHorizontalAlignment
-
getVerticalAlignment
-
getMargin
-
getBackgroundColor
-
setRowSpan
-
setColSpan
-
setHorizontalAlignment
public AbstractUiTemplateElement setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment) -
setVerticalAlignment
-
setMargin
-
setBackgroundColor
-