Class UiFloatingElement
java.lang.Object
org.teamapps.dto.AbstractUiTemplateElement
org.teamapps.dto.UiFloatingElement
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected UiCssAlignItemsprotected List<AbstractUiTemplateElement> protected UiCssJustifyContentprotected booleanFields inherited from class org.teamapps.dto.AbstractUiTemplateElement
backgroundColor, colSpan, column, horizontalAlignment, margin, property, row, rowSpan, verticalAlignment -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiFloatingElement(String property, int row, int column, List<AbstractUiTemplateElement> elements) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetWrap()setAlignItems(UiCssAlignItems alignItems) setBackgroundColor(String backgroundColor) setColSpan(int colSpan) setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment) setJustifyContent(UiCssJustifyContent justifyContent) setRowSpan(int rowSpan) setVerticalAlignment(UiVerticalElementAlignment verticalAlignment) setWrap(boolean wrap) toString()Methods inherited from class org.teamapps.dto.AbstractUiTemplateElement
getBackgroundColor, getColSpan, getColumn, getHorizontalAlignment, getMargin, getProperty, getRow, getRowSpan, getVerticalAlignment
-
Field Details
-
elements
-
wrap
protected boolean wrap -
alignItems
-
justifyContent
-
-
Constructor Details
-
UiFloatingElement
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiFloatingElement
public UiFloatingElement(String property, int row, int column, List<AbstractUiTemplateElement> elements)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
- Overrides:
toStringin classAbstractUiTemplateElement
-
getElements
-
getWrap
public boolean getWrap() -
getAlignItems
-
getJustifyContent
-
setRowSpan
- Overrides:
setRowSpanin classAbstractUiTemplateElement
-
setColSpan
- Overrides:
setColSpanin classAbstractUiTemplateElement
-
setHorizontalAlignment
- Overrides:
setHorizontalAlignmentin classAbstractUiTemplateElement
-
setVerticalAlignment
- Overrides:
setVerticalAlignmentin classAbstractUiTemplateElement
-
setMargin
- Overrides:
setMarginin classAbstractUiTemplateElement
-
setBackgroundColor
- Overrides:
setBackgroundColorin classAbstractUiTemplateElement
-
setWrap
-
setAlignItems
-
setJustifyContent
-