Package | Description |
---|---|
com.ibm.tivoli.maximo.skd.applet.widget |
Modifier and Type | Method and Description |
---|---|
CalendarPopupBuilder |
CalendarPopupBuilder.setButtonText(java.lang.String text)
Sets a custom button text on the button, if "OK" is not what you want.
|
CalendarPopupBuilder |
CalendarPopupBuilder.setCalendar(java.util.Calendar cal)
Sets the current date/time in the Calendar control
|
CalendarPopupBuilder |
CalendarPopupBuilder.setCalendar(java.util.Date date)
Sets the current date/time in the calendar control using a
Date instance |
CalendarPopupBuilder |
CalendarPopupBuilder.setCalendarListener(CalendarPopupBuilder.CalendarListener listener)
Sets the calendar listener that is called when the user selects a date and the calendar is closed.
|