public class FormEventReceiver extends Tag implements EventReceiver
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Modifier and Type | Method and Description |
|---|---|
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() |
boolean |
getMayHaveSubmitValue() |
java.lang.String |
getName()
Get the name of the parameter that identifies this event as occuring
|
int[][] |
getPathDims()
Return the name of the property for the component
|
java.lang.String[] |
getPathNames()
Return the name of the property for the component
|
int |
getPriority() |
java.lang.String |
getPropertyPath()
Return the complete path name of the property
|
java.lang.String |
getSubmitValue() |
java.lang.String |
getType()
Returns the type
|
boolean |
isImage()
Is this handler expecting an image expecting .x and .y args?
|
void |
setConverter(TagConverter pConverter) |
void |
setConverterArgs(java.util.Properties pConverterArgs) |
boolean |
setMayHaveSubmitValue(boolean pValue) |
void |
setName(java.lang.String pName) |
void |
setPathDims(int[][] pPathDims)
Sets the list of dimensions.
|
void |
setPathNames(java.lang.String[] pPathNames)
Sets the list of path names.
|
void |
setPriority(int pPriority) |
void |
setProperty(java.lang.String pProperty)
Sets the property attribute for this tag.
|
void |
setPropertyPath(java.lang.String pPropertyPath)
Sets the path name of the property that this Input/Select etc.
|
void |
setType(java.lang.String pType) |
getAttribute, getAttributes, getTagName, service, service, serviceAttributes, setAttribute, setAttributes, setTagNamepublic java.lang.String getComponentPath()
getComponentPath in interface EventReceiverpublic void setType(java.lang.String pType)
public java.lang.String getType()
public java.lang.String getDefault()
getDefault in interface EventReceiverpublic java.lang.String getSubmitValue()
getSubmitValue in interface EventReceiverpublic boolean getMayHaveSubmitValue()
public boolean setMayHaveSubmitValue(boolean pValue)
public int getPriority()
public void setPriority(int pPriority)
public java.lang.String getName()
EventReceivergetName in interface EventReceiverpublic void setName(java.lang.String pName)
public boolean isImage()
EventReceiverisImage in interface EventReceiverpublic void setProperty(java.lang.String pProperty)
throws DropletException
DropletExceptionpublic void setPropertyPath(java.lang.String pPropertyPath)
throws DropletException
DropletExceptionpublic java.lang.String getPropertyPath()
getPropertyPath in interface EventReceiverpublic java.lang.String[] getPathNames()
getPathNames in interface EventReceiverpublic int[][] getPathDims()
getPathDims in interface EventReceiverpublic void setPathNames(java.lang.String[] pPathNames)
setPathNames in interface EventReceiverpublic void setPathDims(int[][] pPathDims)
setPathDims in interface EventReceiverpublic TagConverter getConverter()
EventReceivergetConverter in interface EventReceiverpublic void setConverter(TagConverter pConverter)
public java.util.Properties getConverterArgs()
EventReceivergetConverterArgs in interface EventReceiverpublic void setConverterArgs(java.util.Properties pConverterArgs)