Class UiDummyComponent
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiDummyComponent
- 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 classNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
FieldsFields 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 TypeMethodDescriptiongetText()setDebuggingId(String debuggingId) setVisible(boolean visible) toString()Methods inherited from class org.teamapps.dto.UiComponent
getAttributesBySelector, getClassNamesBySelector, getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getId
-
Field Details
-
text
-
-
Constructor Details
-
UiDummyComponent
public UiDummyComponent()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
- Overrides:
toStringin classUiComponent
-
getText
-
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
- Overrides:
setStylesBySelectorin classUiComponent
-
setClassNamesBySelector
public UiDummyComponent setClassNamesBySelector(Map<String, Map<String, Boolean>> classNamesBySelector) - Overrides:
setClassNamesBySelectorin classUiComponent
-
setAttributesBySelector
public UiDummyComponent setAttributesBySelector(Map<String, Map<String, String>> attributesBySelector) - Overrides:
setAttributesBySelectorin classUiComponent
-
setText
-