org.apache.myfaces.tobago.taglib.component
Interface DatePickerTagDeclaration

All Superinterfaces:
HasFor, HasTabIndex, JspTag, Tag, TobagoTagDeclaration
All Known Implementing Classes:
DatePickerTag

public interface DatePickerTagDeclaration
extends TobagoTagDeclaration, HasFor, HasTabIndex

Renders a date picker. The component needs a DateFormat Pattern from a converter. The converter should be an instance of DateTimeConverter and return a valid pattern from the method getPattern()


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasFor
setFor
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasTabIndex
setTabIndex
 



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.