org.apache.empire.jsf2.pageelements
Class StaticListPageElement<T>
java.lang.Object
org.apache.empire.jsf2.pages.PageElement
org.apache.empire.jsf2.pageelements.ListPageElement<T>
org.apache.empire.jsf2.pageelements.StaticListPageElement<T>
- All Implemented Interfaces:
- Serializable
public class StaticListPageElement<T>
- extends ListPageElement<T>
- See Also:
- Serialized Form
Methods inherited from class org.apache.empire.jsf2.pageelements.ListPageElement |
assignSelectionMap, clearItems, clearSelection, getItemCount, getItems, getSelectedItemCount, getSelectedItems, isBlank, isEmpty, isHasSelection, isInvertSelection, isNotEmpty, isSingleSelection, isValid, setInvertSelection, setSelection, setSelection, setSingleSelection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaticListPageElement
public StaticListPageElement(Page page,
Class<T> beanClass,
String propertyName)
onInitPage
protected void onInitPage()
- Overrides:
onInitPage
in class PageElement
getTableInfo
public ListPageElement.ListTableInfo getTableInfo()
- Description copied from class:
ListPageElement
- session scoped properties
- Specified by:
getTableInfo
in class ListPageElement<T>
setItems
public void setItems(List<T> items)
size
public int size()
contains
public boolean contains(T item)
add
public boolean add(T item)
add
public boolean add(T item,
int index)
move
public boolean move(T item,
int index)
remove
public boolean remove(T item)
update
public void update()
Copyright © 2008–2014 Apache Software Foundation. All rights reserved.