Class StreamingList<B>

java.lang.Object
org.silverpeas.mobile.shared.StreamingList<B>
All Implemented Interfaces:
Serializable

public class StreamingList<B> extends Object implements Serializable
See Also:
  • Constructor Details

    • StreamingList

      public StreamingList(Collection collection, boolean moreElement)
    • StreamingList

      public StreamingList()
  • Method Details

    • getMoreElement

      public boolean getMoreElement()
    • setMoreElement

      public void setMoreElement(boolean moreElement)
    • getList

      public List<B> getList()
    • setList

      public void setList(List<B> list)
    • isFirstCall

      public boolean isFirstCall()
    • setFirstCall

      public void setFirstCall(boolean firstCall)
    • fromJSON

      public static <T> StreamingList<T> fromJSON(jsinterop.base.JsPropertyMap<Object> json)