|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.common.helpers.PropertyValidator
com.plumtree.portalpages.common.helpers.IntegerProperty
com.plumtree.portalpages.common.helpers.IntegerPropertyWithRange
public class IntegerPropertyWithRange
| Field Summary | |
|---|---|
protected int |
m_max
|
protected int |
m_min
|
| Fields inherited from class com.plumtree.portalpages.common.helpers.PropertyValidator |
|---|
INVALID, m_asOwner, m_owner, VALID, VALIDSOFAR |
| Constructor Summary | |
|---|---|
IntegerPropertyWithRange(PropertyValidatorOwner owner,
int min,
int max)
Creates a new IntegerPropertyWithRange object. |
|
| Method Summary | |
|---|---|
int |
validate(PropertyValue val)
|
| Methods inherited from class com.plumtree.portalpages.common.helpers.PropertyValidator |
|---|
SetInvalid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int m_max
protected int m_min
| Constructor Detail |
|---|
public IntegerPropertyWithRange(PropertyValidatorOwner owner,
int min,
int max)
owner - min - max - | Method Detail |
|---|
public int validate(PropertyValue val)
validate in class IntegerPropertyval -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||