Interface JPADataObjectEditorView
-
- All Superinterfaces:
BaseEditorView<JPADataObjectEditorView.Presenter>,org.uberfire.client.mvp.HasPresenter<JPADataObjectEditorView.Presenter>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<JPADataObjectEditorView.Presenter>
- All Known Implementing Classes:
JPADataObjectEditorViewImpl
public interface JPADataObjectEditorView extends BaseEditorView<JPADataObjectEditorView.Presenter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceJPADataObjectEditorView.Presenter
-
Field Summary
Fields Modifier and Type Field Description static StringAUDITED_FIELDstatic StringENTITY_FIELDstatic StringTABLE_NAME_FIELD
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadPropertyEditorCategories(List<org.uberfire.ext.properties.editor.model.PropertyEditorCategory> categories)voidshowYesNoCancelPopup(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)
-
-
-
Field Detail
-
ENTITY_FIELD
static final String ENTITY_FIELD
- See Also:
- Constant Field Values
-
TABLE_NAME_FIELD
static final String TABLE_NAME_FIELD
- See Also:
- Constant Field Values
-
AUDITED_FIELD
static final String AUDITED_FIELD
- See Also:
- Constant Field Values
-
-
Method Detail
-
loadPropertyEditorCategories
void loadPropertyEditorCategories(List<org.uberfire.ext.properties.editor.model.PropertyEditorCategory> categories)
-
showYesNoCancelPopup
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)
-
-