Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.webobjects.woextensions
Class JSImageFlyover  view JSImageFlyover download JSImageFlyover.java

java.lang.Object
  extended byWOComponent
      extended bycom.webobjects.woextensions.JSComponent
          extended bycom.webobjects.woextensions.JSImageFlyover

public class JSImageFlyover
extends JSComponent


Field Summary
 java.lang.String uniqueID
           
 
Constructor Summary
JSImageFlyover(WOContext aContext)
           
 
Method Summary
protected  java.lang.String _url(java.lang.String binding)
           
 void appendToResponse(WOResponse response, WOContext context)
           
 java.lang.String imageLocation()
           
 java.lang.String mouseOut()
           
 java.lang.String mouseOver()
           
 
Methods inherited from class com.webobjects.woextensions.JSComponent
contextComponentActionURL, framework, invokeAction, synchronizesVariablesWithBindings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uniqueID

public java.lang.String uniqueID
Constructor Detail

JSImageFlyover

public JSImageFlyover(WOContext aContext)
Method Detail

appendToResponse

public void appendToResponse(WOResponse response,
                             WOContext context)

_url

protected java.lang.String _url(java.lang.String binding)

mouseOver

public java.lang.String mouseOver()

mouseOut

public java.lang.String mouseOut()

imageLocation

public java.lang.String imageLocation()
Overrides:
imageLocation in class JSComponent