Package org.teamapps.dto
Class UiFloatingElement
- java.lang.Object
-
- org.teamapps.dto.AbstractUiTemplateElement
-
- org.teamapps.dto.UiFloatingElement
-
- All Implemented Interfaces:
UiObject
public class UiFloatingElement extends AbstractUiTemplateElement implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Field Summary
Fields Modifier and Type Field Description protected UiCssAlignItemsalignItemsprotected java.util.List<AbstractUiTemplateElement>elementsprotected UiCssJustifyContentjustifyContentprotected booleanwrap-
Fields inherited from class org.teamapps.dto.AbstractUiTemplateElement
backgroundColor, colSpan, column, horizontalAlignment, margin, property, row, rowSpan, verticalAlignment
-
-
Constructor Summary
Constructors Constructor Description UiFloatingElement()Deprecated.Only for Jackson deserialization.UiFloatingElement(java.lang.String property, int row, int column, java.util.List<AbstractUiTemplateElement> elements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiCssAlignItemsgetAlignItems()java.util.List<AbstractUiTemplateElement>getElements()UiCssJustifyContentgetJustifyContent()UiObjectTypegetUiObjectType()booleangetWrap()UiFloatingElementsetAlignItems(UiCssAlignItems alignItems)UiFloatingElementsetBackgroundColor(java.lang.String backgroundColor)UiFloatingElementsetColSpan(int colSpan)UiFloatingElementsetHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment)UiFloatingElementsetJustifyContent(UiCssJustifyContent justifyContent)UiFloatingElementsetMargin(UiSpacing margin)UiFloatingElementsetRowSpan(int rowSpan)UiFloatingElementsetVerticalAlignment(UiVerticalElementAlignment verticalAlignment)UiFloatingElementsetWrap(boolean wrap)java.lang.StringtoString()-
Methods inherited from class org.teamapps.dto.AbstractUiTemplateElement
getBackgroundColor, getColSpan, getColumn, getHorizontalAlignment, getMargin, getProperty, getRow, getRowSpan, getVerticalAlignment
-
-
-
-
Field Detail
-
elements
protected java.util.List<AbstractUiTemplateElement> elements
-
wrap
protected boolean wrap
-
alignItems
protected UiCssAlignItems alignItems
-
justifyContent
protected UiCssJustifyContent justifyContent
-
-
Constructor Detail
-
UiFloatingElement
@Deprecated public UiFloatingElement()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
UiFloatingElement
public UiFloatingElement(java.lang.String property, int row, int column, java.util.List<AbstractUiTemplateElement> elements)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractUiTemplateElement
-
getElements
public java.util.List<AbstractUiTemplateElement> getElements()
-
getWrap
public boolean getWrap()
-
getAlignItems
public UiCssAlignItems getAlignItems()
-
getJustifyContent
public UiCssJustifyContent getJustifyContent()
-
setRowSpan
public UiFloatingElement setRowSpan(int rowSpan)
- Overrides:
setRowSpanin classAbstractUiTemplateElement
-
setColSpan
public UiFloatingElement setColSpan(int colSpan)
- Overrides:
setColSpanin classAbstractUiTemplateElement
-
setHorizontalAlignment
public UiFloatingElement setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment)
- Overrides:
setHorizontalAlignmentin classAbstractUiTemplateElement
-
setVerticalAlignment
public UiFloatingElement setVerticalAlignment(UiVerticalElementAlignment verticalAlignment)
- Overrides:
setVerticalAlignmentin classAbstractUiTemplateElement
-
setMargin
public UiFloatingElement setMargin(UiSpacing margin)
- Overrides:
setMarginin classAbstractUiTemplateElement
-
setBackgroundColor
public UiFloatingElement setBackgroundColor(java.lang.String backgroundColor)
- Overrides:
setBackgroundColorin classAbstractUiTemplateElement
-
setWrap
public UiFloatingElement setWrap(boolean wrap)
-
setAlignItems
public UiFloatingElement setAlignItems(UiCssAlignItems alignItems)
-
setJustifyContent
public UiFloatingElement setJustifyContent(UiCssJustifyContent justifyContent)
-
-