com.plumtree.portalpages.browsing.editors.community
Interface IPageListModelRO

All Known Implementing Classes:
PageListModel

public interface IPageListModelRO

This interface is implemented by CommunityEditorModel. It contains all the read-only mothods needed for PageListView.

Author:
MichaelD

Method Summary
 java.lang.String GetInputValue(java.lang.String name)
          Get the value for the given input.
 int GetPageCount()
          Returns the number of pages selected.
 

Method Detail

GetInputValue

java.lang.String GetInputValue(java.lang.String name)
Get the value for the given input.

Returns:
String

GetPageCount

int GetPageCount()
Returns the number of pages selected.

Returns:
int nPageCount



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