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.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 UiColorbackgroundColorprotected booleancollapsibleprotected UiClientObjectReferencecontainerComponentprotected UiClientObjectReferencecontentComponentprotected booleanexpandedprotected UiColorexpanderHandleColorprotected intheightprotected intmarginXprotected intmarginYprotected UiFloatingComponentPositionpositionprotected intwidth -
Constructor Summary
Constructors Constructor Description UiFloatingComponent() -
Method Summary
Methods inherited from class org.teamapps.dto.UiComponent
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
-
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
-
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
-