public abstract class AbstractStringObjectConverter<TO_TYPE> extends java.lang.Object implements IStringObjectConverter<TO_TYPE>
Constructor and Description |
---|
AbstractStringObjectConverter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAcceptingRegExp()
Gets the regular expression that describes the valid inputs.
|
IInputVerifier |
getInputVerifier()
Gets an input verifier that verifies the input.
|
ITextMask |
getMask()
Gets a mask if the input should be masked.
|
IValidator<java.lang.String> |
getStringValidator()
Gets a validator that will be used to validate the string input.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convertToObject
public IValidator<java.lang.String> getStringValidator()
IStringObjectConverter
getStringValidator
in interface IStringObjectConverter<TO_TYPE>
public IInputVerifier getInputVerifier()
IStringObjectConverter
IInputVerifier
's
if possible because SPI implementations that use 'AJAX' can implement client side verification easier.getInputVerifier
in interface IStringObjectConverter<TO_TYPE>
public java.lang.String getAcceptingRegExp()
IStringObjectConverter
IInputVerifier
's
if possible because SPI implementations that uses e.g 'AJAX' can implement client side verification easier.
REMARK: Implementors must not assume that the regular expression will be used on all platformsgetAcceptingRegExp
in interface IStringObjectConverter<TO_TYPE>
public ITextMask getMask()
IStringObjectConverter
getMask
in interface IStringObjectConverter<TO_TYPE>
Siehe auch Jowidgets Nutzerhandbuch