FileDocCategorySizeDatePackage
DateFieldLF.javaAPI DocphoneME MR2 API (J2ME)1904Wed May 02 18:00:22 BST 2007javax.microedition.lcdui

DateFieldLF

public interface DateFieldLF implements ItemLF
Look and Feel interface used by DateField.

See Naming Conventions for information about method naming conventions.

Fields Summary
Constructors Summary
Methods Summary
public java.util.DatelGetDate()
Gets the date currently set on the date field widget. This method is called by Date only if Date is initialized

return
the date this widget is currently set to

public voidlSetDate(java.util.Date date)
Notifies L&F of a date change in the corresponding DateField.

param
date - the new Date set in the DateField

public voidlSetInputMode(int mode)
Notifies L&F of a new input mode set in the corresponding DateField.

param
mode the new input mode set in the DateField.