Class OnmsVaadinContainer.Page
- java.lang.Object
-
- org.opennms.features.topology.api.browsers.OnmsVaadinContainer.Page
-
- Enclosing class:
- OnmsVaadinContainer<T,K extends Serializable>
protected static class OnmsVaadinContainer.Page extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
length
protected int
offset
protected OnmsVaadinContainer.Size
size
-
Constructor Summary
Constructors Constructor Description Page(int length, OnmsVaadinContainer.Size size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getStart()
boolean
updateOffset(int index)
Updates the offset of the current page and returns weather the offset was changed or not.
-
-
-
Field Detail
-
length
protected int length
-
offset
protected int offset
-
size
protected final OnmsVaadinContainer.Size size
-
-
Constructor Detail
-
Page
public Page(int length, OnmsVaadinContainer.Size size)
-
-