public interface JPADataObjectEditorView extends BaseEditorView<JPADataObjectEditorView.Presenter>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JPADataObjectEditorView.Presenter |
| Modifier and Type | Field and Description |
|---|---|
static String |
AUDITED_FIELD |
static String |
ENTITY_FIELD |
static String |
TABLE_NAME_FIELD |
| Modifier and Type | Method and Description |
|---|---|
void |
loadPropertyEditorCategories(List<org.uberfire.ext.properties.editor.model.PropertyEditorCategory> categories) |
void |
showYesNoCancelPopup(String title,
String message,
org.uberfire.mvp.Command yesCommand,
String yesButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
org.uberfire.mvp.Command noCommand,
String noButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType,
org.uberfire.mvp.Command cancelCommand,
String cancelButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType) |
static final String ENTITY_FIELD
static final String TABLE_NAME_FIELD
static final String AUDITED_FIELD
void loadPropertyEditorCategories(List<org.uberfire.ext.properties.editor.model.PropertyEditorCategory> categories)
void showYesNoCancelPopup(String title, String message, org.uberfire.mvp.Command yesCommand, String yesButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType, org.uberfire.mvp.Command noCommand, String noButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType, org.uberfire.mvp.Command cancelCommand, String cancelButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.