Search in sources :

Example 11 with InfoIcon

use of org.ovirt.engine.ui.common.widget.dialog.InfoIcon in project ovirt-engine by oVirt.

the class ClusterPolicyPopupView method initInfoIcons.

private void initInfoIcons() {
    filterInfoIcon = new InfoIcon(templates.italicWordWrapMaxWidth(constants.clusterPolicyFilterInfo()));
    functionInfoIcon = new InfoIcon(templates.italicWordWrapMaxWidth(constants.clusterPolicyWeightFunctionInfo()));
    loadBalancingInfoIcon = new InfoIcon(templates.italicWordWrapMaxWidth(constants.clusterPolicyLoadBalancingInfo()));
    propertiesInfoIcon = new InfoIcon(templates.italicWordWrapMaxWidth(constants.clusterPolicyPropertiesInfo()));
}
Also used : InfoIcon(org.ovirt.engine.ui.common.widget.dialog.InfoIcon)

Aggregations

InfoIcon (org.ovirt.engine.ui.common.widget.dialog.InfoIcon)11 EntityModelCheckBoxEditor (org.ovirt.engine.ui.common.widget.editor.generic.EntityModelCheckBoxEditor)5 EntityModelRadioButtonEditor (org.ovirt.engine.ui.common.widget.editor.generic.EntityModelRadioButtonEditor)2 EnumRenderer (org.ovirt.engine.ui.common.widget.renderer.EnumRenderer)2 NameRenderer (org.ovirt.engine.ui.common.widget.renderer.NameRenderer)2 Context (com.google.gwt.cell.client.Cell.Context)1 GWT (com.google.gwt.core.client.GWT)1 EventBus (com.google.gwt.event.shared.EventBus)1 SafeHtml (com.google.gwt.safehtml.shared.SafeHtml)1 SafeHtmlBuilder (com.google.gwt.safehtml.shared.SafeHtmlBuilder)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 Column (com.google.gwt.user.cellview.client.Column)1 RadioButton (com.google.gwt.user.client.ui.RadioButton)1 Inject (com.google.inject.Inject)1 ArrayList (java.util.ArrayList)1 List (java.util.List)1 Provider (org.ovirt.engine.core.common.businessentities.Provider)1 ServerCpu (org.ovirt.engine.core.common.businessentities.ServerCpu)1