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();
}
Aggregations