Class ValueWithPos<E>
java.lang.Object
de.knightsoftnet.validators.shared.data.ValueWithPos<E>
- Type Parameters:
E- Type of value
bean with value and cursor position.
- Author:
- Manfred Tremmel
-
Constructor Summary
ConstructorsConstructorDescriptiondefault constructor.ValueWithPos(E pvalue, int ppos) constructor initializing fields.ValueWithPos(E poriginalValue, E pvalue, int ppos) constructor initializing fields. -
Method Summary
-
Constructor Details
-
ValueWithPos
public ValueWithPos()default constructor. -
ValueWithPos
constructor initializing fields.- Parameters:
pvalue- value entryppos- cursor position
-
ValueWithPos
constructor initializing fields.- Parameters:
poriginalValue- value before transformationpvalue- value entryppos- cursor position
-
-
Method Details