The methods of the JSDatePicker class are listed below. For a complete list of JSDatePicker class members, see the JSDatePicker Members topic.
![]() | This method is used by the ASManager to return new instances of managed objects. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | This method returns script that needs to be printed within the HTML head tag. This method could have been abstract except that most components do not have a use for it. It therefore returns null and should be overridden as needed. (Note: there is an anologous method for printing page- level content in ComponentMgr.) |
![]() | Overloaded. This method returns the datepicker HTML. |
![]() | |
![]() | Return the name of the component manager responsible for this page control |
![]() | This method returns script that needs to be printed after the component itself has been printed. This method could have been abstract except that most components do not have a use for it. It therefore returns null and should be overridden as needed. (Note: there is an anologous method for printing page- level content in ComponentMgr.) |
![]() | This method returns script that needs to be printed before the component itself has been printed. This method could have been abstract except that most components do not have a use for it. It therefore returns null and should be overridden as needed. (Note: there is an anologous method for printing page- level content in ComponentMgr.) |
![]() | This method returns script that needs to be printed before the form in which this component is embedded. It therefore returns null and should be overridden as needed. (Note: there is an anologous method for printing page- level content in ComponentMgr.) |
![]() | This function returns an XPDateTime object that represents the date and time the user has chosen using the date/time-picker HTML control. |
![]() | Provides a means of retrieving the HTML Input name for the date portion of the date picker. This allows for using javascript to programmatically set input values, for example. |
![]() | |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Return the name of the MVC object. |
![]() | This method returns the page manager that houses this component manager. |
![]() | Returns the name of the PTDatepicker JavaScript variable name |
![]() | Returns the date selected in the date picker as a string |
![]() | This method serves as a getter for "sub-component" HTML. The breakdown of sub-components is decided by the component author. One example is the date/time-picker. It is made up of two sub-components: the date-picker and the time-picker. The constants for component sub-index should be specified in the component file and prefixed with "N_SUB_COMPONENT_INDEX." If the specified index is not valid, null should be returned. This method returns null in the parent instead of being abstract becuase many components will not need to use this method. |
![]() | Gets the Type of the current instance. |
![]() | This method returns the string used to uniquely idenify this component on a page. |
![]() | Currently validation on the date/time picker page controls is not implemented. This method returns null. |
![]() | Overloaded. Initialize the JSDatePicker. |
![]() | Overloaded. Initializes a new AComponent() |
![]() | |
![]() | |
![]() | |
![]() | Stores the user input after the request is sent back. |
![]() | Returns a String that represents the current Object. |
![]() | Currently validation on the date/time picker page controls is not implemented. This method returns null. |
![]() | This method should be used to add the unique identifier to HTML inputs related to this component. If my element name is "in_cb_MyCheckBox" and my unique ID is "one", then this method will return "in_cb_MyCheckBox_one". |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
JSDatePicker Class | com.plumtree.uiinfrastructure.pagecontrols.jsdatepicker Namespace