Package org.silverpeas.mobile.shared
Class StreamingList<B>
java.lang.Object
org.silverpeas.mobile.shared.StreamingList<B>
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> StreamingList<T>getList()booleanbooleanvoidsetFirstCall(boolean firstCall) voidvoidsetMoreElement(boolean moreElement)
-
Constructor Details
-
StreamingList
-
StreamingList
public StreamingList()
-
-
Method Details
-
getMoreElement
public boolean getMoreElement() -
setMoreElement
public void setMoreElement(boolean moreElement) -
getList
-
setList
-
isFirstCall
public boolean isFirstCall() -
setFirstCall
public void setFirstCall(boolean firstCall) -
fromJSON
-