public class LongEditor extends PropertyEditorSupport<Long>
Integer
.Constructor and Description |
---|
LongEditor() |
Modifier and Type | Method and Description |
---|---|
void |
setAsText(String text)
Map the argument text into and Integer using Integer.valueOf.
|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getAsText, getType, getValue, removePropertyChangeListener, removePropertyChangeListener, setValue
firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, setSource, supportsCustomEditor
public void setAsText(String text)
setAsText
in interface PropertyEditor
setAsText
in class PropertyEditorSupport<Long>
text
- The string to be parsed.Copyright © 2014 JBoss by Red Hat. All rights reserved.