Package org.teamapps.dto
Class UiFloatingComponent
- java.lang.Object
-
- org.teamapps.dto.UiComponent
-
- org.teamapps.dto.UiFloatingComponent
-
- All Implemented Interfaces:
UiObject
public class UiFloatingComponent extends UiComponent implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiFloatingComponent.ExpandedOrCollapsedEventstatic classUiFloatingComponent.SetBackgroundColorCommandstatic classUiFloatingComponent.SetDimensionsCommandstatic classUiFloatingComponent.SetExpandedCommandstatic classUiFloatingComponent.SetExpanderHandleColorCommandstatic classUiFloatingComponent.SetMarginsCommandstatic classUiFloatingComponent.SetPositionCommand-
Nested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected UiColorbackgroundColorprotected booleancollapsibleprotected UiComponentReferencecontainerComponentprotected UiComponentReferencecontentComponentprotected booleanexpandedprotected UiColorexpanderHandleColorprotected intheightprotected intmarginXprotected intmarginYprotected UiFloatingComponentPositionpositionprotected intwidth-
Fields inherited from class org.teamapps.dto.UiComponent
id, stylesBySelector, visible
-
-
Constructor Summary
Constructors Constructor Description UiFloatingComponent()
-
Method Summary
-
Methods inherited from class org.teamapps.dto.UiComponent
getId, getStylesBySelector, getVisible
-
-
-
-
Field Detail
-
containerComponent
protected UiComponentReference containerComponent
-
contentComponent
protected UiComponentReference contentComponent
-
width
protected int width
-
height
protected int height
-
marginX
protected int marginX
-
marginY
protected int marginY
-
position
protected UiFloatingComponentPosition position
-
backgroundColor
protected UiColor backgroundColor
-
expanderHandleColor
protected UiColor expanderHandleColor
-
collapsible
protected boolean collapsible
-
expanded
protected boolean expanded
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUiComponent
-
getContainerComponent
public UiComponentReference getContainerComponent()
-
getContentComponent
public UiComponentReference getContentComponent()
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getMarginX
public int getMarginX()
-
getMarginY
public int getMarginY()
-
getPosition
public UiFloatingComponentPosition getPosition()
-
getBackgroundColor
public UiColor getBackgroundColor()
-
getExpanderHandleColor
public UiColor getExpanderHandleColor()
-
getCollapsible
public boolean getCollapsible()
-
getExpanded
public boolean getExpanded()
-
setId
public UiFloatingComponent setId(java.lang.String id)
- Overrides:
setIdin classUiComponent
-
setVisible
public UiFloatingComponent setVisible(boolean visible)
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
public UiFloatingComponent setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)
- Overrides:
setStylesBySelectorin classUiComponent
-
setContainerComponent
public UiFloatingComponent setContainerComponent(UiComponentReference containerComponent)
-
setContentComponent
public UiFloatingComponent setContentComponent(UiComponentReference contentComponent)
-
setWidth
public UiFloatingComponent setWidth(int width)
-
setHeight
public UiFloatingComponent setHeight(int height)
-
setMarginX
public UiFloatingComponent setMarginX(int marginX)
-
setMarginY
public UiFloatingComponent setMarginY(int marginY)
-
setPosition
public UiFloatingComponent setPosition(UiFloatingComponentPosition position)
-
setBackgroundColor
public UiFloatingComponent setBackgroundColor(UiColor backgroundColor)
-
setExpanderHandleColor
public UiFloatingComponent setExpanderHandleColor(UiColor expanderHandleColor)
-
setCollapsible
public UiFloatingComponent setCollapsible(boolean collapsible)
-
setExpanded
public UiFloatingComponent setExpanded(boolean expanded)
-
-