|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IObjectSelectionModel
This interface contains the methods on the Object Selection Model that change the state of the model. Read Only methods are on the IObjectSelectionModelRO.
| Method Summary | |
|---|---|
void |
RefreshSelectedObjects()
This method refreshes the selected objects by requerying for them on the page. |
void |
SetDisplaySearch(boolean _bDisplaySearch)
This method is used by the portlet flyout control to switch from browse mode to search mode. |
void |
SetFirstDisplayableItem(int _nFirstItem)
Set the first displayable item for pagination in the object selection model if pagination is used. |
void |
SetItemsPerPage(int _nItemsPerPage)
Set the number of items per page for pagination in the object selection model if pagination is used. |
void |
SetObjectViewIndex(int nObjectViewIndex)
Sets the index of the object view the page is currently displaying. |
| Method Detail |
|---|
void SetDisplaySearch(boolean _bDisplaySearch)
_bDisplaySearch - whether or not we are in search mode.void SetObjectViewIndex(int nObjectViewIndex)
nObjectViewIndex - void RefreshSelectedObjects()
void SetFirstDisplayableItem(int _nFirstItem)
_nFirstItem - void SetItemsPerPage(int _nItemsPerPage)
_nItemsPerPage -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||