Package org.jibeframework.core.ui.wrapper

Examples of org.jibeframework.core.ui.wrapper.ListWrapper


  public boolean applies(Object config) {
    return config instanceof List;
  }

  public Wrapper createWrapper(String scope, String modelScope, Object config) {
    return new ListWrapper(scope, modelScope, (List<Object>) config);
  }
View Full Code Here

TOP

Related Classes of org.jibeframework.core.ui.wrapper.ListWrapper

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.