org.chenillekit.tapestry.core.components
Class DateSelector
java.lang.Object
org.apache.tapestry5.corelib.base.AbstractField
org.chenillekit.tapestry.core.components.DateSelector
- All Implemented Interfaces:
- ClientElement, Field
public class DateSelector
- extends AbstractField
- Version:
- $Id: DateSelector.java 471 2009-05-09 09:28:38Z homburgs $
- Author:
- S.Homburg
| Methods inherited from class org.apache.tapestry5.corelib.base.AbstractField |
createDefaultParameterBinding, decorateInsideField, getClientId, getControlName, getLabel, isDisabled, isRequired, putPropertyNameIntoBeanValidationContext, removePropertyNameFromBeanValidationContext, setDecorator, setFormSupport |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateSelector
public DateSelector()
getDaySelectModel
public List<Integer> getDaySelectModel()
getMonthSelectModel
public List<Integer> getMonthSelectModel()
getYearSelectModel
public List<Integer> getYearSelectModel()
processSubmission
protected void processSubmission(String elementName)
- Method implemented by subclasses to actually do the work of processing the submission of the form. The element's
elementName property will already have been set. This method is only invoked if the field is not
disabled.
- Specified by:
processSubmission in class AbstractField
- Parameters:
elementName - the name of the element (used to find the correct parameter in the request)
Copyright © 2008-2010 ChenilleKit. All Rights Reserved.