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:
-
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
-
Method Summary
Modifier and TypeMethodDescriptionlong
getCount()
long
long
long
void
setCount
(long count) void
setCurrentPage
(long page) void
setOffset
(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 Details
-
TreeSelectableBean
-
-
Method Details
-
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:
getCurrentPage
in interfaceorg.apache.wicket.markup.html.navigation.paging.IPageable
-
setCurrentPage
public void setCurrentPage(long page) - Specified by:
setCurrentPage
in interfaceorg.apache.wicket.markup.html.navigation.paging.IPageable
-
getPageCount
public long getPageCount()- Specified by:
getPageCount
in interfaceorg.apache.wicket.markup.html.navigation.paging.IPageable
-