com.filenet.wcm.toolkit.server.base
Interface WcmSequencePanelInterface

All Superinterfaces:
WcmPanelInterface

public interface WcmSequencePanelInterface
extends WcmPanelInterface

Interface for panels contained by WcmMultiPanelSequenceModule


Method Summary
 boolean isFinished()
          Returns true when the action served by this panel is completed
 void panelCancel(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Event that occurs when user cancels the action
 void panelInit()
          Initializes module
 
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
panelFinish, panelSave
 

Method Detail

panelInit

public void panelInit()
               throws java.lang.Exception
Initializes module

Throws:
java.lang.Exception

panelCancel

public void panelCancel(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
                 throws java.lang.Exception
Event that occurs when user cancels the action

Parameters:
request -
response -
Throws:
java.lang.Exception

isFinished

public boolean isFinished()
                   throws java.lang.Exception
Returns true when the action served by this panel is completed

Returns:
true or false
Throws:
java.lang.Exception


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.