|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.beans.PropertyEditorSupport
griffon.core.resources.editors.AbstractPropertyEditor
griffon.plugins.jodatime.editors.DaysPropertyEditor
public class DaysPropertyEditor extends AbstractPropertyEditor
| Constructor Summary | |
DaysPropertyEditor()
|
|
| Method Summary | |
|---|---|
protected String
|
getAsTextInternal()
|
String
|
getFormattedValue()
|
private void
|
handleAsString(String str)
|
private org.joda.time.Days
|
parse(Number number)
|
protected void
|
setValueInternal(Object value)
|
| Methods inherited from class PropertyEditorSupport | |
|---|---|
| getValue, setValue, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange, getSource, setSource, getTags, getAsText, setAsText, isPaintable, paintValue, getJavaInitializationString, getCustomEditor, supportsCustomEditor, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
DaysPropertyEditor()
| Method Detail |
|---|
protected String getAsTextInternal()
public String getFormattedValue()
private void handleAsString(String str)
private org.joda.time.Days parse(Number number)
protected void setValueInternal(Object value)
Groovy Documentation