|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.zaval.util.ValidationObject | +--org.zaval.misc.PosController | +--org.zaval.lw.mask.MaskPosController
This class is specific implementation of the pos controller for the masked text field component.
Fields inherited from class org.zaval.misc.PosController |
BEG, DOWN, END, prevCol, prevLine, prevOffset, UP |
Fields inherited from class org.zaval.util.ValidationObject |
isValidFlag |
Constructor Summary | |
MaskPosController(MaskedText m)
Constructs the controller with the specified masked text. |
Method Summary | |
void |
seek(int v)
Moves the current position by additing specified value. |
Methods inherited from class org.zaval.misc.PosController |
addPosListener, calcMaxOffset, clearPos, getCurrentCol, getCurrentLine, getMaxOffset, getOffset, getOffsetByPoint, getPointByOffset, getPosInfo, perform, recalc, removePosListener, seekLineTo, seekLineTo, setOffset, setPosInfo, setRowCol |
Methods inherited from class org.zaval.util.ValidationObject |
invalidate, isValid, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MaskPosController(MaskedText m)
m
- the specified masked text.Method Detail |
public void seek(int v)
PosController
setOffset
method.seek
in class PosController
org.zaval.misc.PosController
off
- the specified value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |