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 intsizeFields 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
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, setVerticalAlignmentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
size
protected int size
-
-
Constructor Details
-
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 Details
-
createUiTemplateElement
public org.teamapps.dto.AbstractUiTemplateElement createUiTemplateElement()- Specified by:
createUiTemplateElementin classAbstractTemplateElement<IconElement>
-
setSize
-
getSize
public int getSize()
-