Package org.jallinone.items.client

Examples of org.jallinone.items.client.ItemsController


  /**
   * Item tree+grid frame.
   */
  public void getItemsList() {
    new ItemsController(false);
  }
View Full Code Here


  /**
   * Get products List
   */
  public void getBillsOfMaterialList() {
    new ItemsController(true);
  }
View Full Code Here

TOP

Related Classes of org.jallinone.items.client.ItemsController

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.