| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EventReceiver
An EventReceiver is a tag that receives events from requests (either Anchor events or Form events).
This interface is implemented by the AnchorTag and the FormEventReceiver tags: InputTag, SelectTag, and TextAreaTag.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
|  java.lang.String | getComponentPath()Return the path name of the component | 
|  TagConverter | getConverter()The converter to apply to any set accesses to this value | 
|  java.util.Properties | getConverterArgs()The arguments for the converter | 
|  java.lang.String | getDefault() | 
|  java.lang.String | getName()Get the name of the parameter that identifies this event as occuring | 
|  int[][] | getPathDims()Return the dimensions for each entry in the path. | 
|  java.lang.String[] | getPathNames()Return the array of path names that reference the properties | 
|  java.lang.String | getPropertyPath()Return the complete path name of the property | 
|  java.lang.String | getSubmitValue() | 
|  boolean | isImage()Is this handler expecting an image expecting .x and .y args? | 
|  void | setPathDims(int[][] pPathNames)Sets the dimensions for each entry of the path (could be null if no path entries have dimensions). | 
|  void | setPathNames(java.lang.String[] pPathNames)Sets the list of path names | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
java.lang.String getDefault()
java.lang.String getSubmitValue()
java.lang.String getName()
java.lang.String getPropertyPath()
java.lang.String[] getPathNames()
void setPathNames(java.lang.String[] pPathNames)
int[][] getPathDims()
void setPathDims(int[][] pPathNames)
java.lang.String getComponentPath()
boolean isImage()
TagConverter getConverter()
java.util.Properties getConverterArgs()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||