org.apache.turbine.services.intake.model
Class ComboKeyField

java.lang.Object
  extended byorg.apache.turbine.services.intake.model.Field
      extended byorg.apache.turbine.services.intake.model.ComboKeyField

public class ComboKeyField
extends Field

Version:
$Id: ComboKeyField.java 534527 2007-05-02 16:10:59Z tv $
Author:
John McNally, Henning P. Schmiedehausen, Quinton McCombs

Field Summary
 
Fields inherited from class org.apache.turbine.services.intake.model.Field
alwaysRequired, defaultFieldPackage, defaultValidatorPackage, defaultValue, displayName, emptyValue, getter, group, ifRequiredMessage, initialized, isDebugEnabled, isMultiValued, key, log, mapToObject, message, name, onError, parser, required, retrievable, setFlag, setter, validated, validator, validFlag
 
Constructor Summary
ComboKeyField(XmlField field, Group group)
          Constructor.
 
Method Summary
protected  void doSetValue()
          Sets the value of the field from data in the parser.
 void setDefaultValue(java.lang.String prop)
          Sets the default value for a ComboKey field
 void setEmptyValue(java.lang.String prop)
          Set the empty Value.
 
Methods inherited from class org.apache.turbine.services.intake.model.Field
dispose, doSetValue, getDefault, getDefaultValidator, getDefaultValue, getDisplayName, getDisplaySize, getEmptyValue, getGroup, getHTMLString, getInitialValue, getKey, getLocale, getMaxSize, getMessage, getName, getProperty, getSafeEmptyValue, getStringValue, getTestValue, getValidator, getValue, getValueIfAbsent, init, init, isMultiValued, isRequired, isSet, isValid, isValidated, 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

ComboKeyField

public ComboKeyField(XmlField field,
                     Group group)
              throws IntakeException
Constructor.

Parameters:
field - xml field definition object
group - xml group definition object
Throws:
IntakeException - thrown by superclass
Method Detail

setDefaultValue

public void setDefaultValue(java.lang.String prop)
Sets the default value for a ComboKey field

Specified by:
setDefaultValue in class Field
Parameters:
prop - Parameter for the default values

setEmptyValue

public void setEmptyValue(java.lang.String prop)
Set the empty Value. This value is used if Intake maps a field to a parameter returned by the user and the corresponding field is either empty (empty string) or non-existant.

Specified by:
setEmptyValue in class Field
Parameters:
prop - The value to use if the field is empty.

doSetValue

protected void doSetValue()
Sets the value of the field from data in the parser.

Specified by:
doSetValue in class Field


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.