public class SmallMemoryPolicy extends AbstractMemoryPolicy
AbstractMemoryPolicy.SearchFormState
Constructor and Description |
---|
SmallMemoryPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
beforeTablePageLoadData(IPageWithTable<?> page)
clear table before loading new data, thus disabling "replaceRow" mechanism but saving memory
|
void |
pageCreated(IPage<?> p)
Attaches listener on page contents
|
void |
pageSearchFormStarted(IPageWithTable<?> p)
This method is called just after a search form inside a page was started using
ISearchForm#startSearch() |
String |
toString() |
addNotify, afterOutlineSelectionChanged, afterTablePageLoadData, createUniqueIdForPage, handlePageFormEvent, handleTableFilterEvent, loadSearchFormState, loadUserFilterState, registerPageForm, registerPageTable, removeNotify, storeSearchFormState, storeUserFilterState
public void beforeTablePageLoadData(IPageWithTable<?> page)
beforeTablePageLoadData
in interface IMemoryPolicy
beforeTablePageLoadData
in class AbstractMemoryPolicy
public void pageSearchFormStarted(IPageWithTable<?> p)
IMemoryPolicy
ISearchForm#startSearch()
pageSearchFormStarted
in interface IMemoryPolicy
pageSearchFormStarted
in class AbstractMemoryPolicy
public void pageCreated(IPage<?> p)
AbstractMemoryPolicy
pageCreated
in interface IMemoryPolicy
pageCreated
in class AbstractMemoryPolicy
public String toString()
toString
in class AbstractMemoryPolicy
Copyright © 2010–2017. All rights reserved.