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, setTagName
public java.lang.String getComponentPath()
getComponentPath
in interface EventReceiver
public void setType(java.lang.String pType)
public java.lang.String getType()
public java.lang.String getDefault()
getDefault
in interface EventReceiver
public java.lang.String getSubmitValue()
getSubmitValue
in interface EventReceiver
public boolean getMayHaveSubmitValue()
public boolean setMayHaveSubmitValue(boolean pValue)
public int getPriority()
public void setPriority(int pPriority)
public java.lang.String getName()
EventReceiver
getName
in interface EventReceiver
public void setName(java.lang.String pName)
public boolean isImage()
EventReceiver
isImage
in interface EventReceiver
public void setProperty(java.lang.String pProperty) throws DropletException
DropletException
public void setPropertyPath(java.lang.String pPropertyPath) throws DropletException
DropletException
public java.lang.String getPropertyPath()
getPropertyPath
in interface EventReceiver
public java.lang.String[] getPathNames()
getPathNames
in interface EventReceiver
public int[][] getPathDims()
getPathDims
in interface EventReceiver
public void setPathNames(java.lang.String[] pPathNames)
setPathNames
in interface EventReceiver
public void setPathDims(int[][] pPathDims)
setPathDims
in interface EventReceiver
public TagConverter getConverter()
EventReceiver
getConverter
in interface EventReceiver
public void setConverter(TagConverter pConverter)
public java.util.Properties getConverterArgs()
EventReceiver
getConverterArgs
in interface EventReceiver
public void setConverterArgs(java.util.Properties pConverterArgs)