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