|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphenote.dataadapter.AbstractCommitConstraint
public abstract class AbstractCommitConstraint
| Constructor Summary | |
|---|---|
AbstractCommitConstraint()
|
|
| Method Summary | |
|---|---|
protected abstract ConstraintStatus |
checkCharCommit(CharacterI chr)
Check char and return ConstraintStatus |
ConstraintStatus |
checkCommit()
do constraint check for commit time - should char list be passed in? return ConstraintStatus indication if constraint passed and error msg should only be called if isCommitConstraint is true |
ConstraintStatus |
checkEdit()
do constraint check after user edit - should char list be passed in? return ConstraintStatus indication if constraint passed and error msg should only be called if isEditConstraint is true |
boolean |
isCommitConstraint()
Return true if constraint should be checked at commit time to dataadapter |
boolean |
isEditConstraint()
false - its just a commit constraint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractCommitConstraint()
| Method Detail |
|---|
public boolean isCommitConstraint()
isCommitConstraint in interface Constraintpublic ConstraintStatus checkCommit()
checkCommit in interface Constraintprotected abstract ConstraintStatus checkCharCommit(CharacterI chr)
public boolean isEditConstraint()
isEditConstraint in interface Constraintpublic ConstraintStatus checkEdit()
Constraint
checkEdit in interface Constraint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||