Uses of Class
dev.galasa.zos3270.TextNotFoundException
Package
Description
zOS 3270 Terminal Manager - TPI
Zos3270Terminal Manager
-
Uses of TextNotFoundException in dev.galasa.zos3270
Modifier and TypeMethodDescriptionITerminal.positionCursorToFieldContaining
(@NotNull String searchText) ITerminal.retrieveFieldTextAfterFieldWithString
(String string) Retrieve the contents of the field which is immediately after a field containing the string provided.ITerminal.verifyTextInField
(String string) ITerminal.waitForTextInField
(String string) int
ITerminal.waitForTextInField
(String[] ok, String[] error) int
ITerminal.waitForTextInField
(String[] ok, String[] error, long timeoutInMilliseconds) -
Uses of TextNotFoundException in dev.galasa.zos3270.spi
Modifier and TypeMethodDescriptionScreen.getValueFromFieldContaining
(String text) void
Screen.positionCursorToFieldContaining
(@NotNull String text) Terminal.positionCursorToFieldContaining
(@NotNull String text) Terminal.retrieveFieldTextAfterFieldWithString
(String fieldName) Returns a String of text in a Field with a given name.int
Screen.searchFieldContaining
(@NotNull String[] okText, String[] errorText) void
Screen.searchFieldContaining
(String text) Terminal.verifyTextInField
(String text) int
Screen.waitForTextInField
(String[] ok, String[] error, long timeoutInMilliseconds) int
Screen.waitForTextInField
(String text, long maxWait) Terminal.waitForTextInField
(String text) int
Terminal.waitForTextInField
(String[] ok, String[] error) int
Terminal.waitForTextInField
(String[] ok, String[] error, long timeoutInMilliseconds)