public abstract class GralTextField.GraphicImplAccess extends GralWidget.ImplAccess implements GralWidgImplAccess_ifc
Modifier and Type | Field and Description |
---|---|
static int |
chgAddText |
static int |
chgCursor |
static int |
chgEditable |
static int |
chgNonEditable |
static int |
chgPrompt |
static int |
chgViewTrail |
protected GralPos |
posField
The
GralWidgetBase.pos() is the summary position for prompt and field. |
protected GralPos |
posPrompt
The
GralWidgetBase.pos() is the summary position for prompt and field. |
bRedrawOnlyDynamics, chgBitsDerived, chgColorBack, chgColorLine, chgColorText, chgCurrTab, chgFloat, chgFocus, chgFont, chgIntg, chgInvisible, chgObjects, chgPos, chgText, chgVisible, chgVisibleInfo, mngImpl, pixBounds, wdgimpl, widgg
version
Modifier | Constructor and Description |
---|---|
protected |
GraphicImplAccess(GralWidget widgg) |
protected |
GraphicImplAccess(GralWidget widgg,
GralMng.ImplAccess mngImpl) |
Modifier and Type | Method and Description |
---|---|
protected int |
borderwidth() |
protected int |
caretPos()
Deprecated.
|
protected void |
caretPos(int pos,
int line,
int col) |
protected int |
cursorPos()
Returns the cursor position in the whole text
|
protected java.lang.String |
getAndClearNewText()
Access and clear a new Text set in any other thread.
|
protected int |
getCurserLine()
Returns the line of the cursor position from 0
|
protected int |
getCursorCol()
Returns the cursor position in the line from 0
|
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, getWidgetImplementation, gralMng, gralWidgetFromImplData, redrawOnlyDynamics, setDragEnable, setDropEnable, setPosBounds, setTextChanged, setVisibleState, XXXfocusGained
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPixelPositionSize, getWidgetImplementation, redrawGthread, removeWidgetImplementation, setBoundsPixel, setFocusGThread, setPosBounds, setVisibleGThread, updateValuesForAction
public static final int chgPrompt
public static final int chgCursor
public static final int chgEditable
public static final int chgNonEditable
public static final int chgViewTrail
public static final int chgAddText
protected final GralPos posPrompt
GralWidgetBase.pos()
is the summary position for prompt and field.
This is the part for field and prompt.protected final GralPos posField
GralWidgetBase.pos()
is the summary position for prompt and field.
This is the part for field and prompt.protected GraphicImplAccess(GralWidget widgg)
protected GraphicImplAccess(GralWidget widgg, GralMng.ImplAccess mngImpl)
protected java.lang.String prompt()
protected java.lang.String promptStylePosition()
protected int borderwidth()
protected java.lang.String getAndClearNewText()
GralTextBox.append(CharSequence)
@Deprecated protected int caretPos()
GralTextField.getCursorPos()
protected int cursorPos()
protected int getCursorCol()
protected int getCurserLine()
protected void caretPos(int pos, int line, int col)
protected GralTextFieldUser_ifc user()
protected boolean isPasswordField()
protected void setTouched(boolean bTouched)