Class IconElement
- java.lang.Object
-
- org.teamapps.ux.component.template.gridtemplate.AbstractTemplateElement<IconElement>
-
- org.teamapps.ux.component.template.gridtemplate.IconElement
-
public class IconElement extends AbstractTemplateElement<IconElement>
-
-
Field Summary
Fields Modifier and Type Field Description protected intsize-
Fields inherited from class org.teamapps.ux.component.template.gridtemplate.AbstractTemplateElement
backgroundColor, colSpan, column, dataKey, horizontalAlignment, margin, row, rowSpan, verticalAlignment
-
-
Constructor Summary
Constructors Constructor Description IconElement(java.lang.String dataKey, int size)IconElement(java.lang.String dataKey, int row, int column, int size)IconElement(java.lang.String dataKey, int row, int column, int rowSpan, int colSpan, int size)IconElement(java.lang.String dataKey, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.teamapps.dto.AbstractUiTemplateElementcreateUiTemplateElement()intgetSize()IconElementsetSize(int size)-
Methods inherited from class org.teamapps.ux.component.template.gridtemplate.AbstractTemplateElement
getBackgroundColor, getColSpan, getColumn, getDataKey, getDataKeys, getHorizontalAlignment, getMargin, getRow, getRowSpan, getVerticalAlignment, mapAbstractTemplateElementAttributesToUiElement, setBackgroundColor, setColSpan, setColumn, setDataKey, setHorizontalAlignment, setMargin, setRow, setRowSpan, setVerticalAlignment
-
-
-
-
Constructor Detail
-
IconElement
public IconElement(java.lang.String dataKey, int size)
-
IconElement
public IconElement(java.lang.String dataKey, int row, int column, int size)
-
IconElement
public IconElement(java.lang.String dataKey, int row, int column, int rowSpan, int colSpan, int size)
-
IconElement
public IconElement(java.lang.String dataKey, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment, int size)
-
-
Method Detail
-
createUiTemplateElement
public org.teamapps.dto.AbstractUiTemplateElement createUiTemplateElement()
- Specified by:
createUiTemplateElementin classAbstractTemplateElement<IconElement>
-
setSize
public IconElement setSize(int size)
-
getSize
public int getSize()
-
-