|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.iplanet.jato.view.ViewInvocation
Contains relevant values for a request invocation on a view object. This class is used internally by the foundation classes and should not generally be useful to developers.
Constructor Summary | |
ViewInvocation(RequestHandler targetRequestHandler,
java.lang.String childName,
java.lang.String qualifiedChildName,
CommandDescriptor commandDescriptor)
Creates a ViewInvocation object |
|
ViewInvocation(RequestHandler targetRequestHandler,
java.lang.String childName,
java.lang.String qualifiedChildName,
int imageX,
int imageY,
CommandDescriptor commandDescriptor)
Creates a ViewInvocation object |
Method Summary | |
java.lang.String |
getChildName()
Returns the unqualified name of the child View associated with the request invocation. |
CommandDescriptor |
getCommandDescriptor()
Returns the CommandDescriptor. |
int |
getImageXCoordinate()
Returns the X coordinate of the invoking image. |
int |
getImageYCoordinate()
Returns the Y coordinate of the invoking image. |
java.lang.String |
getQualifiedChildName()
Returns the qualified name of the child View associated with the request invocation. |
RequestHandler |
getTargetRequestHandler()
Returns the RequestHandler to which the request should be directed. |
boolean |
hasImageCoordinates()
Tests whether the request inovcation provided X and Y image coordinates. |
java.lang.String |
toString()
Returns a String representation of this ViewInvocation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ViewInvocation(RequestHandler targetRequestHandler, java.lang.String childName, java.lang.String qualifiedChildName, CommandDescriptor commandDescriptor)
ViewInvocation
objecttargetRequestHandler
- The RequestHandler to which this invocation should be directed.childName
- The unqualified name of the child View associated with the request invocation.qualifiedChildName
- The fully qualified name of the child View associated with the request invocation.commandDescriptor
- The CommandDescriptorpublic ViewInvocation(RequestHandler targetRequestHandler, java.lang.String childName, java.lang.String qualifiedChildName, int imageX, int imageY, CommandDescriptor commandDescriptor)
ViewInvocation
objecttargetRequestHandler
- The RequestHandler to which the request should be directed.childName
- The unqualified name of the child View associated with the request invocation.qualifiedChildName
- The fully qualified name of the child View associated with the request invocation.imageX
- The X coordinate value of the image which triggerd the request.imageY
- The Y coordinate value of the image which triggerd the request.commandDescriptor
- The CommandDescriptorMethod Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public RequestHandler getTargetRequestHandler()
public java.lang.String getChildName()
public java.lang.String getQualifiedChildName()
public CommandDescriptor getCommandDescriptor()
public boolean hasImageCoordinates()
public int getImageXCoordinate()
public int getImageYCoordinate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |