public abstract class BaseOkCancelPopup extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
BaseOkCancelPopup.View |
Modifier and Type | Field and Description |
---|---|
protected BaseOkCancelPopup.View |
view |
Constructor and Description |
---|
BaseOkCancelPopup(BaseOkCancelPopup.View view) |
Modifier and Type | Method and Description |
---|---|
protected void |
init() |
protected void |
onCancel() |
protected abstract void |
onOK() |
protected void |
show(String title) |
protected final BaseOkCancelPopup.View view
public BaseOkCancelPopup(BaseOkCancelPopup.View view)
protected void init()
protected void show(String title)
protected abstract void onOK()
protected void onCancel()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.