org.broadleafcommerce.openadmin.client.view.dynamic
Interface SubItemDisplay
- All Superinterfaces:
- DynamicFormDisplay
- All Known Implementing Classes:
- SubItemView
public interface SubItemDisplay
- extends DynamicFormDisplay
- Author:
- jfischer
|
Method Summary |
com.smartgwt.client.widgets.toolbar.ToolStripButton |
getAddButton()
|
com.smartgwt.client.widgets.grid.ListGrid |
getGrid()
|
com.smartgwt.client.widgets.toolbar.ToolStripButton |
getRemoveButton()
|
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()
setVisible
void setVisible(boolean visible)
Copyright © 2013. All Rights Reserved.