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