Package org.grails.web.binding
Class CompositeEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.grails.web.binding.CompositeEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class CompositeEditor extends java.beans.PropertyEditorSupport- Since:
- 2.0
-
-
Constructor Summary
Constructors Constructor Description CompositeEditor(java.beans.PropertyEditor... editors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.beans.PropertyEditor>getPropertyEditors()voidsetAsText(java.lang.String s)
-
-
-
Method Detail
-
setAsText
public void setAsText(java.lang.String s) throws java.lang.IllegalArgumentException- Specified by:
setAsTextin interfacejava.beans.PropertyEditor- Overrides:
setAsTextin classjava.beans.PropertyEditorSupport- Throws:
java.lang.IllegalArgumentException
-
getPropertyEditors
public java.util.List<java.beans.PropertyEditor> getPropertyEditors()
-
-