public interface Helpable
Modifier and Type | Method and Description |
---|---|
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.
|
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 setTooltipOfComponent(Tooltip tooltip)
This is used by the helper to set the help content to the tooltip.
tooltip
- Tooltip with the help for the containerString getHelpTitle()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.