org.broadleafcommerce.openadmin.client.view.dynamic
Interface DynamicEntityListDisplay
- All Known Implementing Classes:
- DynamicEntityListView, DynamicEntityTreeView
public interface DynamicEntityListDisplay
- Author:
- jfischer
|
Method Summary |
com.smartgwt.client.widgets.toolbar.ToolStripButton |
getAddButton()
|
com.smartgwt.client.widgets.form.fields.ComboBoxItem |
getEntityType()
|
com.smartgwt.client.widgets.grid.ListGrid |
getGrid()
|
com.smartgwt.client.widgets.toolbar.ToolStripButton |
getRemoveButton()
|
com.smartgwt.client.widgets.toolbar.ToolStripButton |
getShowArchivedButton()
|
com.smartgwt.client.widgets.toolbar.ToolStrip |
getToolBar()
|
getAddButton
com.smartgwt.client.widgets.toolbar.ToolStripButton getAddButton()
getRemoveButton
com.smartgwt.client.widgets.toolbar.ToolStripButton getRemoveButton()
getEntityType
com.smartgwt.client.widgets.form.fields.ComboBoxItem getEntityType()
getGrid
com.smartgwt.client.widgets.grid.ListGrid getGrid()
getToolBar
com.smartgwt.client.widgets.toolbar.ToolStrip getToolBar()
getShowArchivedButton
com.smartgwt.client.widgets.toolbar.ToolStripButton getShowArchivedButton()
Copyright © 2013. All Rights Reserved.