Search in sources :

Example 11 with HostModel

use of org.ovirt.engine.ui.uicommonweb.models.hosts.HostModel in project ovirt-engine by oVirt.

the class DataCenterGuideModel method cancelConfirmWithFocus.

public void cancelConfirmWithFocus() {
    setConfirmWindow(null);
    HostModel hostModel = (HostModel) getWindow();
    hostModel.setIsPowerManagementTabSelected(true);
}
Also used : NewHostModel(org.ovirt.engine.ui.uicommonweb.models.hosts.NewHostModel) HostModel(org.ovirt.engine.ui.uicommonweb.models.hosts.HostModel)

Aggregations

HostModel (org.ovirt.engine.ui.uicommonweb.models.hosts.HostModel)11 NewHostModel (org.ovirt.engine.ui.uicommonweb.models.hosts.NewHostModel)10 UICommand (org.ovirt.engine.ui.uicommonweb.UICommand)5 VDS (org.ovirt.engine.core.common.businessentities.VDS)4 AddVdsActionParameters (org.ovirt.engine.core.common.action.hostdeploy.AddVdsActionParameters)3 Cluster (org.ovirt.engine.core.common.businessentities.Cluster)2 ApplicationMode (org.ovirt.engine.core.common.mode.ApplicationMode)2 ConfirmationModel (org.ovirt.engine.ui.uicommonweb.models.ConfirmationModel)2 GWT (com.google.gwt.core.client.GWT)1 Scheduler (com.google.gwt.core.client.Scheduler)1 Element (com.google.gwt.dom.client.Element)1 Display (com.google.gwt.dom.client.Style.Display)1 TextDecoration (com.google.gwt.dom.client.Style.TextDecoration)1 HasClickHandlers (com.google.gwt.event.dom.client.HasClickHandlers)1 EventBus (com.google.gwt.event.shared.EventBus)1 CssResource (com.google.gwt.resources.client.CssResource)1 SafeHtmlUtils (com.google.gwt.safehtml.shared.SafeHtmlUtils)1 UiBinder (com.google.gwt.uibinder.client.UiBinder)1 UiField (com.google.gwt.uibinder.client.UiField)1 Timer (com.google.gwt.user.client.Timer)1