public interface TransformationMethod2 extends TransformationMethod
Modifier and Type | Method and Description |
---|---|
void |
setLengthChangesAllowed(boolean allowLengthChanges)
Relax the contract of TransformationMethod to allow length changes,
or revert to the length-restricted behavior.
|
getTransformation, onFocusChanged
void setLengthChangesAllowed(boolean allowLengthChanges)
allowLengthChanges
- true to allow the transformation to change the length
of the input string.