Package org.teamapps.dto
Class AbstractUiTemplateElement
java.lang.Object
org.teamapps.dto.AbstractUiTemplateElement
- All Implemented Interfaces:
UiObject
- Direct Known Subclasses:
UiFloatingElement,UiGlyphIconElement,UiIconElement,UiImageElement,UiTextElement
public abstract class AbstractUiTemplateElement extends java.lang.Object implements 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 intcolSpanprotected intcolumnprotected java.lang.StringdataKeyprotected UiHorizontalElementAlignmenthorizontalAlignmentprotected UiSpacingmarginprotected introwprotected introwSpanprotected UiVerticalElementAlignmentverticalAlignment -
Constructor Summary
Constructors Constructor Description AbstractUiTemplateElement()Deprecated.Only for Jackson deserialization.AbstractUiTemplateElement(java.lang.String dataKey, int row, int column) -
Method Summary
Modifier and Type Method Description java.lang.StringgetBackgroundColor()intgetColSpan()intgetColumn()java.lang.StringgetDataKey()UiHorizontalElementAlignmentgetHorizontalAlignment()UiSpacinggetMargin()intgetRow()intgetRowSpan()UiVerticalElementAlignmentgetVerticalAlignment()AbstractUiTemplateElementsetBackgroundColor(java.lang.String backgroundColor)AbstractUiTemplateElementsetColSpan(int colSpan)AbstractUiTemplateElementsetHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment)AbstractUiTemplateElementsetMargin(UiSpacing margin)AbstractUiTemplateElementsetRowSpan(int rowSpan)AbstractUiTemplateElementsetVerticalAlignment(UiVerticalElementAlignment verticalAlignment)java.lang.StringtoString()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
-
dataKey
protected java.lang.String dataKey -
row
protected int row -
column
protected int column -
rowSpan
protected int rowSpan -
colSpan
protected int colSpan -
horizontalAlignment
-
verticalAlignment
-
margin
-
backgroundColor
protected java.lang.String backgroundColor
-
-
Constructor Details
-
AbstractUiTemplateElement
@Deprecated public AbstractUiTemplateElement()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
AbstractUiTemplateElement
public AbstractUiTemplateElement(java.lang.String dataKey, int row, int column)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getDataKey
public java.lang.String getDataKey() -
getRow
public int getRow() -
getColumn
public int getColumn() -
getRowSpan
public int getRowSpan() -
getColSpan
public int getColSpan() -
getHorizontalAlignment
-
getVerticalAlignment
-
getMargin
-
getBackgroundColor
public java.lang.String getBackgroundColor() -
setRowSpan
-
setColSpan
-
setHorizontalAlignment
public AbstractUiTemplateElement setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment) -
setVerticalAlignment
public AbstractUiTemplateElement setVerticalAlignment(UiVerticalElementAlignment verticalAlignment) -
setMargin
-
setBackgroundColor
-