org.broadleafcommerce.openadmin.client.view.dynamic.grid
Interface GridStructureDisplay
- All Known Implementing Classes:
- GridStructureView
public interface GridStructureDisplay
- Author:
- jfischer
|
Method Summary |
com.smartgwt.client.widgets.toolbar.ToolStripButton |
getAddButton()
|
java.lang.Boolean |
getCanEdit()
|
com.smartgwt.client.widgets.grid.ListGrid |
getGrid()
|
com.smartgwt.client.widgets.toolbar.ToolStripButton |
getRemoveButton()
|
com.smartgwt.client.widgets.toolbar.ToolStrip |
getToolBar()
|
void |
setVisible(boolean visible)
|
getAddButton
com.smartgwt.client.widgets.toolbar.ToolStripButton getAddButton()
getGrid
com.smartgwt.client.widgets.grid.ListGrid getGrid()
getRemoveButton
com.smartgwt.client.widgets.toolbar.ToolStripButton getRemoveButton()
getToolBar
com.smartgwt.client.widgets.toolbar.ToolStrip getToolBar()
getCanEdit
java.lang.Boolean getCanEdit()
setVisible
void setVisible(boolean visible)
Copyright © 2011. All Rights Reserved.