EchoPoint
1.0

echopoint
Interface ToolTipPopUpSupport

All Superinterfaces:
nextapp.echo.ToolTipSupport
All Known Implementing Classes:
EchoPointComponent, Label, PushButton, TextField

public interface ToolTipPopUpSupport
extends nextapp.echo.ToolTipSupport

Components that implement ToolTipPopUpSupport (which extends nextapp.echo.ToolTipSupport) provide a rich tool tip mechanisms via the * ToolTipPopUp component.

See Also:
ToolTipPopUp, ToolTipSupport

Field Summary
 
Fields inherited from interface nextapp.echo.ToolTipSupport
TOOL_TIP_TEXT_CHANGED_PROPERTY
 
Method Summary
 ToolTipPopUp getToolTipPopUp()
          Returns the ToolTipPopUp component used to configure the rich tool tip support.
 
Methods inherited from interface nextapp.echo.ToolTipSupport
getToolTipText, setToolTipText
 

Method Detail

getToolTipPopUp

public ToolTipPopUp getToolTipPopUp()
Returns the ToolTipPopUp component used to configure the rich tool tip support.

Returns:
a ToolTipPopUp component

EchoPoint
1.0