Class AbstractListDisplay<D,T extends Serializable>
java.lang.Object
name.matthewgreet.strutscommons.view.AbstractListCacheBasedDisplay<T>
name.matthewgreet.strutscommons.view.AbstractListDisplay<D,T>
- Type Parameters:
D
-T
-
public abstract class AbstractListDisplay<D,T extends Serializable>
extends AbstractListCacheBasedDisplay<T>
Unused.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected abstract D
formatRecord
(T record, int index) protected void
getPage()
void
init()
Methods inherited from class name.matthewgreet.strutscommons.view.AbstractListCacheBasedDisplay
getListCache, getListSize, getPageNo, getPageSize, getPageStartRecordNo, getRecordNo, getSiblingTabCountAvailable, getSiblingTabNo, getSiblingTabSize, getTotalPages, setBrowserTabSessionData
-
Constructor Details
-
AbstractListDisplay
-
-
Method Details
-
formatEnd
protected void formatEnd() -
formatRecord
-
formatStart
protected void formatStart() -
init
- Overrides:
init
in classAbstractListCacheBasedDisplay<T extends Serializable>
- Throws:
Exception
-
getFormattedList
-
getPage
-