public class TextPropertyEditorSupport extends PropertyEditorSupport
| Modifier | Constructor and Description |
|---|---|
protected |
TextPropertyEditorSupport() |
protected |
TextPropertyEditorSupport(Object source) |
| Modifier and Type | Method and Description |
|---|---|
void |
setAsText(String text)
Sets the property value by parsing a given String.
|
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditorprotected TextPropertyEditorSupport(Object source)
protected TextPropertyEditorSupport()
public void setAsText(String text)
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupporttext - The string to be parsed.Copyright © 2015 JBoss by Red Hat. All rights reserved.