| 
|||||||||
| 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.OptionalProperty
public class OptionalProperty
| Field Summary | |
|---|---|
protected  PropertyValue | 
m_parent
 | 
| Fields inherited from class com.plumtree.portalpages.common.helpers.PropertyValidator | 
|---|
INVALID, m_asOwner, m_owner, VALID, VALIDSOFAR | 
| Constructor Summary | |
|---|---|
OptionalProperty(PropertyValidatorOwner owner)
Creates a new OptionalProperty object.  | 
|
OptionalProperty(PropertyValidatorOwner owner,
                 PropertyValue parentProperty)
Creates a new OptionalProperty 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 PropertyValue m_parent
| Constructor Detail | 
|---|
public OptionalProperty(PropertyValidatorOwner owner)
owner - 
public OptionalProperty(PropertyValidatorOwner owner,
                        PropertyValue parentProperty)
owner - parentProperty - | Method Detail | 
|---|
public int validate(PropertyValue val)
validate in class PropertyValidatorval - 
  | 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||