public static final class Validation.ListRange extends Object
| Constructor and Description |
|---|
ListRange(int min,
int max)
Creates a list range for multi-text fields.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMax()
Gets the maximum allowable number of selected/entered values.
|
Integer |
getMin()
Gets the minimum allowable number of selected/entered values.
|
public ListRange(int min,
int max)
min - The minimum allowable number of selected/entered values.max - The maximum allowable number of selected/entered values.public final Integer getMin()
public final Integer getMax()
Copyright © 2014–2015 XMPP.rocks. All rights reserved.