Package org.richfaces.model.impl

Examples of org.richfaces.model.impl.ListDataModel


  public void testCreateDataModel() {
   
   
   
   
    ListDataModel l = new ListDataModel(Collections.singletonList("aaaa"));
    table.setValue(l);
    ExtendedDataModel model = table.createDataModel();
   
    assertTrue(model instanceof DataModelCache);
   
View Full Code Here

TOP

Related Classes of org.richfaces.model.impl.ListDataModel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.