Package org.teamapps.dto
Class UiTextCellTemplate
- java.lang.Object
-
- org.teamapps.dto.UiTextCellTemplate
-
- All Implemented Interfaces:
UiObject,UiTemplate
public class UiTextCellTemplate extends java.lang.Object implements UiTemplate, 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 classUiTextCellTemplate.JustifyLines
-
Field Summary
Fields Modifier and Type Field Description protected inthorizontalPaddingprotected UiIconPositioniconPositionprotected java.lang.StringimagePropertyNameprotected intimageSpacingprotected UiImageTemplateimageTemplateprotected UiTextCellTemplate.JustifyLinesjustifyLinesprotected intmaxHeightprotected intminHeightprotected java.util.List<UiTextCellTemplateElement>textElementsprotected intverticalPadding
-
Constructor Summary
Constructors Constructor Description UiTextCellTemplate()Deprecated.Only for Jackson deserialization.UiTextCellTemplate(java.util.List<UiTextCellTemplateElement> textElements)
-
Method Summary
-
-
-
Field Detail
-
imageTemplate
protected UiImageTemplate imageTemplate
-
imagePropertyName
protected java.lang.String imagePropertyName
-
iconPosition
protected UiIconPosition iconPosition
-
imageSpacing
protected int imageSpacing
-
horizontalPadding
protected int horizontalPadding
-
verticalPadding
protected int verticalPadding
-
textElements
protected java.util.List<UiTextCellTemplateElement> textElements
-
minHeight
protected int minHeight
-
maxHeight
protected int maxHeight
-
justifyLines
protected UiTextCellTemplate.JustifyLines justifyLines
-
-
Constructor Detail
-
UiTextCellTemplate
@Deprecated public UiTextCellTemplate()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
UiTextCellTemplate
public UiTextCellTemplate(java.util.List<UiTextCellTemplateElement> textElements)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getImageTemplate
public UiImageTemplate getImageTemplate()
-
getImagePropertyName
public java.lang.String getImagePropertyName()
-
getIconPosition
public UiIconPosition getIconPosition()
-
getImageSpacing
public int getImageSpacing()
-
getHorizontalPadding
public int getHorizontalPadding()
-
getVerticalPadding
public int getVerticalPadding()
-
getTextElements
public java.util.List<UiTextCellTemplateElement> getTextElements()
-
getMinHeight
public int getMinHeight()
-
getMaxHeight
public int getMaxHeight()
-
getJustifyLines
public UiTextCellTemplate.JustifyLines getJustifyLines()
-
setImageTemplate
public UiTextCellTemplate setImageTemplate(UiImageTemplate imageTemplate)
-
setImagePropertyName
public UiTextCellTemplate setImagePropertyName(java.lang.String imagePropertyName)
-
setIconPosition
public UiTextCellTemplate setIconPosition(UiIconPosition iconPosition)
-
setImageSpacing
public UiTextCellTemplate setImageSpacing(int imageSpacing)
-
setHorizontalPadding
public UiTextCellTemplate setHorizontalPadding(int horizontalPadding)
-
setVerticalPadding
public UiTextCellTemplate setVerticalPadding(int verticalPadding)
-
setMinHeight
public UiTextCellTemplate setMinHeight(int minHeight)
-
setMaxHeight
public UiTextCellTemplate setMaxHeight(int maxHeight)
-
setJustifyLines
public UiTextCellTemplate setJustifyLines(UiTextCellTemplate.JustifyLines justifyLines)
-
-