public abstract class GralTextField.GraphicImplAccess extends GralWidget.ImplAccess implements GralWidgImpl_ifc
Modifier and Type | Field and Description |
---|---|
static int |
chgCursor |
static int |
chgPrompt |
protected GralPos |
posField
The
GralWidget.pos() is the summary position for prompt and field. |
protected GralPos |
posPrompt
The
GralWidget.pos() is the summary position for prompt and field. |
chgBitsDerived, chgColorBack, chgColorLine, chgColorText, chgEditable, chgFloat, chgFocus, chgFont, chgIntg, chgInvisible, chgObjects, chgPos, chgText, chgVisible, chgVisibleInfo, pixBounds, wdgimpl, widgg
Modifier | Constructor and Description |
---|---|
protected |
GraphicImplAccess(GralWidget widgg) |
Modifier and Type | Method and Description |
---|---|
protected int |
borderwidth() |
protected int |
caretPos() |
protected void |
caretPos(int newPos) |
protected boolean |
isPasswordField() |
protected java.lang.String |
prompt() |
protected java.lang.String |
promptStylePosition() |
protected void |
setTouched(boolean bTouched) |
protected GralTextFieldUser_ifc |
user() |
acknChanged, actionShow, dyda, getActionChange, getChanged, gralWidgetFromImplData, setDragEnable, setDropEnable, setFocused, setTextChanged, setVisibleState, XXXfocusGained
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPixelPositionSize, getWidgetImplementation, removeWidgetImplementation, repaintGthread, setBoundsPixel, setFocusGThread, setVisibleGThread
public static final int chgCursor
public static final int chgPrompt
protected final GralPos posField
GralWidget.pos()
is the summary position for prompt and field.
This is the part for field and prompt.protected final GralPos posPrompt
GralWidget.pos()
is the summary position for prompt and field.
This is the part for field and prompt.protected GraphicImplAccess(GralWidget widgg)
protected int borderwidth()
protected int caretPos()
protected void caretPos(int newPos)
protected boolean isPasswordField()
protected java.lang.String prompt()
protected java.lang.String promptStylePosition()
protected void setTouched(boolean bTouched)
protected GralTextFieldUser_ifc user()