public class ScreenField extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
checkCanSend |
protected boolean |
manditoried |
protected boolean |
rightAdjd |
| Modifier | Constructor and Description |
|---|---|
protected |
ScreenField(Screen5250 s) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
changePos(int i) |
int |
endPos() |
int |
getAdjustment() |
int |
getAttr() |
int |
getCurrentPos() |
int |
getCursorCol() |
int |
getCursorProgression() |
int |
getCursorRow() |
int |
getFCW1() |
int |
getFCW2() |
int |
getFFW1() |
int |
getFFW2() |
int |
getFieldId() |
int |
getFieldLength() |
int |
getFieldShift() |
int |
getHighlightedAttr() |
protected int |
getKeyPos(int pos) |
protected int |
getKeyPos(int row1,
int col1) |
int |
getLength() |
String |
getString() |
protected String |
getText() |
boolean |
isAutoEnter() |
boolean |
isBypassField() |
protected boolean |
isCanSend() |
boolean |
isContinued() |
boolean |
isContinuedFirst() |
boolean |
isContinuedLast() |
boolean |
isContinuedMiddle() |
boolean |
isDupEnabled() |
boolean |
isFER() |
boolean |
isHiglightedEntry() |
boolean |
isMandatoryEnter() |
boolean |
isNumeric() |
boolean |
isRightToLeft() |
boolean |
isSelectionField() |
boolean |
isSignedNumeric() |
boolean |
isToUpper() |
protected void |
resetMDT() |
protected void |
setFCWs(int fcw1,
int fcw2) |
protected boolean |
setFFWs(int ffw1,
int ffw2) |
protected ScreenField |
setField(int attr,
int len,
int ffw1,
int ffw2,
int fcw1,
int fcw2) |
protected ScreenField |
setField(int attr,
int row,
int col,
int len,
int ffw1,
int ffw2,
int fcw1,
int fcw2) |
void |
setFieldChar(char c) |
void |
setFieldChar(int lastPos,
char c) |
protected void |
setFieldId(int fi) |
protected void |
setManditoryEntered() |
protected void |
setMDT() |
protected void |
setRightAdjusted() |
void |
setSelectionFieldInfo(int type,
int index,
int position) |
void |
setString(String text)
Sets the field's text plane to the specified string.
|
int |
startCol()
Get the starting column of the field.
|
int |
startPos() |
int |
startRow()
Get the starting row of the field.
|
String |
toString() |
boolean |
withinField(int pos) |
protected boolean checkCanSend
protected boolean rightAdjd
protected boolean manditoried
protected ScreenField(Screen5250 s)
protected ScreenField setField(int attr, int len, int ffw1, int ffw2, int fcw1, int fcw2)
protected ScreenField setField(int attr, int row, int col, int len, int ffw1, int ffw2, int fcw1, int fcw2)
public int getAttr()
public int getHighlightedAttr()
public int getLength()
protected boolean setFFWs(int ffw1,
int ffw2)
public int getFFW1()
public int getFFW2()
protected void setFCWs(int fcw1,
int fcw2)
public int getFCW1()
public int getFCW2()
public int getFieldLength()
public int getCursorProgression()
public int getFieldId()
protected void setFieldId(int fi)
public int getCursorRow()
public int getCursorCol()
protected void changePos(int i)
protected String getText()
public String getString()
public void setFieldChar(char c)
public void setFieldChar(int lastPos,
char c)
protected void setRightAdjusted()
protected void setManditoryEntered()
protected void resetMDT()
protected void setMDT()
public boolean isBypassField()
public int getAdjustment()
public boolean isFER()
public boolean isMandatoryEnter()
public boolean isToUpper()
public int getFieldShift()
public boolean isHiglightedEntry()
public boolean isAutoEnter()
public boolean isSignedNumeric()
public boolean isRightToLeft()
public boolean isNumeric()
public boolean isDupEnabled()
public boolean isContinued()
public boolean isContinuedFirst()
public boolean isContinuedMiddle()
public boolean isContinuedLast()
protected boolean isCanSend()
public boolean isSelectionField()
public void setSelectionFieldInfo(int type,
int index,
int position)
protected int getKeyPos(int row1,
int col1)
protected int getKeyPos(int pos)
public int getCurrentPos()
public boolean withinField(int pos)
public int startPos()
public int startRow()
public int startCol()
public int endPos()
public void setString(String text)
text - - The text to be placed in the field's text plane.Copyright © 2018. All rights reserved.