public class MenuActionBuilder extends Object
| Constructor and Description |
|---|
MenuActionBuilder()
Instantiates a new menu action builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
createMenuForRemoveColum(com.google.web.bindery.event.shared.SimpleEventBus actionBus,
com.extjs.gxt.ui.client.widget.button.Button button,
List<TdColumnDefinition> columns)
Creates the menu for remove colum.
|
void |
createMenuForTimeAggregation(com.google.web.bindery.event.shared.SimpleEventBus actionBus,
com.extjs.gxt.ui.client.widget.button.Button button,
List<TdColumnDefinition> timeColumns,
List<TdColumnDefinition> otherColumns)
Creates the menu for time aggregation.
|
public MenuActionBuilder()
public void createMenuForRemoveColum(com.google.web.bindery.event.shared.SimpleEventBus actionBus,
com.extjs.gxt.ui.client.widget.button.Button button,
List<TdColumnDefinition> columns)
actionBus - the action busbutton - the buttoncolumns - the columnspublic void createMenuForTimeAggregation(com.google.web.bindery.event.shared.SimpleEventBus actionBus,
com.extjs.gxt.ui.client.widget.button.Button button,
List<TdColumnDefinition> timeColumns,
List<TdColumnDefinition> otherColumns)
button - the buttontimeColumns - the time columnsotherColumns - the other columnsCopyright © 2017. All Rights Reserved.