org.broadleafcommerce.admin.client.view.order
Interface OrderItemDisplay

All Superinterfaces:
DynamicFormDisplay
All Known Implementing Classes:
OrderItemView

public interface OrderItemDisplay
extends DynamicFormDisplay

Author:
jfischer

Method Summary
 com.smartgwt.client.widgets.toolbar.ToolStripButton getAddButton()
           
 com.smartgwt.client.widgets.grid.ListGrid getExpansionGrid()
           
 com.smartgwt.client.widgets.grid.ListGrid getGrid()
           
 com.smartgwt.client.widgets.toolbar.ToolStripButton getRemoveButton()
           
 
Methods inherited from interface org.broadleafcommerce.openadmin.client.view.dynamic.form.DynamicFormDisplay
getFormOnlyDisplay, getRefreshButton, getSaveButton, getToolbar
 

Method Detail

getAddButton

com.smartgwt.client.widgets.toolbar.ToolStripButton getAddButton()

getGrid

com.smartgwt.client.widgets.grid.ListGrid getGrid()

getRemoveButton

com.smartgwt.client.widgets.toolbar.ToolStripButton getRemoveButton()

getExpansionGrid

com.smartgwt.client.widgets.grid.ListGrid getExpansionGrid()


Copyright © 2012. All Rights Reserved.