org.kuali.rice.krad.uif.widget
Interface Helpable

All Known Subinterfaces:
Container
All Known Implementing Classes:
AccordionGroup, CollectionGroup, ComponentLibraryView, ContainerBase, DataField, DialogGroup, DocumentView, FormView, Group, InputField, InquiryView, LinkGroup, LookupInputField, LookupView, MaintenanceDocumentView, MessageView, NavigationGroup, PageGroup, ReorderingGroup, TabGroup, TransactionalDocumentView, TreeGroup, View

public interface Helpable

Interface for components that support help.

Author:
Kuali Rice Team (rice.collab@kuali.org)

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

getHelp

Help getHelp()
Help configuration object for the container

External help information can be configured for the container. The Help object can the configuration for rendering a link to that help information.

Returns:
Help for container

setHelp

void setHelp(Help help)
Setter for the containers help content

Parameters:
help -

setTooltipOfComponent

void setTooltipOfComponent(Tooltip tooltip)
Setter for the component's tooltip.

This is used by the helper to set the help content to the tooltip.


getHelpTitle

String getHelpTitle()
Help title which is used for the HTML title attribute of the help icon

Returns:
Help title for the container


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.