Package org.teamapps.dto
Class UiTextCellTemplateElement
- java.lang.Object
-
- org.teamapps.dto.UiTextCellTemplateElement
-
- All Implemented Interfaces:
UiObject
- Direct Known Subclasses:
UiTextCellTemplateImageElement,UiTextCellTemplateTextElement
public abstract class UiTextCellTemplateElement extends java.lang.Object implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiTextCellTemplateElement.Align
-
Field Summary
Fields Modifier and Type Field Description protected UiTextCellTemplateElement.Alignalignprotected intelementIndexprotected intlineprotected intmarginBottomprotected intmarginLeftprotected intmarginRightprotected intmarginTopprotected java.lang.StringpropertyName
-
Constructor Summary
Constructors Constructor Description UiTextCellTemplateElement()Deprecated.Only for Jackson deserialization.UiTextCellTemplateElement(int line, int elementIndex, java.lang.String propertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiTextCellTemplateElement.AligngetAlign()intgetElementIndex()intgetLine()intgetMarginBottom()intgetMarginLeft()intgetMarginRight()intgetMarginTop()java.lang.StringgetPropertyName()UiTextCellTemplateElementsetAlign(UiTextCellTemplateElement.Align align)UiTextCellTemplateElementsetMarginBottom(int marginBottom)UiTextCellTemplateElementsetMarginLeft(int marginLeft)UiTextCellTemplateElementsetMarginRight(int marginRight)UiTextCellTemplateElementsetMarginTop(int marginTop)java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.teamapps.dto.UiObject
getUiObjectType
-
-
-
-
Field Detail
-
line
protected int line
-
elementIndex
protected int elementIndex
-
propertyName
protected java.lang.String propertyName
-
align
protected UiTextCellTemplateElement.Align align
-
marginTop
protected int marginTop
-
marginLeft
protected int marginLeft
-
marginBottom
protected int marginBottom
-
marginRight
protected int marginRight
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getLine
public int getLine()
-
getElementIndex
public int getElementIndex()
-
getPropertyName
public java.lang.String getPropertyName()
-
getAlign
public UiTextCellTemplateElement.Align getAlign()
-
getMarginTop
public int getMarginTop()
-
getMarginLeft
public int getMarginLeft()
-
getMarginBottom
public int getMarginBottom()
-
getMarginRight
public int getMarginRight()
-
setAlign
public UiTextCellTemplateElement setAlign(UiTextCellTemplateElement.Align align)
-
setMarginTop
public UiTextCellTemplateElement setMarginTop(int marginTop)
-
setMarginLeft
public UiTextCellTemplateElement setMarginLeft(int marginLeft)
-
setMarginBottom
public UiTextCellTemplateElement setMarginBottom(int marginBottom)
-
setMarginRight
public UiTextCellTemplateElement setMarginRight(int marginRight)
-
-