| 
EchoPoint 1.0  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.ui.util.ToolTipPopUpSupportHelper
ToolTipPopUpSupportHelper is used to add 
 ToolTipPopUpSupport to an Element in a UI 
 peer.  This will add the necessary OnMouseOver and 
 OnMouseOut statements that will show the ToolTipPopUp 
 content.
 
This class has the lifecyle of its parent ComponentPeer. It acts like a pseudo-ComponentPeer and the parent ComponentPeer should created a new one in its register() method and unregister() in its own unregistered() method.
| Constructor Summary | |
ToolTipPopUpSupportHelper(nextapp.echoservlet.ComponentPeer componentPeer)
Constructs a ToolTipPopUpSupportHelper that is linked
 to a given ComponentPeer.   | 
|
| Method Summary | |
 void | 
imageUpdate(nextapp.echo.event.ImageUpdateEvent e)
 | 
 void | 
propertyChange(java.beans.PropertyChangeEvent e)
 | 
 void | 
render(nextapp.echoservlet.RenderingContext rc,
       nextapp.echoservlet.html.Element targetElement)
Renders the ToolTipPopUp into the provided targetElement  | 
 void | 
unregistered()
 | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public ToolTipPopUpSupportHelper(nextapp.echoservlet.ComponentPeer componentPeer)
ToolTipPopUpSupportHelper that is linked
 to a given ComponentPeer.  If the linked component does
 not in fact implement ToolTipPopUpSupport, then it is 
 treated as having no contained ToolTipPopUp.
componentPeer - - the linked ComponentPeer| Method Detail | 
public void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange in interface java.beans.PropertyChangeListenerPropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)public void unregistered()
public void imageUpdate(nextapp.echo.event.ImageUpdateEvent e)
imageUpdate in interface nextapp.echo.event.ImageUpdateListenerImageUpdateListener.imageUpdate(nextapp.echo.event.ImageUpdateEvent)
public void render(nextapp.echoservlet.RenderingContext rc,
                   nextapp.echoservlet.html.Element targetElement)
  | 
EchoPoint 1.0  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||