Groovy Documentation

griffon.plugins.jodatime.editors
[Java] Class DurationPropertyEditor

java.lang.Object
  java.beans.PropertyEditorSupport
      griffon.core.resources.editors.AbstractPropertyEditor
          griffon.plugins.jodatime.editors.DurationPropertyEditor

public class DurationPropertyEditor
extends AbstractPropertyEditor

Authors:
Andres Almiray


Constructor Summary
DurationPropertyEditor()

 
Method Summary
private void handleAsString(String str)

protected void setValueInternal(Object value)

 
Methods inherited from class AbstractPropertyEditor
setValue, getFormat, setFormat, getAsText, setAsText, getFormattedValue, setFormattedValue, getValue, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange, getSource, setSource, getTags, isPaintable, paintValue, getJavaInitializationString, getCustomEditor, supportsCustomEditor, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
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

DurationPropertyEditor

DurationPropertyEditor()


 
Method Detail

handleAsString

private void handleAsString(String str)


setValueInternal

protected void setValueInternal(Object value)


 

Groovy Documentation