com.opensymphony.webwork.views.freemarker.tags
Class DatePickerModel

java.lang.Object
  extended by com.opensymphony.webwork.views.freemarker.tags.TagModel
      extended by com.opensymphony.webwork.views.freemarker.tags.TextFieldModel
          extended by com.opensymphony.webwork.views.freemarker.tags.DatePickerModel
All Implemented Interfaces:
freemarker.template.TemplateModel, freemarker.template.TemplateTransformModel

public class DatePickerModel
extends TextFieldModel

See Also:
DatePicker

Field Summary
 
Fields inherited from class com.opensymphony.webwork.views.freemarker.tags.TagModel
req, res, stack
 
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
 
Constructor Summary
DatePickerModel(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 
Method Summary
protected  Component getBean()
          An abstract method subclass should implement, exposing the WebWork's underlying {Component} this tag is supposed to delegate to.
 
Methods inherited from class com.opensymphony.webwork.views.freemarker.tags.TagModel
getWriter, unwrapParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatePickerModel

public DatePickerModel(OgnlValueStack stack,
                       HttpServletRequest req,
                       HttpServletResponse res)
Method Detail

getBean

protected Component getBean()
Description copied from class: TagModel
An abstract method subclass should implement, exposing the WebWork's underlying {Component} this tag is supposed to delegate to.

Overrides:
getBean in class TextFieldModel
Returns:
Component

WebWork Project Page