Class IconElement
java.lang.Object
org.teamapps.ux.component.template.gridtemplate.AbstractTemplateElement<IconElement>
org.teamapps.ux.component.template.gridtemplate.IconElement
-
Field Summary
FieldsFields inherited from class org.teamapps.ux.component.template.gridtemplate.AbstractTemplateElement
backgroundColor, colSpan, column, horizontalAlignment, margin, propertyName, row, rowSpan, verticalAlignment -
Constructor Summary
ConstructorsConstructorDescriptionIconElement(String propertyName, int size) IconElement(String propertyName, int row, int column, int size) IconElement(String propertyName, int row, int column, int rowSpan, int colSpan, int size) IconElement(String propertyName, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment, int size) -
Method Summary
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
-
IconElement
-
IconElement
-
IconElement
public IconElement(String propertyName, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment, int size)
-
-
Method Details
-
createUiTemplateElement
- Specified by:
createUiTemplateElementin classAbstractTemplateElement<IconElement>
-
setSize
-
getSize
public int getSize()
-