com.caucho.portal.generic
Class ConstraintFailureEvent
java.lang.Object
com.caucho.portal.generic.ConstraintFailureEvent
public abstract class ConstraintFailureEvent
- extends java.lang.Object
Event passed to Window#handleConstriantFailure.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstraintFailureEvent
public ConstraintFailureEvent()
getConstraint
public abstract Constraint getConstraint()
getStatusCode
public abstract int getStatusCode()
setHandled
public abstract void setHandled(boolean hideWindow)
isHandled
public abstract boolean isHandled()
isHideWindow
public abstract boolean isHideWindow()