Search in sources :

Example 1 with NewDropdownCommand

use of org.pentaho.mantle.client.commands.NewDropdownCommand in project pentaho-platform by pentaho.

the class MantleModel method launchNewDropdownCommand.

@Bindable
public void launchNewDropdownCommand(XulToolbarbutton button) {
    NewDropdownCommand launchNewDropdownCommand = new NewDropdownCommand(((ToolbarButton) button.getManagedObject()).getPushButton());
    launchNewDropdownCommand.execute();
}
Also used : NewDropdownCommand(org.pentaho.mantle.client.commands.NewDropdownCommand) Bindable(org.pentaho.ui.xul.stereotype.Bindable)

Aggregations

NewDropdownCommand (org.pentaho.mantle.client.commands.NewDropdownCommand)1 Bindable (org.pentaho.ui.xul.stereotype.Bindable)1