Class UiFloatingComponent
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiFloatingComponent
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected booleanprotected UiClientObjectReferenceprotected UiClientObjectReferenceprotected booleanprotected Stringprotected intprotected intprotected intprotected UiFloatingComponentPositionprotected intFields inherited from class org.teamapps.dto.UiComponent
attributesBySelector, classNamesBySelector, debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanintintintintgetWidth()setBackgroundColor(String backgroundColor) setCollapsible(boolean collapsible) setContainerComponent(UiClientObjectReference containerComponent) setContentComponent(UiClientObjectReference contentComponent) setDebuggingId(String debuggingId) setExpanded(boolean expanded) setExpanderHandleColor(String expanderHandleColor) setHeight(int height) setMarginX(int marginX) setMarginY(int marginY) setPosition(UiFloatingComponentPosition position) setVisible(boolean visible) setWidth(int width) toString()Methods inherited from class org.teamapps.dto.UiComponent
getAttributesBySelector, getClassNamesBySelector, getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getId
-
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
- 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
- Overrides:
setStylesBySelectorin classUiComponent
-
setClassNamesBySelector
public UiFloatingComponent setClassNamesBySelector(Map<String, Map<String, Boolean>> classNamesBySelector) - Overrides:
setClassNamesBySelectorin classUiComponent
-
setAttributesBySelector
public UiFloatingComponent setAttributesBySelector(Map<String, Map<String, String>> attributesBySelector) - Overrides:
setAttributesBySelectorin classUiComponent
-
setContainerComponent
-
setContentComponent
-
setWidth
-
setHeight
-
setMarginX
-
setMarginY
-
setPosition
-
setBackgroundColor
-
setExpanderHandleColor
-
setCollapsible
-
setExpanded
-