@Dependent public class RuntimeActionItemPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RuntimeActionItemPresenter.View |
| Constructor and Description |
|---|
RuntimeActionItemPresenter(RuntimeActionItemPresenter.View view) |
| Modifier and Type | Method and Description |
|---|---|
RuntimeActionItemPresenter.View |
getView() |
void |
init() |
protected void |
onActionClick() |
void |
setEnabled(boolean enabled) |
void |
setup(String label,
org.uberfire.mvp.Command command) |
@Inject public RuntimeActionItemPresenter(RuntimeActionItemPresenter.View view)
@PostConstruct public void init()
public void setup(String label, org.uberfire.mvp.Command command)
public void setEnabled(boolean enabled)
public RuntimeActionItemPresenter.View getView()
protected void onActionClick()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.