public class StructuredDateEditor extends CustomDateEditor implements StructuredPropertyEditor
Structured editor for editing dates that takes 5 fields that represent the year, month, day, hour and minute and constructs a Date instance
Constructor and description |
---|
StructuredDateEditor(DateFormat dateFormat, boolean b) |
StructuredDateEditor(DateFormat dateFormat, boolean b, int i) |
Type Params | Return Type | Name and description |
---|---|---|
|
public Object |
assemble(Class type, Map fieldValues) |
|
public List<String> |
getOptionalFields() |
|
public List<String> |
getRequiredFields() |
Methods inherited from class | Name |
---|---|
class CustomDateEditor |
addPropertyChangeListener, equals, firePropertyChange, getAsText, getClass, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, hashCode, isPaintable, notify, notifyAll, paintValue, removePropertyChangeListener, setAsText, setSource, setValue, supportsCustomEditor, toString, wait, wait, wait |