public class LongEditor
extends java.beans.PropertyEditorSupport
Integer.| Constructor and Description |
|---|
LongEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAsText(java.lang.String text)
Map the argument text into and Integer using Integer.valueOf.
|