| br.com.igor.beans.property.editor.LanguagePropertyEditor
LanguagePropertyEditor | public class LanguagePropertyEditor extends AbstractPropertyEditor (Code) | | Date Property Editor based on GFP ICalendarChooser component.
|
LanguagePropertyEditor | public LanguagePropertyEditor()(Code) | | Constructor for JCalendarDatePropertyEditor
|
LanguagePropertyEditor | public LanguagePropertyEditor(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 |
LanguagePropertyEditor | public LanguagePropertyEditor(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 is the 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 |
|
|