com.microstrategy.web.app.gui.GGCalendar |
![]() |
GGCalendar interface that defines minimum contract all GGCalendar must implement.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
displayDescriptors(MarkupOutput out)
function for rendering localized names for months and days.
| ||||||||||
abstract String |
getCalendarButtonName()
Returns calendar HTML button name.
| ||||||||||
abstract void | setCSS(String calendarCSS) | ||||||||||
abstract void |
setCalendarButtonName(String calendarButtonName)
Function for setting calendar button name
| ||||||||||
abstract void |
setCalendarRestrictions(String dateMax, String dateMin, String maxDateRestStr, String minDateRestStr)
function that renders Javascript code for creating an Calendar object.
| ||||||||||
abstract void |
setCalendarRestrictions(String dateMax, String dateMin)
function that renders Javascript code for creating an Calendar object.
| ||||||||||
abstract void |
setImage(String calendarImage)
function for initializing calendar image name
| ||||||||||
abstract void |
showCalendar(MarkupOutput out, String textBoxName, int dataType)
function that renders Javascript code for creating an Calendar object.
| ||||||||||
abstract void |
showCalendar(MarkupOutput out, String textBoxName)
function that renders Javascript code for creating an Calendar object.
| ||||||||||
abstract void |
showCalendarButton(MarkupOutput out, String calendarButtonName)
function that makes visible the calendar button.
| ||||||||||
abstract void |
showOrHideCalendarButton(MarkupOutput out, String pulldownMenu)
Function that triggers javascript code for showing or hiding
a Calendar object.
| ||||||||||
abstract void |
updateOperator(MarkupOutput out, String operatorPullDownMenuName)
function for updating global variable for defining name of pulldown menu for a give operator.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
function for rendering localized names for months and days.
out | where to write the output of the method. |
---|
Returns calendar HTML button name.
Function for setting calendar button name
calendarButtonName | name of calendar button. |
---|
function that renders Javascript code for creating an Calendar object. It invokes javascript code for showing a calendar object. This code will display a calendar if attribute form data type corresponds to any date type.
dateMax | String specifies restriction for minimum date |
---|---|
dateMin | String specifies restriction for maximum date |
maxDateRestStr | String specifies the id for maximum date in output |
minDateRestStr | String specifies the id for minimum date in output |
function that renders Javascript code for creating an Calendar object. It invokes javascript code for showing a calendar object. This code will display a calendar if attribute form data type corresponds to any date type.
dateMax | String specifies restriction for minimum date |
---|---|
dateMin | String specifies restriction for maximum date |
function for initializing calendar image name
calendarImage | path to image used for rendering calendar. |
---|
function that renders Javascript code for creating an Calendar object. It invokes javascript code for showing a calendar object. This code will display a calendar if attribute form data type corresponds to any date type.
out | where to write the output of the method. |
---|---|
textBoxName | name of HTML textbox where date value are entered by End user |
dataType | data type of current attribute form (default) |
function that renders Javascript code for creating an Calendar object. It invokes javascript code for showing a calendar object.
out | where to write the output of the method. |
---|---|
textBoxName | name of HTML textbox where date value are entered by End user |
function that makes visible the calendar button.
out | where to write the output of the method. |
---|---|
calendarButtonName | button name |
Function that triggers javascript code for showing or hiding a Calendar object.
out | where to write the output of the method. |
---|---|
pulldownMenu | HTML menu with corresponding attribute forms and datatype |
function for updating global variable for defining name of pulldown menu for a give operator.
This is needed because this variable doesn't reflect default selection value in given operator pulldown.
out | where to write the output of the method. |
---|