com.plumtree.portalpages.browsing.search.advanced
Interface IAdvancedSearchModelRO

All Superinterfaces:
IEditorModelRO, IFilterIteratorContainerRO, IModelRO, IMVCObject
All Known Implementing Classes:
AdvancedSearchModel

public interface IAdvancedSearchModelRO
extends IEditorModelRO, IFilterIteratorContainerRO

Author:
CraigS

Method Summary
 java.lang.String GetMode()
           
 boolean GetShowPotentialErrors()
          Whether to flag items that will cause errors if the search is submitted.
 
Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO
GetEditorType, GetEnableApplyButton, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.filter.IFilterIteratorContainerRO
GetFilterIterator
 

Method Detail

GetShowPotentialErrors

boolean GetShowPotentialErrors()
Whether to flag items that will cause errors if the search is submitted. It's nice to not do this at first, so the user can assemble a search without being constantly pestered, then we turn on validation once the user first attempts to submit the search.


GetMode

java.lang.String GetMode()



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.