public interface DataObjectBrowserView extends org.uberfire.client.mvp.UberView<DataObjectBrowserView.Presenter>, org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DataObjectBrowserView.Presenter |
| Modifier and Type | Method and Description |
|---|---|
void |
enableDeleteRowAction(boolean enable) |
void |
enableNewPropertyAction(boolean enable) |
ObjectProperty |
getSelectedRow() |
int |
getTableHeight() |
void |
redrawRow(int row) |
void |
redrawTable() |
void |
setDataProvider(com.google.gwt.view.client.ListDataProvider<ObjectProperty> dataProvider) |
void |
setObjectSelectorLabel(String label,
String title) |
void |
setReadonly(boolean readonly) |
void |
setSelectedRow(ObjectProperty objectProperty,
boolean select) |
void |
setTableHeight(int height) |
void |
showValidationPopupForDeletion(List<org.guvnor.common.services.shared.validation.model.ValidationMessage> validationMessages,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command cancelCommand) |
void |
showYesNoCancelPopup(String title,
String content,
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) |
void setDataProvider(com.google.gwt.view.client.ListDataProvider<ObjectProperty> dataProvider)
ObjectProperty getSelectedRow()
void setSelectedRow(ObjectProperty objectProperty, boolean select)
void redrawRow(int row)
void redrawTable()
void setReadonly(boolean readonly)
void enableNewPropertyAction(boolean enable)
void enableDeleteRowAction(boolean enable)
void setTableHeight(int height)
int getTableHeight()
void showYesNoCancelPopup(String title, String content, 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)
void showValidationPopupForDeletion(List<org.guvnor.common.services.shared.validation.model.ValidationMessage> validationMessages, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command cancelCommand)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.