public class HelpFactory extends Object
| Constructor and Description |
|---|
HelpFactory(com.vaadin.Application application,
I18NSource i18NSource,
String dictionary,
org.vaadin.jonatan.contexthelp.ContextHelp contextHelp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
org.vaadin.jonatan.contexthelp.ContextHelp |
getContextHelp() |
com.vaadin.terminal.Resource |
helpIcon(Integer i) |
com.vaadin.ui.Button |
helpIcon(String key) |
com.vaadin.ui.Button |
helpIcon(String key,
com.vaadin.ui.Component component) |
com.vaadin.ui.Button |
helpIcon(String key,
String message) |
boolean |
isShowKeys() |
void |
logHelpKey(String key) |
void |
logHelpKey(String dictionary,
String key) |
void |
showHelp(com.vaadin.ui.Component component,
String key,
org.vaadin.jonatan.contexthelp.Placement placement) |
com.vaadin.ui.ComponentContainer |
wrapComponentWithHelp(com.vaadin.ui.Component component,
String key) |
com.vaadin.ui.ComponentContainer |
wrapComponentWithHelp(com.vaadin.ui.Component component,
String key,
org.vaadin.jonatan.contexthelp.Placement iconPlacement,
org.vaadin.jonatan.contexthelp.Placement popupPlacement) |
com.vaadin.ui.Field |
wrapField(com.vaadin.ui.Field field,
String key) |
public HelpFactory(com.vaadin.Application application,
I18NSource i18NSource,
String dictionary,
org.vaadin.jonatan.contexthelp.ContextHelp contextHelp)
public com.vaadin.ui.Field wrapField(com.vaadin.ui.Field field,
String key)
public com.vaadin.terminal.Resource helpIcon(Integer i)
public com.vaadin.ui.Button helpIcon(String key)
public com.vaadin.ui.Button helpIcon(String key, com.vaadin.ui.Component component)
public void showHelp(com.vaadin.ui.Component component,
String key,
org.vaadin.jonatan.contexthelp.Placement placement)
public com.vaadin.ui.ComponentContainer wrapComponentWithHelp(com.vaadin.ui.Component component,
String key)
public com.vaadin.ui.ComponentContainer wrapComponentWithHelp(com.vaadin.ui.Component component,
String key,
org.vaadin.jonatan.contexthelp.Placement iconPlacement,
org.vaadin.jonatan.contexthelp.Placement popupPlacement)
public org.vaadin.jonatan.contexthelp.ContextHelp getContextHelp()
public boolean isShowKeys()
public void logHelpKey(String key)
Copyright © 2013. All Rights Reserved.