| java.lang.Object org.w3c.jigadm.editors.AttributeEditor org.w3c.jigadmin.attributes.DateAttributeEditor
DateAttributeEditor | public DateAttributeEditor()(Code) | | |
clearChanged | public void clearChanged()(Code) | | set the current value to be the original value, ie: changed
must return false after a reset.
|
getComponent | public Component getComponent()(Code) | | get the Component created by the editor.
a Component |
getValue | public Object getValue()(Code) | | Get the current value of the edited value
an object or null if the object was notinitialized |
hasChanged | public boolean hasChanged()(Code) | | Tells if the edited value has changed
true if the value changed. |
resetChanges | public void resetChanges()(Code) | | reset the changes (if any)
|
setValue | public void setValue(Object o)(Code) | | Add a Listener to this editor.
Parameters: el - a listener |
updateValue | protected void updateValue(int field, boolean plus)(Code) | | update the new date value, according to the field defined in
the Calendar
See Also: Calendar Parameters: field - the field of the Calendar to be modified Parameters: plus - a boolean which determine the change sign |
|
|