|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry.internal.event.EventBoundListener
public class EventBoundListener
Provides a mapping for listener methods that are bound to events, used
internally by ComponentEventProperty.
| Constructor Summary | |
|---|---|
EventBoundListener(String methodName,
String componentId)
Creates a new listener binding. |
|
EventBoundListener(String methodName,
String formId,
boolean validateForm,
String componentId,
boolean async)
Creates a new listener binding. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getComponentId()
|
String |
getFormId()
|
String |
getMethodName()
|
int |
hashCode()
|
boolean |
isAsync()
Whether or not listener should submit form asynchronously. |
boolean |
isValidateForm()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventBoundListener(String methodName,
String componentId)
methodName - The method to invoke.
public EventBoundListener(String methodName,
String formId,
boolean validateForm,
String componentId,
boolean async)
methodName - The method to invoke.formId - If not null the form to submit before invoking listenervalidateForm - If formId is set, whether or not to validate form when submitting.| Method Detail |
|---|
public String getFormId()
public String getMethodName()
public String getComponentId()
public boolean isValidateForm()
public boolean isAsync()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||