com.plumtree.uiinfrastructure.pagecontrols.jsdatetimepicker
Class JSDateTimePickerMgr

java.lang.Object
  extended by com.plumtree.uiinfrastructure.pagecontrols.framework.ComponentMgr
      extended by com.plumtree.uiinfrastructure.pagecontrols.framework.JSComponentMgr
          extended by com.plumtree.uiinfrastructure.pagecontrols.jsdatepicker.JSDatePickerMgr
              extended by com.plumtree.uiinfrastructure.pagecontrols.jsdatetimepicker.JSDateTimePickerMgr

public class JSDateTimePickerMgr
extends JSDatePickerMgr

JSDateTimePickerMgr is the ComponentMgr for JSDateTimePickerMgr and doesn't currently do anything not handled by the JSDatePickerMgr which this class extends.

Author:
John Osborne

Field Summary
static java.lang.String STR_CLASS_NAME
           
 
Fields inherited from class com.plumtree.uiinfrastructure.pagecontrols.jsdatepicker.JSDatePickerMgr
STR_JS_COMPONENT_NAME
 
Constructor Summary
JSDateTimePickerMgr(JSRegistry _ptJSRegistry, IJSComponentVersionMgr _ptJSCompVerMgr, PageMgr _ptPageMgr)
          Creates a new JSDateTimePickerMgr object.
 
Method Summary
 
Methods inherited from class com.plumtree.uiinfrastructure.pagecontrols.jsdatepicker.JSDatePickerMgr
GetPagePreFormContent, GetPagePreFormContent, GetPreFormDivID, RegisterComponent
 
Methods inherited from class com.plumtree.uiinfrastructure.pagecontrols.framework.JSComponentMgr
GetJSControlName, GetJSIncludes, GetVersionIDAsInt, GetVersionIDAsString
 
Methods inherited from class com.plumtree.uiinfrastructure.pagecontrols.framework.ComponentMgr
AddToValidationFunction, GetAllHeadContent, GetAllPostContent, GetAllPreContent, GetAllPreFormContent, GetComponent, GetComponent, GetComponentHeadContent, GetComponentHeadContent, GetComponentHTML, GetComponentHTML, GetComponentPostContent, GetComponentPostContent, GetComponentPreContent, GetComponentPreContent, GetComponentPreFormContent, GetComponentPreFormContent, GetJSValidationCode, GetNumComponents, GetPageHeadContent, GetPageMgr, GetPagePostContent, GetPagePreContent, StoreAllUserInput, StoreUserInput, StoreUserInput, UnRegisterComponent, Validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STR_CLASS_NAME

public static final java.lang.String STR_CLASS_NAME
See Also:
Constant Field Values
Constructor Detail

JSDateTimePickerMgr

public JSDateTimePickerMgr(JSRegistry _ptJSRegistry,
                           IJSComponentVersionMgr _ptJSCompVerMgr,
                           PageMgr _ptPageMgr)
Creates a new JSDateTimePickerMgr object.

Parameters:
_ptJSRegistry - The JS Registry is needed to get the JS includes
_ptJSCompVerMgr - The component version manager interface allows us to the version of this control that is registered with the product as a whole
_ptPageMgr - The locale that should be used by the datepickers under the control of this manager



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.