| Package | Description |
|---|---|
| net.sf.freehost3270.client |
| Modifier and Type | Method and Description |
|---|---|
void |
RW3270.backspace()
Deletes the current character (by setting it to ' ') and decrements the
cursor position by one.
|
void |
RW3270.delete()
Deletes the current character (by setting it to ' ').
|
void |
RW3270Field.isModified(boolean b)
Deprecated.
since 0.2 preferred method is setModified
|
void |
RW3270Field.setData(String s)
If the field is an input field (unprotected), this method will set the
field to the specified String.
|
void |
RW3270Field.setModified(boolean b)
Sets the MDT for this field.
|
void |
RW3270.type(char key)
Inserts the specified ASCII character at the current cursor position if
the current field is unprotected, and advances the cursor position by
one.
|
Copyright © 2013. All Rights Reserved.