Package org.silverpeas.core.web.util
Class ListIndex
- java.lang.Object
-
- org.silverpeas.core.web.util.ListIndex
-
- All Implemented Interfaces:
Serializable
public class ListIndex extends Object implements Serializable
Created by Nicolas on 08/02/2017.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListIndex(int nbItems)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCurrentIndex()
int
getNbItems()
int
getNextIndex()
int
getPreviousIndex()
void
setCurrentIndex(int currentIndex)
void
setNbItems(int nbItems)
-