use of org.ovirt.engine.ui.common.widget.renderer.StringRenderer in project ovirt-engine by oVirt.
the class HostFenceAgentPopupView method initEditors.
private void initEditors() {
pmTypeEditor = new ListModelListBoxEditor<>(new StringRenderer<String>());
pmEncryptOptionsEditor = new EntityModelCheckBoxEditor(Align.RIGHT);
pmEncryptOptionsEditor.setUsePatternFly(true);
pmSecureEditor = new EntityModelCheckBoxEditor(Align.RIGHT);
pmSecureEditor.setUsePatternFly(true);
fencingOptionsUrl = new Anchor(constants.fencingOptionsLabel());
}
Aggregations