C - Concrete configurator typepublic interface HasPatternConfigurator<C extends HasPatternConfigurator<C>>
| Modifier and Type | Method and Description |
|---|---|
C |
pattern(String pattern)
A regular expression that the value is checked against.
|
default C |
preventInvalidInput()
Set that the user is prevented from typing a value that conflicts with the pattern configured through
pattern(String). |
C |
preventInvalidInput(boolean preventInvalidInput)
When set to true, user is prevented from typing a value that conflicts with the pattern configured through
pattern(String). |
C pattern(String pattern)
pattern - the value to setC preventInvalidInput(boolean preventInvalidInput)
pattern(String).preventInvalidInput - the value to setdefault C preventInvalidInput()
pattern(String).Copyright © 2019 The Holon Platform. All rights reserved.