org.broadleafcommerce.gwt.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.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()
Copyright © 2011. All Rights Reserved.