public class StringLegalValuesPopulatorFactory extends Object implements ManagedPropertyConstraintsPopulatorFactory
Constructor and Description |
---|
StringLegalValuesPopulatorFactory() |
Modifier and Type | Method and Description |
---|---|
ManagedPropertyConstraintsPopulator |
newInstance(String min,
String max,
String[] legalValues) |
ManagedPropertyConstraintsPopulator |
newInstance(String min,
String max,
String[] legalValues,
String... strings) |
public ManagedPropertyConstraintsPopulator newInstance(String min, String max, String[] legalValues, String... strings)
newInstance
in interface ManagedPropertyConstraintsPopulatorFactory
public ManagedPropertyConstraintsPopulator newInstance(String min, String max, String[] legalValues)
newInstance
in interface ManagedPropertyConstraintsPopulatorFactory
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.