org.codehaus.groovy.grails.web.binding
Class CompositeEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.codehaus.groovy.grails.web.binding.CompositeEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class CompositeEditor
extends java.beans.PropertyEditorSupport

Since:
2.0

Constructor Summary
CompositeEditor(java.beans.PropertyEditor... editors)
           
 
Method Summary
 java.util.List<java.beans.PropertyEditor> getPropertyEditors()
           
 void setAsText(java.lang.String s)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeEditor

public CompositeEditor(java.beans.PropertyEditor... editors)
Method Detail

setAsText

public void setAsText(java.lang.String s)
               throws java.lang.IllegalArgumentException
Specified by:
setAsText in interface java.beans.PropertyEditor
Overrides:
setAsText in class java.beans.PropertyEditorSupport
Throws:
java.lang.IllegalArgumentException

getPropertyEditors

public java.util.List<java.beans.PropertyEditor> getPropertyEditors()