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 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 SummaryModifier and TypeMethodDescriptionlonggetCount()longlonglongvoidsetCount(long count) voidsetCurrentPage(long page) voidsetOffset(long offset) Methods inherited from class com.evolveum.midpoint.web.component.util.SelectableBeanImpldebugDump, debugDump, detach, equals, getActiveSessions, getCustomData, getModel, getNodes, getResult, getValue, hashCode, setActiveSessions, setCustomData, 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- 
TreeSelectableBean
 
- 
- 
Method Details- 
getOffsetpublic long getOffset()
- 
setOffsetpublic void setOffset(long offset) 
- 
getCountpublic long getCount()
- 
setCountpublic void setCount(long count) 
- 
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
 
 
-