use of org.uberfire.client.views.pfly.modal.Bs3Modal in project kie-wb-common by kiegroup.
the class ChangeProfileDevCommand method showModal.
private void showModal() {
final HTMLElement selectorView = profileSelector.getView().getElement();
final Bs3Modal modal = modalFactory.get();
modal.setFooterContent(new FlowPanel());
modal.setModalTitle("Choose profile");
modal.setContent(ElementWrapperWidget.getWidget(selectorView));
modal.show();
}
Aggregations