|
|||||||||
| 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
public class JSDatePickerMgr
This is the component manager class for the JS date-picker. Note: there is also JS date/time-picker if you need date and time input.
| Field Summary | |
|---|---|
static java.lang.String |
STR_JS_COMPONENT_NAME
The name for JS controls of this type. |
| Fields inherited from class com.plumtree.uiinfrastructure.pagecontrols.framework.JSComponentMgr |
|---|
STR_CLASS_NAME |
| Constructor Summary | |
|---|---|
JSDatePickerMgr(JSRegistry _ptJSRegistry,
IJSComponentVersionMgr _ptJSCompVerMgr,
PageMgr _ptPageMgr)
Creates a new JSDatePickerMgr object. |
|
| Method Summary | |
|---|---|
HTMLElementCollection |
GetPagePreFormContent()
This method returns the HTML that needs to be written-out before the JS datepicker form is written out. |
HTMLElementCollection |
GetPagePreFormContent(java.lang.String strDatePickerMgrID)
This method returns the HTML that needs to be written-out before the JS datepicker form is written out. |
java.lang.String |
GetPreFormDivID()
Get the ID of the preform DIV element used by datepickers managed by this object. |
void |
RegisterComponent(IPageControl _ptComponent)
This method allows you to register a component with the component manager. |
| 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_JS_COMPONENT_NAME
| Constructor Detail |
|---|
public JSDatePickerMgr(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| Method Detail |
|---|
public HTMLElementCollection GetPagePreFormContent()
GetPagePreFormContent in class ComponentMgrpublic HTMLElementCollection GetPagePreFormContent(java.lang.String strDatePickerMgrID)
strDatePickerMgrID - Unique ID for datepickers managed by this object.
Use this method when there might be several datepick managers on a page, e.g. MyPage.
public void RegisterComponent(IPageControl _ptComponent)
RegisterComponent in class ComponentMgr_ptComponent - The component that you wish to register.public java.lang.String GetPreFormDivID()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||