org.shept.org.springframework.beans.support
public class ChoiceListHolder<E> extends PagedListHolder<E> implements Serializable, MultiChoice<E>
| Modifier and Type | Class and Description |
|---|---|
class |
ChoiceListHolder.ModelWithSelection |
| Modifier and Type | Field and Description |
|---|---|
protected List<Boolean> |
options |
static String |
OPTIONS_BINDING_NAME |
protected Object |
selectedAction |
private static long |
serialVersionUID |
maxLinkedPages, newModelSize, newModelTemplate, newPageSet, page, pageSize, refreshDate, sort, sortUsedDEFAULT_NEW_MODEL_SIZE, DEFAULT_PAGE_SIZE, LIST_BINDING_NAME| Constructor and Description |
|---|
ChoiceListHolder() |
| Modifier and Type | Method and Description |
|---|---|
List<Boolean> |
getOptions() |
List<ChoiceListHolder.ModelWithSelection> |
getPageListWithSelection() |
List<Boolean> |
getPageOptions() |
Object |
getSelectedAction() |
List<E> |
getSelectedItems() |
protected void |
initOptions(int startIndex,
int endIndex) |
void |
setSelectedAction(Object selectedAction) |
copyModel, copySortDefinition, doSort, getFirstElementOnPage_orig, getFirstElementOnPage, getFirstLinkedPage, getLastElementOnPage_orig, getLastElementOnPage, getLastLinkedPage, getListBindingName, getMaxLinkedPages, getNewModels, getNewModelSize, getNewModelTemplate, getNrOfElements, getPage, getPageCount, getPageList, getPageSize, getRefreshDate, getSort, getSortUsed, getSource, isEol, isFirstPage, isLastPage, isSortNeeded, isVisible, nextPage, previousPage, resort, setMaxLinkedPages, setNewModelSize, setNewModelTemplate, setPage, setPageSize, setSort, setSource, setSourceInternal, toStringpublic static final String OPTIONS_BINDING_NAME
private static final long serialVersionUID
protected Object selectedAction
protected void initOptions(int startIndex,
int endIndex)
public List<E> getSelectedItems()
getSelectedItems in interface MultiChoice<E>public List<ChoiceListHolder.ModelWithSelection> getPageListWithSelection()
public Object getSelectedAction()
public void setSelectedAction(Object selectedAction)
Copyright © 2014. All Rights Reserved.