org.exoplatform.social.webui
Class StringListAccess

java.lang.Object
  extended by 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>

Since:
Aug 28, 2009

Constructor Summary
StringListAccess(List<String> list)
          constructor
 
Method Summary
 int getSize()
           
 String[] load(int index, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringListAccess

public StringListAccess(List<String> list)
constructor

Parameters:
list - string list
Method Detail

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 © 2003–2014 eXo Platform SAS. All rights reserved.