Class FloatingElement
java.lang.Object
org.teamapps.ux.component.template.gridtemplate.AbstractTemplateElement<FloatingElement>
org.teamapps.ux.component.template.gridtemplate.FloatingElement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CssAlignItemsprotected List<AbstractTemplateElement<?>> protected CssJustifyContentprotected booleanFields inherited from class org.teamapps.ux.component.template.gridtemplate.AbstractTemplateElement
backgroundColor, colSpan, column, horizontalAlignment, margin, propertyName, row, rowSpan, verticalAlignment -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddElement(AbstractTemplateElement<?> element) booleanisWrap()setAlignItems(CssAlignItems alignItems) setElements(List<AbstractTemplateElement<?>> elements) setJustifyContent(CssJustifyContent justifyContent) setWrap(boolean wrap) Methods inherited from class org.teamapps.ux.component.template.gridtemplate.AbstractTemplateElement
getBackgroundColor, getColSpan, getColumn, getHorizontalAlignment, getMargin, getRow, getRowSpan, getVerticalAlignment, mapAbstractTemplateElementAttributesToUiElement, setBackgroundColor, setColSpan, setColumn, setHorizontalAlignment, setMargin, setPropertyName, setRow, setRowSpan, setVerticalAlignment
-
Field Details
-
elements
-
wrap
protected boolean wrap -
alignItems
-
justifyContent
-
-
Constructor Details
-
FloatingElement
public FloatingElement() -
FloatingElement
public FloatingElement(int row, int column)
-
-
Method Details
-
createUiTemplateElement
- Specified by:
createUiTemplateElementin classAbstractTemplateElement<FloatingElement>
-
addElement
-
setElements
-
getElements
-
isWrap
public boolean isWrap() -
setWrap
-
getAlignItems
-
setAlignItems
-
getJustifyContent
-
setJustifyContent
-
getPropertyNames
- Overrides:
getPropertyNamesin classAbstractTemplateElement<FloatingElement>
-