| |
|
| br.com.gfp.beans.property.editor.ContaPropertyEditor
ContaPropertyEditor | public class ContaPropertyEditor extends AbstractPropertyEditor (Code) | | Date Property Editor based on GFP ICalendarChooser component.
|
ContaPropertyEditor | public ContaPropertyEditor()(Code) | | Constructor for JCalendarDatePropertyEditor
|
ContaPropertyEditor | public ContaPropertyEditor(Integer value) throws SQLException(Code) | | Constructor for JCalendarDatePropertyEditor
Parameters: locale - Locale used to display the Date object throws: SQLException - |
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 |
|
|
|