|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Helpable
Interface for components that support help.
Method Summary | |
---|---|
Help |
getHelp()
Help configuration object for the container |
String |
getHelpTitle()
Help title which is used for the HTML title attribute of the help icon |
void |
setHelp(Help help)
Setter for the containers help content |
void |
setTooltipOfComponent(Tooltip tooltip)
Setter for the component's tooltip. |
Method Detail |
---|
Help getHelp()
External help information can be configured for the container. The
Help
object can the configuration for rendering a link to
that help information.
void setHelp(Help help)
help
- void setTooltipOfComponent(Tooltip tooltip)
This is used by the helper to set the help content to the tooltip.
String getHelpTitle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |