Class TreeSelectableBean<T extends Serializable>
- java.lang.Object
-
- com.evolveum.midpoint.web.component.util.Selectable<T>
-
- com.evolveum.midpoint.web.component.util.SelectableBeanImpl<T>
-
- com.evolveum.midpoint.web.component.util.TreeSelectableBean<T>
-
- All Implemented Interfaces:
DebugDumpable,SelectableBean<T>,SelectableRow<T>,Serializable,org.apache.wicket.markup.html.navigation.paging.IPageable,org.apache.wicket.model.IDetachable,org.apache.wicket.util.io.IClusterable
public class TreeSelectableBean<T extends Serializable> extends SelectableBeanImpl<T> implements org.apache.wicket.markup.html.navigation.paging.IPageable
- Author:
- lazyman
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.evolveum.midpoint.web.component.util.SelectableBeanImpl
F_VALUE
-
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description TreeSelectableBean(org.apache.wicket.model.IModel<T> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCount()longgetCurrentPage()longgetOffset()longgetPageCount()voidsetCount(long count)voidsetCurrentPage(long page)voidsetOffset(long offset)-
Methods inherited from class com.evolveum.midpoint.web.component.util.SelectableBeanImpl
debugDump, debugDump, detach, equals, getActiveSessions, getCustomData, getModel, getNodes, getResult, getValue, hashCode, setActiveSessions, setCustomData, setModel, setNodes, setResult, setResult
-
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
isSelected, setSelected
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.web.component.util.SelectableBean
isSelected, setSelected
-
-
-
-
Constructor Detail
-
TreeSelectableBean
public TreeSelectableBean(org.apache.wicket.model.IModel<T> value)
-
-
Method Detail
-
getOffset
public long getOffset()
-
setOffset
public void setOffset(long offset)
-
getCount
public long getCount()
-
setCount
public void setCount(long count)
-
getCurrentPage
public long getCurrentPage()
- Specified by:
getCurrentPagein interfaceorg.apache.wicket.markup.html.navigation.paging.IPageable
-
setCurrentPage
public void setCurrentPage(long page)
- Specified by:
setCurrentPagein interfaceorg.apache.wicket.markup.html.navigation.paging.IPageable
-
getPageCount
public long getPageCount()
- Specified by:
getPageCountin interfaceorg.apache.wicket.markup.html.navigation.paging.IPageable
-
-