|
WebObjects 5.4.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.webobjects.appserver.WOElement
com.webobjects.appserver.WOComponent
com.webobjects.woextensions.JSComponent
com.webobjects.woextensions.JSImageFlyover
public class JSImageFlyover
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.webobjects.appserver.WOComponent |
|---|
WOComponent.Event |
| Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
|---|
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility |
| Nested classes/interfaces inherited from interface com.webobjects.foundation.NSValidation |
|---|
NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException |
| Field Summary | |
|---|---|
String |
uniqueID
|
| Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
|---|
KeyPathSeparator |
| Constructor Summary | |
|---|---|
JSImageFlyover(WOContext aContext)
|
|
| Method Summary | |
|---|---|
void |
appendToResponse(WOResponse response,
WOContext context)
Forces the component to generate its interface and output it in the response's content. |
String |
imageLocation()
|
String |
mouseOut()
|
String |
mouseOver()
|
| Methods inherited from class com.webobjects.woextensions.JSComponent |
|---|
contextComponentActionURL, framework, invokeAction, synchronizesVariablesWithBindings |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String uniqueID
| Constructor Detail |
|---|
public JSImageFlyover(WOContext aContext)
| Method Detail |
|---|
public void appendToResponse(WOResponse response,
WOContext context)
WOComponentappendToResponse method on the root WOElement object of the component template, which in turn invokes
appendToResponse. Subclasses of WOComponent can override this method to replace or supplement the default behavior with custom logic.
appendToResponse in class WOComponentresponse - the HTTP response that an application returns to a Web server to complete a cycle of the request-response loopcontext - context of a transactionWOComponent.invokeAction(WORequest aRequest, WOContext aContext),
WOComponent.takeValuesFromRequest(WORequest aRequest, WOContext aContext)public String mouseOver()
public String mouseOut()
public String imageLocation()
imageLocation in class JSComponent
|
Last updated June 2008 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||