Uses of Class
name.matthewgreet.strutscommons.util.ListCache
Packages that use ListCache
Package
Description
Various helper classes, especially for session-based data, and libraries.
Various view helpers used for JSP pages.
-
Uses of ListCache in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return ListCacheModifier and TypeMethodDescriptionListCache.getMasterList()
Returns master list cache, where records of this slave list cache are related to selected record of master list cache, or null if this is not a slave list.AbstractCompositeCache.getMasterListCache()
Returns cache of master list.AbstractCompositeCache_1S.getSlaveListCache1()
Returns cache of slave list 1.AbstractCompositeCache_2S.getSlaveListCache2()
Returns cache of slave list 2.Methods in name.matthewgreet.strutscommons.util with parameters of type ListCacheModifier and TypeMethodDescriptionvoid
ListCacheListener.notifyChanged
(ListCache<?, ?, T> listCache) Notifies that list, selected item, or selection index changed or marked for reload.protected void
AbstractCompositeCache.notifyMasterListCacheChanged
(ListCache<?, ?, TM> listCache) Notification that the master list cache has changed.protected void
AbstractCompositeCache_1S.notifySlaveListCache1Changed
(ListCache<?, ?, T1> listCache) Notification that the slave list cache 1 has changed.protected void
AbstractCompositeCache_2S.notifySlaveListCache2Changed
(ListCache<?, ?, T2> listCache) Notification that the slave list cache 2 has changed.Constructors in name.matthewgreet.strutscommons.util with parameters of type ListCache -
Uses of ListCache in name.matthewgreet.strutscommons.view
Methods in name.matthewgreet.strutscommons.view that return ListCacheConstructors in name.matthewgreet.strutscommons.view with parameters of type ListCacheModifierConstructorDescriptionAbstractDetailDisplay
(ListCache<?, ?, T> listCache) AbstractListCacheBasedDisplay
(ListCache<?, ?, T> listCache) AbstractListDisplay
(ListCache<?, ?, T> listCache)