Package ubic.gemma.web.propertyeditor
Class ArrayDesignPropertyEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- ubic.gemma.web.propertyeditor.ArrayDesignPropertyEditor
-
- All Implemented Interfaces:
PropertyEditor
public class ArrayDesignPropertyEditor extends PropertyEditorSupport
Used to convert ArrayDesigns from and into strings for display in forms.- Author:
- pavlidis
-
-
Constructor Summary
Constructors Constructor Description ArrayDesignPropertyEditor(ubic.gemma.persistence.service.expression.arrayDesign.ArrayDesignService arrayDesignService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAsText()
void
setAsText(String text)
-
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
-
-
-
-
Method Detail
-
getAsText
public String getAsText()
- Specified by:
getAsText
in interfacePropertyEditor
- Overrides:
getAsText
in classPropertyEditorSupport
-
setAsText
public void setAsText(String text) throws IllegalArgumentException
- Specified by:
setAsText
in interfacePropertyEditor
- Overrides:
setAsText
in classPropertyEditorSupport
- Throws:
IllegalArgumentException
-
-