Class AddGlobalPopup
- java.lang.Object
-
- org.drools.workbench.screens.globals.client.editor.AddGlobalPopup
-
- All Implemented Interfaces:
AddGlobalPopupView.Presenter
@Dependent public class AddGlobalPopup extends Object implements AddGlobalPopupView.Presenter
-
-
Constructor Summary
Constructors Constructor Description AddGlobalPopup(AddGlobalPopupView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()StringgetClassName()voidinit()voidonAddButtonClicked()voidonAliasInputChanged()voidonCancelButtonClicked()voidonClassNameSelectChanged()voidshow(org.uberfire.mvp.Command addCommand, org.uberfire.mvp.Command cancelCommand, List<String> fullyQualifiedClassNames)
-
-
-
Constructor Detail
-
AddGlobalPopup
@Inject public AddGlobalPopup(AddGlobalPopupView view)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getAlias
public String getAlias()
-
getClassName
public String getClassName()
-
show
public void show(org.uberfire.mvp.Command addCommand, org.uberfire.mvp.Command cancelCommand, List<String> fullyQualifiedClassNames)
-
onAliasInputChanged
public void onAliasInputChanged()
- Specified by:
onAliasInputChangedin interfaceAddGlobalPopupView.Presenter
-
onClassNameSelectChanged
public void onClassNameSelectChanged()
- Specified by:
onClassNameSelectChangedin interfaceAddGlobalPopupView.Presenter
-
onAddButtonClicked
public void onAddButtonClicked()
- Specified by:
onAddButtonClickedin interfaceAddGlobalPopupView.Presenter
-
onCancelButtonClicked
public void onCancelButtonClicked()
- Specified by:
onCancelButtonClickedin interfaceAddGlobalPopupView.Presenter
-
-