| br.com.igor.beans.property.editor.ICalendarDatePropertyEditor
ICalendarDatePropertyEditor | public class ICalendarDatePropertyEditor extends AbstractPropertyEditor (Code) | | Date Property Editor based on GFP
ICalendarChooser component.
|
ICalendarDatePropertyEditor | public ICalendarDatePropertyEditor()(Code) | | Constructor for JCalendarDatePropertyEditor
|
ICalendarDatePropertyEditor | public ICalendarDatePropertyEditor(String dateFormatString, Locale locale)(Code) | | Constructor for JCalendarDatePropertyEditor
Parameters: dateFormatString - string used to format the Date object, see:java.text.SimpleDateFormat Parameters: locale - Locale used to display the Date object |
ICalendarDatePropertyEditor | public ICalendarDatePropertyEditor(Locale locale)(Code) | | Constructor for JCalendarDatePropertyEditor
Parameters: locale - Locale used to display the Date object |
getAsText | public String getAsText()(Code) | | Returns the Date formated with the locale and formatString set.
the choosen Date as String |
getLocale | public Locale getLocale()(Code) | | Returns the Locale used.
the Locale object |
getValue | public Object getValue()(Code) | | Returns the Date of the Calendar
the date choosed as a java.util.Date b> object or null isthe date is not set |
setLocale | public void setLocale(Locale l)(Code) | | Sets the locale.
Parameters: l - The new locale value |
setValue | public void setValue(Object value)(Code) | | Sets the Date of the Calendar
Parameters: value - the Date object |
|
|