Search in sources :

Example 1 with SimpleActionButton

use of org.ovirt.engine.ui.common.widget.action.SimpleActionButton in project ovirt-engine by oVirt.

the class ActionPanelView method addActionButton.

/**
 * Adds a new button to the action panel.
 */
public ActionButton addActionButton(ActionButtonDefinition<T> buttonDef) {
    SimpleActionButton newActionButton = createNewActionButton(buttonDef);
    initButton(buttonDef, newActionButton);
    return newActionButton;
}
Also used : SimpleActionButton(org.ovirt.engine.ui.common.widget.action.SimpleActionButton)

Aggregations

SimpleActionButton (org.ovirt.engine.ui.common.widget.action.SimpleActionButton)1