public class HelpUtility extends Object
| Constructor and Description |
|---|
HelpUtility() |
| Modifier and Type | Method and Description |
|---|---|
static com.vaadin.ui.Component |
helpIcon(com.vaadin.Application application,
I18NSource i18NSource,
org.vaadin.jonatan.contexthelp.ContextHelp contextHelp,
String dictionary,
String key,
Boolean showDebugKey,
com.vaadin.ui.Component optionalComponent,
org.vaadin.jonatan.contexthelp.Placement popupPlacement) |
static com.vaadin.ui.Button |
helpIcon(ProcessDictionary dict,
com.vaadin.Application application,
I18NSource i18NSource,
org.vaadin.jonatan.contexthelp.ContextHelp contextHelp,
String key,
Boolean showDebugKey,
com.vaadin.ui.Component optionalComponent,
org.vaadin.jonatan.contexthelp.Placement popupPlacement) |
static void |
showHelpFor(ProcessDictionary dict,
com.vaadin.Application application,
I18NSource i18NSource,
org.vaadin.jonatan.contexthelp.ContextHelp contextHelp,
String key,
Boolean showDebugKey,
com.vaadin.ui.Component component,
org.vaadin.jonatan.contexthelp.Placement placement) |
public static com.vaadin.ui.Component helpIcon(com.vaadin.Application application,
I18NSource i18NSource,
org.vaadin.jonatan.contexthelp.ContextHelp contextHelp,
String dictionary,
String key,
Boolean showDebugKey,
com.vaadin.ui.Component optionalComponent,
org.vaadin.jonatan.contexthelp.Placement popupPlacement)
public static com.vaadin.ui.Button helpIcon(ProcessDictionary dict, com.vaadin.Application application, I18NSource i18NSource, org.vaadin.jonatan.contexthelp.ContextHelp contextHelp, String key, Boolean showDebugKey, com.vaadin.ui.Component optionalComponent, org.vaadin.jonatan.contexthelp.Placement popupPlacement)
public static void showHelpFor(ProcessDictionary dict, com.vaadin.Application application, I18NSource i18NSource, org.vaadin.jonatan.contexthelp.ContextHelp contextHelp, String key, Boolean showDebugKey, com.vaadin.ui.Component component, org.vaadin.jonatan.contexthelp.Placement placement)
Copyright © 2013. All Rights Reserved.