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.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
debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
Constructors Constructor Description UiFloatingComponent() -
Method Summary
Methods inherited from class org.teamapps.dto.UiComponent
getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
-
setContainerComponent
-
setContentComponent
-
setWidth
-
setHeight
-
setMarginX
-
setMarginY
-
setPosition
-
setBackgroundColor
-
setExpanderHandleColor
-
setCollapsible
-
setExpanded
-