public interface ITextComponentSetupBuilderCommon<INSTANCE_TYPE extends ITextComponentSetupBuilderCommon<?>> extends IComponentSetupBuilderCommon<INSTANCE_TYPE>, IInputObservableSetupBuilderCommon<INSTANCE_TYPE>
Modifier and Type | Method and Description |
---|---|
INSTANCE_TYPE |
setAcceptingRegExps(java.util.List<java.lang.String> regExp)
Sets the regular expressions that describes the valid inputs.
|
INSTANCE_TYPE |
setInputVerifier(IInputVerifier inputVerifier) |
INSTANCE_TYPE |
setMaxLength(java.lang.Integer maxLength) |
setInputChangeEventPolicy
setSetup
INSTANCE_TYPE setInputVerifier(IInputVerifier inputVerifier)
INSTANCE_TYPE setAcceptingRegExps(java.util.List<java.lang.String> regExp)
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 platformsINSTANCE_TYPE setMaxLength(java.lang.Integer maxLength)
Siehe auch Jowidgets Nutzerhandbuch