|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTagSupport
com.lamatek.tags.google.GoogleMapEventTag
public class GoogleMapEventTag
GoogleMapEventTag This class represents a <googlemaps:event> tag. Developers should not override this class.
| Constructor Summary | |
|---|---|
GoogleMapEventTag()
|
|
| Method Summary | |
|---|---|
int |
doStartTag()
Overrides doStartTag() from TagSupport. |
java.lang.String |
getAction()
Returns the action name that this event handles. |
java.lang.String |
getUrl()
Returns a url pointing to the Object that is responsible for handling this event. |
boolean |
isAsynchronous()
Denotes whether or not this event is to be handled asynchronously (through a GXmlHttp object) or synchronously (through a standard HTTP request. |
void |
setAction(java.lang.String action)
Sets the action name that this event handles. |
void |
setAsynchronous(boolean asynchronous)
Sets whether or not this event is to be handled asynchronously (through a GXmlHttp object) or synchronously (through a standard HTTP request. |
void |
setUrl(java.lang.String url)
Sets the url to the Object responsible for handling this event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapEventTag()
| Method Detail |
|---|
public int doStartTag()
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - The url that points to a GoogleMapEventHandler.public java.lang.String getAction()
public void setAction(java.lang.String action)
public boolean isAsynchronous()
public void setAsynchronous(boolean asynchronous)
asynchronous - True if this event is asynchronous, false if it is not.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||