public class ByteEditor extends PropertyEditorSupport<Byte>
Byte.| Constructor and Description |
|---|
ByteEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAsText(String text)
Map the argument text into and Byte using Byte.decode.
|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getAsText, getType, getValue, removePropertyChangeListener, removePropertyChangeListener, setValuefirePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, setSource, supportsCustomEditorpublic void setAsText(String text)
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupport<Byte>text - The string to be parsed.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.