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, horizontalAlignment, margin, propertyName, row, rowSpan, verticalAlignment -
Constructor Summary
Constructors Constructor Description IconElement(java.lang.String propertyName, int size)IconElement(java.lang.String propertyName, int row, int column, int size)IconElement(java.lang.String propertyName, int row, int column, int rowSpan, int colSpan, int size)IconElement(java.lang.String propertyName, 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, getHorizontalAlignment, getMargin, getPropertyNames, getRow, getRowSpan, getVerticalAlignment, mapAbstractTemplateElementAttributesToUiElement, setBackgroundColor, setColSpan, setColumn, setHorizontalAlignment, setMargin, setPropertyName, setRow, setRowSpan, setVerticalAlignment
-
Field Details
-
size
protected int size
-
-
Constructor Details
-
IconElement
public IconElement(java.lang.String propertyName, int size) -
IconElement
public IconElement(java.lang.String propertyName, int row, int column, int size) -
IconElement
public IconElement(java.lang.String propertyName, int row, int column, int rowSpan, int colSpan, int size) -
IconElement
public IconElement(java.lang.String propertyName, 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()
-