| javax.microedition.lcdui.DateFieldLF
All known Subclasses: javax.microedition.lcdui.DateFieldLFImpl,
DateFieldLF | interface DateFieldLF extends ItemLF(Code) | | Look and Feel interface used by DateField.
See Naming Conventions
for information about method naming conventions.
|
Method Summary | |
java.util.Date | lGetDate() Gets the date currently set on the date field widget. | void | lSetDate(java.util.Date date) Notifies L&F of a date change in the corresponding DateField. | void | lSetInputMode(int mode) Notifies L&F of a new input mode set in the corresponding DateField. |
lGetDate | java.util.Date lGetDate()(Code) | | Gets the date currently set on the date field widget.
This method is called by Date only if Date is initialized
the date this widget is currently set to |
lSetDate | void lSetDate(java.util.Date date)(Code) | | Notifies L&F of a date change in the corresponding DateField.
Parameters: date - - the new Date set in the DateField |
lSetInputMode | void lSetInputMode(int mode)(Code) | | Notifies L&F of a new input mode set in the corresponding DateField.
Parameters: mode - the new input mode set in the DateField. |
|
|