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 SummaryFields inherited from class com.evolveum.midpoint.web.component.util.SelectableBeanImplF_VALUEFields inherited from class com.evolveum.midpoint.web.component.util.SelectableF_SELECTEDFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.evolveum.midpoint.web.component.util.SelectableBeanImpldebugDump, debugDump, detach, equals, getActiveSessions, getCustomData, getModel, getNodes, getResult, getValue, hashCode, setActiveSessions, setCustomData, setDetachCustomData, setModel, setNodes, setResult, setResultMethods inherited from class com.evolveum.midpoint.web.component.util.SelectableisSelected, setSelectedMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.web.component.util.SelectableBeanisSelected, setSelected
- 
Constructor Details- 
RoleAnalysisTablePageablepublic RoleAnalysisTablePageable(int pageCount, int currentPage) 
 
- 
- 
Method Details- 
getCurrentPagepublic long getCurrentPage()- Specified by:
- getCurrentPagein interface- org.apache.wicket.markup.html.navigation.paging.IPageable
 
- 
setCurrentPagepublic void setCurrentPage(long page) - Specified by:
- setCurrentPagein interface- org.apache.wicket.markup.html.navigation.paging.IPageable
 
- 
getPageCountpublic long getPageCount()- Specified by:
- getPageCountin interface- org.apache.wicket.markup.html.navigation.paging.IPageable
 
 
-