| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.pagecontrols.framework.ComponentMgr
com.plumtree.uiinfrastructure.pagecontrols.framework.JSComponentMgr
com.plumtree.uiinfrastructure.pagecontrols.jsdatepicker.JSDatePickerMgr
com.plumtree.uiinfrastructure.pagecontrols.jsdatetimepicker.JSDateTimePickerMgr
public class JSDateTimePickerMgr
JSDateTimePickerMgr is the ComponentMgr for JSDateTimePickerMgr and doesn't currently do anything not handled by the JSDatePickerMgr which this class extends.
| 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 | 
|---|
public static final java.lang.String STR_CLASS_NAME
| Constructor Detail | 
|---|
public JSDateTimePickerMgr(JSRegistry _ptJSRegistry,
                           IJSComponentVersionMgr _ptJSCompVerMgr,
                           PageMgr _ptPageMgr)
_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
  | 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||