org.exoplatform.social.webui
Class StringListAccess
java.lang.Object
org.exoplatform.social.webui.StringListAccess
- All Implemented Interfaces:
- org.exoplatform.commons.utils.ListAccess<String>
public class StringListAccess
- extends Object
- implements org.exoplatform.commons.utils.ListAccess<String>
StringListAcess.java used for LazyPageList
Created by The eXo Platform SAS
- Since:
- Aug 28, 2009
- Author:
- eXoPlatform
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringListAccess
public StringListAccess(List<String> list)
- constructor
- Parameters:
list - string list
load
public String[] load(int index,
int length)
throws Exception,
IllegalArgumentException
- Specified by:
load in interface org.exoplatform.commons.utils.ListAccess<String>
- Throws:
Exception
IllegalArgumentException
getSize
public int getSize()
throws Exception
- Specified by:
getSize in interface org.exoplatform.commons.utils.ListAccess<String>
- Throws:
Exception
Copyright © 2013 eXo Platform SAS. All Rights Reserved.