public class ServerSideScrollList<ITEMCLASS> extends java.lang.Object implements IServerSideScrollList<ITEMCLASS>
| Constructor and Description |
|---|
ServerSideScrollList() |
ServerSideScrollList(int numberOfItems) |
ServerSideScrollList(java.util.List<ITEMCLASS> list,
int numberOfItems) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ITEMCLASS> |
getClientItems() |
java.util.List<ITEMCLASS> |
getItems() |
int |
getMaxIndex() |
int |
getNumberOfItems() |
java.lang.String |
getPositionText() |
boolean |
getScrollFirstPossible() |
boolean |
getScrollLastPossible() |
boolean |
getScrollPageDownPossible() |
boolean |
getScrollPageUpPossible() |
boolean |
getScrollPossible() |
int |
getTopIndex() |
void |
onScrollFirst(ActionEvent event) |
void |
onScrollLast(ActionEvent event) |
void |
onScrollPageDownAction(ActionEvent event) |
void |
onScrollPageUpAction(ActionEvent event) |
void |
scrollPageDown() |
void |
scrollPageUp() |
void |
setBufferReference(long reference) |
void |
setNumberOfItems(int numberOfItems) |
void |
setTopIndex(int topIndex) |
public ServerSideScrollList()
public ServerSideScrollList(int numberOfItems)
public ServerSideScrollList(java.util.List<ITEMCLASS> list, int numberOfItems)
public java.util.List<ITEMCLASS> getItems()
getItems in interface IServerSideScrollList<ITEMCLASS>public java.util.List<ITEMCLASS> getClientItems()
getClientItems in interface IServerSideScrollList<ITEMCLASS>public int getTopIndex()
getTopIndex in interface IServerSideScrollList<ITEMCLASS>public void setTopIndex(int topIndex)
public int getNumberOfItems()
getNumberOfItems in interface IServerSideScrollList<ITEMCLASS>public void setNumberOfItems(int numberOfItems)
public int getMaxIndex()
public java.lang.String getPositionText()
public boolean getScrollPossible()
public boolean getScrollFirstPossible()
public boolean getScrollPageUpPossible()
public boolean getScrollPageDownPossible()
public boolean getScrollLastPossible()
public void onScrollFirst(ActionEvent event)
public void onScrollPageDownAction(ActionEvent event)
public void onScrollPageUpAction(ActionEvent event)
public void onScrollLast(ActionEvent event)
public void setBufferReference(long reference)
setBufferReference in interface IServerSideScrollList<ITEMCLASS>public void scrollPageDown()
public void scrollPageUp()
Copyright © CaptainCasa Gmbh. All Rights Reserved.