com.ibm.dse.gui.jspbeans
Interface JSPErrorComponent

All Known Implementing Classes:
JSPErrorListBean

public interface JSPErrorComponent

The JSPErrorComponent interface is implemented by any JSPComponent that shows error messages.


Method Summary
 void addComponentToErrorList(JSPAbstractComponent aComponent)
          Adds the specified component to the Error Bean.
 void addContainerToErrorList(JSPAbstractContainer aContainer)
          Adds the specified container to the Error Bean.
 

Method Detail

addComponentToErrorList

public void addComponentToErrorList(JSPAbstractComponent aComponent)
Adds the specified component to the Error Bean.
Parameters:
comp - the component to be added.

addContainerToErrorList

public void addContainerToErrorList(JSPAbstractContainer aContainer)
Adds the specified container to the Error Bean. The JSPErrorListBean will show the list of errors associated to the container (and components inside this container) and the list of validation errors associated to the components added in the container.
Parameters:
comp - the component to be added.