Package net.datenwerke.gf.client.history
Class HistoryUiServiceImpl
java.lang.Object
net.datenwerke.gf.client.history.HistoryUiServiceImpl
- All Implemented Interfaces:
HistoryUiService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.datenwerke.gf.client.history.HistoryUiService
HistoryUiService.JumpToObjectCallback, HistoryUiService.JumpToObjectCallbackImpl, HistoryUiService.JumpToObjectResultCallback -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHistoryCallback(String location, HistoryCallback callback) voidfire(HistoryLinkDto link) MenuItemgetJumpToMenuItem(HistoryUiService.JumpToObjectCallback jumpToObjectCallback) voidjumpTo(Dto dto) voidonValueChange(<any> event)
-
Constructor Details
-
HistoryUiServiceImpl
-
-
Method Details
-
onValueChange
public void onValueChange(<any> event) -
addHistoryCallback
- Specified by:
addHistoryCallbackin interfaceHistoryUiService
-
getJumpToMenuItem
- Specified by:
getJumpToMenuItemin interfaceHistoryUiService
-
fire
public void fire(HistoryLinkDto link) - Specified by:
firein interfaceHistoryUiService
-
jumpTo
public void jumpTo(Dto dto) - Specified by:
jumpToin interfaceHistoryUiService
-