org.broadleafcommerce.admin.client.datasource.order
Class PaymentAdditionalAttributesDataSourceFactory

java.lang.Object
  extended by org.broadleafcommerce.admin.client.datasource.order.PaymentAdditionalAttributesDataSourceFactory
All Implemented Interfaces:
DataSourceFactory

public class PaymentAdditionalAttributesDataSourceFactory
extends Object
implements DataSourceFactory

Author:
jfischer

Field Summary
static ListGridDataSource dataSource
           
static SimpleValueMapStructure MAPSTRUCTURE
           
protected  OrderPresenter presenter
           
 
Constructor Summary
PaymentAdditionalAttributesDataSourceFactory(OrderPresenter presenter)
           
 
Method Summary
 void createDataSource(String name, OperationTypes operationTypes, Object[] additionalItems, com.google.gwt.user.client.rpc.AsyncCallback<com.smartgwt.client.data.DataSource> cb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAPSTRUCTURE

public static final SimpleValueMapStructure MAPSTRUCTURE

dataSource

public static ListGridDataSource dataSource

presenter

protected OrderPresenter presenter
Constructor Detail

PaymentAdditionalAttributesDataSourceFactory

public PaymentAdditionalAttributesDataSourceFactory(OrderPresenter presenter)
Method Detail

createDataSource

public void createDataSource(String name,
                             OperationTypes operationTypes,
                             Object[] additionalItems,
                             com.google.gwt.user.client.rpc.AsyncCallback<com.smartgwt.client.data.DataSource> cb)
Specified by:
createDataSource in interface DataSourceFactory


Copyright © 2013. All Rights Reserved.