Class RoleAnalysisTablePageable<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.RoleAnalysisTablePageable<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 RoleAnalysisTablePageable<T extends Serializable>
extends SelectableBeanImpl<T>
implements org.apache.wicket.markup.html.navigation.paging.IPageable
- 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
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
-
RoleAnalysisTablePageable
public RoleAnalysisTablePageable(int pageCount, int currentPage)
-
-
Method Details
-
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
-