Groovy Documentation

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

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

public class DateTimeZonePropertyEditor
extends AbstractPropertyEditor

Authors:
Andres Almiray


Constructor Summary
DateTimeZonePropertyEditor()

 
Method Summary
private void handleAsString(String str)

protected void setValueInternal(Object value)

 
Methods inherited from class AbstractPropertyEditor
setValue, setFormat, getFormat, getAsText, setAsText, getFormattedValue, setFormattedValue, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange, getSource, setSource, getValue, getTags, isPaintable, paintValue, getCustomEditor, getJavaInitializationString, supportsCustomEditor, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class PropertyEditorSupport
setValue, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange, getSource, setSource, getValue, getTags, getAsText, isPaintable, setAsText, paintValue, getCustomEditor, getJavaInitializationString, supportsCustomEditor, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

DateTimeZonePropertyEditor

DateTimeZonePropertyEditor()


 
Method Detail

handleAsString

private void handleAsString(String str)


setValueInternal

protected void setValueInternal(Object value)


 

Groovy Documentation