Uses of Class
org.tn5250j.framework.tn5250.ScreenField
-
Packages that use ScreenField Package Description org.tn5250j.framework.tn5250 -
-
Uses of ScreenField in org.tn5250j.framework.tn5250
Methods in org.tn5250j.framework.tn5250 that return ScreenField Modifier and Type Method Description ScreenFieldScreenFields. findByPosition(int targetPosition)Searches the collection for the target position and returns the ScreenField object containing that position.ScreenFieldScreenFields. findByPosition(int row, int col)Searches the collection for the target position and returns the ScreenField object containing that position.ScreenFieldScreenFields. findByString(java.lang.String targetString, int startPos, int length, int dir, boolean ignoreCase)Searches the collection for the target string and returns the iOhioField object containing that string.ScreenFieldScreenFields. getCurrentField()ScreenFieldScreenFields. getField(int index)ScreenField[]ScreenFields. getFields()ScreenFieldScreenFields. getFirstInputField()protected ScreenFieldScreenField. setField(int attr, int len, int ffw1, int ffw2, int fcw1, int fcw2)protected ScreenFieldScreenField. setField(int attr, int row, int col, int len, int ffw1, int ffw2, int fcw1, int fcw2)protected ScreenFieldScreenFields. setField(int attr, int row, int col, int len, int ffw1, int ffw2, int fcw1, int fcw2)Methods in org.tn5250j.framework.tn5250 with parameters of type ScreenField Modifier and Type Method Description protected voidScreen5250. drawField(ScreenField screenField)Draws the field on the screen.protected booleanScreen5250. gotoField(ScreenField screenField)Convenience method to set the field object passed as the currect working screen fieldprotected voidScreenFields. setCurrentField(ScreenField sf)protected voidScreen5250. setFieldHighlighted(ScreenField sf)Set the field to be displayed as highlighted.protected voidScreen5250. unsetFieldHighlighted(ScreenField sf)Draw the field as un higlighted.
-