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(java.text.DateFormat dateFormat, boolean b) |
StructuredDateEditor(java.text.DateFormat dateFormat, boolean b, int i) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public java.lang.Object |
assemble(java.lang.Class type, java.util.Map fieldValues) |
|
public java.util.List<java.lang.String> |
getOptionalFields() |
|
public java.util.List<java.lang.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 |