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

All Superinterfaces:
WcmPanelInterface

public interface WcmViewPanelInterface
extends WcmPanelInterface

Interface for panels contained by WcmMultiPanelViewModule


Method Summary
 boolean isApplyButtonRequired()
          Returns true if WcmMultiPanelViewModule is required to show Apply link
 boolean isModified()
          Returns true if the information displayed by this panel was modifies by user
 
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
panelFinish, panelSave
 

Method Detail

isModified

public boolean isModified()
                   throws java.lang.Exception
Returns true if the information displayed by this panel was modifies by user

Returns:
Throws:
java.lang.Exception

isApplyButtonRequired

public boolean isApplyButtonRequired()
                              throws java.lang.Exception
Returns true if WcmMultiPanelViewModule is required to show Apply link

Returns:
Throws:
java.lang.Exception


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