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, supportsCustomEditor
protected TextPropertyEditorSupport(Object source)
protected TextPropertyEditorSupport()
public void setAsText(String text)
setAsText
in interface PropertyEditor
setAsText
in class PropertyEditorSupport
text
- The string to be parsed.Copyright © 2018 JBoss by Red Hat. All rights reserved.