Package org.javlo.component.links
Class PageReferenceComponent.PagesStatus
- java.lang.Object
-
- org.javlo.component.links.PageReferenceComponent.PagesStatus
-
- Enclosing class:
- PageReferenceComponent
public static class PageReferenceComponent.PagesStatus extends Object
-
-
Constructor Summary
Constructors Constructor Description PagesStatus(int totalSize, int realContentSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRealContentSize()
int
getTotalSize()
void
setRealContentSize(int realContentSize)
void
setTotalSize(int totalSize)
-