Package org.teamapps.dto
Class UiFloatingComponent
java.lang.Object
org.teamapps.dto.UiClientObject
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.SetContentComponentCommandstatic classUiFloatingComponent.SetDimensionsCommandstatic classUiFloatingComponent.SetExpandedCommandstatic classUiFloatingComponent.SetExpanderHandleColorCommandstatic classUiFloatingComponent.SetMarginsCommandstatic classUiFloatingComponent.SetPositionCommandNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbackgroundColorprotected booleancollapsibleprotected UiClientObjectReferencecontainerComponentprotected UiClientObjectReferencecontentComponentprotected booleanexpandedprotected java.lang.StringexpanderHandleColorprotected intheightprotected intmarginXprotected intmarginYprotected UiFloatingComponentPositionpositionprotected intwidthFields inherited from class org.teamapps.dto.UiComponent
attributesBySelector, classNamesBySelector, debuggingId, stylesBySelector, visible -
Constructor Summary
Constructors Constructor Description UiFloatingComponent() -
Method Summary
Methods inherited from class org.teamapps.dto.UiComponent
getAttributesBySelector, getClassNamesBySelector, getDebuggingId, getStylesBySelector, getVisible
-
Field Details
-
containerComponent
-
contentComponent
-
width
protected int width -
height
protected int height -
marginX
protected int marginX -
marginY
protected int marginY -
position
-
backgroundColor
protected java.lang.String backgroundColor -
expanderHandleColor
protected java.lang.String expanderHandleColor -
collapsible
protected boolean collapsible -
expanded
protected boolean expanded
-
-
Constructor Details
-
UiFloatingComponent
public UiFloatingComponent()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()- Overrides:
toStringin classUiComponent
-
getContainerComponent
-
getContentComponent
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getMarginX
public int getMarginX() -
getMarginY
public int getMarginY() -
getPosition
-
getBackgroundColor
public java.lang.String getBackgroundColor() -
getExpanderHandleColor
public java.lang.String getExpanderHandleColor() -
getCollapsible
public boolean getCollapsible() -
getExpanded
public boolean getExpanded() -
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- 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
-
setClassNamesBySelector
public UiFloatingComponent setClassNamesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Boolean>> classNamesBySelector)- Overrides:
setClassNamesBySelectorin classUiComponent
-
setAttributesBySelector
public UiFloatingComponent setAttributesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> attributesBySelector)- Overrides:
setAttributesBySelectorin classUiComponent
-
setContainerComponent
-
setContentComponent
-
setWidth
-
setHeight
-
setMarginX
-
setMarginY
-
setPosition
-
setBackgroundColor
-
setExpanderHandleColor
-
setCollapsible
-
setExpanded
-