|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.services.intake.model.Field
org.apache.turbine.services.intake.model.StringKeyField
Field Summary |
Fields inherited from class org.apache.turbine.services.intake.model.Field |
alwaysRequired, defaultFieldPackage, defaultValue, displayName, emptyValue, getter, group, ifRequiredMessage, initialized, isDebugEnabled, isMultiValued, key, log, mapToObject, message, name, onError, parser, required, retrievable, setFlag, setter, validator, validFlag |
Constructor Summary | |
StringKeyField(XmlField field,
Group group)
Deprecated. Constructor. |
Method Summary | |
protected void |
doSetValue()
Deprecated. Sets the value of the field from data in the parser. |
protected java.lang.String |
getDefaultValidator()
Deprecated. Produces the fully qualified class name of the default validator. |
void |
setDefaultValue(java.lang.String prop)
Deprecated. Sets the default value for a String field |
void |
setEmptyValue(java.lang.String prop)
Deprecated. Set the empty Value. |
Methods inherited from class org.apache.turbine.services.intake.model.Field |
dispose, doSetValue, getDefault, getDefaultValue, getDisplayName, getDisplaySize, getEmptyValue, getHTMLString, getInitialValue, getKey, getLocale, getMaxSize, getMessage, getName, getProperty, getSafeEmptyValue, getStringValue, getTestValue, getValidator, getValue, getValueIfAbsent, init, init, isRequired, isSet, isValid, removeFromRequest, setDisplayName, setMessage, setProperty, setRequired, setRequired, toString, validate, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StringKeyField(XmlField field, Group group) throws IntakeException
field
- xml field definition objectgroup
- xml group definition object
IntakeException
- thrown by superclassMethod Detail |
protected java.lang.String getDefaultValidator()
getDefaultValidator
in class Field
public void setDefaultValue(java.lang.String prop)
setDefaultValue
in class Field
prop
- Parameter for the default valuespublic void setEmptyValue(java.lang.String prop)
setEmptyValue
in class Field
prop
- The value to use if the field is empty.protected void doSetValue()
doSetValue
in class Field
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |