Class ContextHelpUiServiceImpl
java.lang.Object
net.datenwerke.rs.core.client.contexthelp.ContextHelpUiServiceImpl
- All Implemented Interfaces:
ContextHelpUiService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Constructor Summary
ConstructorsConstructorDescriptionContextHelpUiServiceImpl(ToolbarService toolbarService, ContextHelpDao contextHelpDao) -
Method Summary
Modifier and TypeMethodDescriptioncreateDwTextButton(ContextHelpInfo contextHelpInfo) ToolButtoncreateToolButton(ContextHelpInfo contextHelpInfo) voidvoidenable()boolean
-
Constructor Details
-
ContextHelpUiServiceImpl
-
-
Method Details
-
createDwTextButton
- Specified by:
createDwTextButtonin interfaceContextHelpUiService
-
createToolButton
- Specified by:
createToolButtonin interfaceContextHelpUiService
-
displayContextHelp
- Specified by:
displayContextHelpin interfaceContextHelpUiService
-
enable
public void enable()- Specified by:
enablein interfaceContextHelpUiService
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfaceContextHelpUiService
-