Package org.teamapps.dto
Class UiDummyComponent.ClickedEvent
java.lang.Object
org.teamapps.dto.UiDummyComponent.ClickedEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
UiDummyComponent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ClickedEvent(String componentId, int clickCount) -
Method Summary
-
Field Details
-
componentId
-
clickCount
protected int clickCount
-
-
Constructor Details
-
ClickedEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ClickedEvent
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getClickCount
public int getClickCount()
-