org.broadleafcommerce.cms.admin.client.view.sandbox
Interface SandBoxDisplay

All Superinterfaces:
Display
All Known Subinterfaces:
MySandBoxDisplay
All Known Implementing Classes:
MySandBoxView, SandBoxView

public interface SandBoxDisplay
extends Display

Created by IntelliJ IDEA. User: jfischer Date: 9/22/11 Time: 11:46 AM To change this template use File | Settings | File Templates.


Method Summary
 com.smartgwt.client.widgets.grid.ListGrid getGrid()
           
 com.smartgwt.client.widgets.toolbar.ToolStripButton getPreviewButton()
           
 com.smartgwt.client.widgets.toolbar.ToolStripButton getPromoteAllButton()
           
 com.smartgwt.client.widgets.toolbar.ToolStripButton getPromoteSelectionButton()
           
 com.smartgwt.client.widgets.toolbar.ToolStripButton getRefreshButton()
           
 com.smartgwt.client.widgets.toolbar.ToolStripButton getRevertRejectAllButton()
           
 com.smartgwt.client.widgets.toolbar.ToolStripButton getRevertRejectSelectionButton()
           
 com.smartgwt.client.widgets.toolbar.ToolStrip getToolBar()
           
 
Methods inherited from interface org.broadleafcommerce.openadmin.client.view.Display
asCanvas, build, destroy, draw, hide, show
 

Method Detail

getPromoteAllButton

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

getRevertRejectSelectionButton

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

getPromoteSelectionButton

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

getRevertRejectAllButton

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

getGrid

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

getRefreshButton

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

getToolBar

com.smartgwt.client.widgets.toolbar.ToolStrip getToolBar()

getPreviewButton

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


Copyright © 2011. All Rights Reserved.