public interface EntityWorkflowView
extends com.google.gwt.user.client.ui.IsWidget
The view for a entity workflow edition component.
Modifier and Type | Interface and Description |
---|---|
static interface |
EntityWorkflowView.Callback |
Modifier and Type | Method and Description |
---|---|
EntityWorkflowView |
clearNotifications() |
EntityWorkflowView |
setCallback(EntityWorkflowView.Callback callback) |
EntityWorkflowView |
setCancelButtonVisible(boolean isVisible) |
EntityWorkflowView |
setSaveButtonEnabled(boolean isEnabled) |
EntityWorkflowView |
setSaveButtonText(String text) |
EntityWorkflowView |
setSaveButtonVisible(boolean isVisible) |
EntityWorkflowView |
setWidget(com.google.gwt.user.client.ui.IsWidget widget) |
EntityWorkflowView |
showNotification(String text) |
EntityWorkflowView setCallback(EntityWorkflowView.Callback callback)
EntityWorkflowView setWidget(com.google.gwt.user.client.ui.IsWidget widget)
EntityWorkflowView setCancelButtonVisible(boolean isVisible)
EntityWorkflowView setSaveButtonEnabled(boolean isEnabled)
EntityWorkflowView setSaveButtonVisible(boolean isVisible)
EntityWorkflowView setSaveButtonText(String text)
EntityWorkflowView showNotification(String text)
EntityWorkflowView clearNotifications()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.