com.caucho.portal.generic
Class ConstraintFailureEvent

java.lang.Object
  extended by com.caucho.portal.generic.ConstraintFailureEvent

public abstract class ConstraintFailureEvent
extends java.lang.Object

Event passed to Window#handleConstriantFailure.


Constructor Summary
ConstraintFailureEvent()
           
 
Method Summary
abstract  Constraint getConstraint()
           
abstract  int getStatusCode()
           
abstract  boolean isHandled()
           
abstract  boolean isHideWindow()
           
abstract  void setHandled(boolean hideWindow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintFailureEvent

public ConstraintFailureEvent()
Method Detail

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()