|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.beans.PropertyEditorSupport
org.openregistry.core.web.propertyeditors.AbstractReferenceRepositoryPropertyEditor
public abstract class AbstractReferenceRepositoryPropertyEditor
Abstract class that supports the notion that a property editor will need access to the reference repository to obtain its information.
| Constructor Summary | |
|---|---|
protected |
AbstractReferenceRepositoryPropertyEditor(ReferenceRepository referenceRepository)
|
| Method Summary | |
|---|---|
protected ReferenceRepository |
getReferenceRepository()
|
void |
setAsText(java.lang.String s)
|
protected abstract void |
setAsTextInternal(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 |
|---|
protected AbstractReferenceRepositoryPropertyEditor(ReferenceRepository referenceRepository)
| Method Detail |
|---|
protected ReferenceRepository getReferenceRepository()
public final void setAsText(java.lang.String s)
throws java.lang.IllegalArgumentException
setAsText in interface java.beans.PropertyEditorsetAsText in class java.beans.PropertyEditorSupportjava.lang.IllegalArgumentExceptionprotected abstract void setAsTextInternal(java.lang.String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||