public class ShowUsagesPopup
extends org.uberfire.ext.widgets.common.client.common.popups.BaseModal
| Modifier and Type | Class and Description |
|---|---|
static class |
ShowUsagesPopup.UsedByRow |
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled| Modifier and Type | Field and Description |
|---|---|
protected org.gwtbootstrap3.client.ui.Button |
cancelButton |
protected org.gwtbootstrap3.client.ui.html.Paragraph |
message |
protected org.uberfire.ext.widgets.common.client.tables.SimpleTable<ShowUsagesPopup.UsedByRow> |
usedByTable |
protected org.gwtbootstrap3.client.ui.Button |
yesButton |
| Modifier | Constructor and Description |
|---|---|
protected |
ShowUsagesPopup(String message,
List<org.uberfire.backend.vfs.Path> usedByFiles,
org.uberfire.mvp.Command yesCommand,
String yesButtonText,
org.uberfire.mvp.Command cancelCommand,
String cancelButtonText) |
protected |
ShowUsagesPopup(String title,
String message,
List<org.uberfire.backend.vfs.Path> usedByFiles,
org.uberfire.mvp.Command yesCommand,
String yesButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
org.gwtbootstrap3.client.ui.constants.IconType yesButtonIconType,
org.uberfire.mvp.Command cancelCommand,
String cancelButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType,
org.gwtbootstrap3.client.ui.constants.IconType cancelButtonIconType) |
| Modifier and Type | Method and Description |
|---|---|
static ShowUsagesPopup |
newUsagesPopup(String message,
List<org.uberfire.backend.vfs.Path> usedByFiles,
org.uberfire.mvp.Command yesCommand,
String yesButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
org.gwtbootstrap3.client.ui.constants.IconType yesButtonIconType,
org.uberfire.mvp.Command cancelCommand,
String cancelButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType,
org.gwtbootstrap3.client.ui.constants.IconType cancelButtonIconType) |
static ShowUsagesPopup |
newUsagesPopup(String message,
List<org.uberfire.backend.vfs.Path> usedByFiles,
org.uberfire.mvp.Command yesCommand,
String yesButtonText,
org.uberfire.mvp.Command cancelCommand,
String cancelButtonText) |
static ShowUsagesPopup |
newUsagesPopupForChanging(String message,
List<org.uberfire.backend.vfs.Path> usedByFiles,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command cancelCommand) |
static ShowUsagesPopup |
newUsagesPopupForDeletion(String message,
List<org.uberfire.backend.vfs.Path> usedByFiles,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command cancelCommand) |
static ShowUsagesPopup |
newUsagesPopupForRenaming(String message,
List<org.uberfire.backend.vfs.Path> usedByFiles,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command cancelCommand) |
void |
onCancelButtonClick(com.google.gwt.event.dom.client.ClickEvent e) |
void |
onYesButtonClick(com.google.gwt.event.dom.client.ClickEvent e) |
getEnterDomHandler, handleDefaultAction, handleDefaultAction, setBody, setFocus, showadd, addHiddenHandler, addHideHandler, addShowHandler, addShownHandler, hide, isClosable, onHidden, onHide, onLoad, onShow, onShown, onUnload, setClosable, setDataBackdrop, setDataKeyboard, setFade, setHideOtherModals, setRemoveOnHide, setSize, setTitle, setWidth, togglegetId, getPull, insert, setColor, setHiddenOn, setId, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPull, setVisibleOnadd, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, removeadd, adopt, clear, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, setVisible, sinkBitlessEvent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliterator@UiField protected org.gwtbootstrap3.client.ui.html.Paragraph message
@UiField protected org.uberfire.ext.widgets.common.client.tables.SimpleTable<ShowUsagesPopup.UsedByRow> usedByTable
@UiField protected org.gwtbootstrap3.client.ui.Button yesButton
@UiField protected org.gwtbootstrap3.client.ui.Button cancelButton
protected ShowUsagesPopup(String title, String message, List<org.uberfire.backend.vfs.Path> usedByFiles, org.uberfire.mvp.Command yesCommand, String yesButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType, org.gwtbootstrap3.client.ui.constants.IconType yesButtonIconType, org.uberfire.mvp.Command cancelCommand, String cancelButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType, org.gwtbootstrap3.client.ui.constants.IconType cancelButtonIconType)
public static ShowUsagesPopup newUsagesPopup(String message, List<org.uberfire.backend.vfs.Path> usedByFiles, org.uberfire.mvp.Command yesCommand, String yesButtonText, org.uberfire.mvp.Command cancelCommand, String cancelButtonText)
public static ShowUsagesPopup newUsagesPopup(String message, List<org.uberfire.backend.vfs.Path> usedByFiles, org.uberfire.mvp.Command yesCommand, String yesButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType, org.gwtbootstrap3.client.ui.constants.IconType yesButtonIconType, org.uberfire.mvp.Command cancelCommand, String cancelButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType, org.gwtbootstrap3.client.ui.constants.IconType cancelButtonIconType)
public static ShowUsagesPopup newUsagesPopupForDeletion(String message, List<org.uberfire.backend.vfs.Path> usedByFiles, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command cancelCommand)
public static ShowUsagesPopup newUsagesPopupForRenaming(String message, List<org.uberfire.backend.vfs.Path> usedByFiles, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command cancelCommand)
public static ShowUsagesPopup newUsagesPopupForChanging(String message, List<org.uberfire.backend.vfs.Path> usedByFiles, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command cancelCommand)
@UiHandler(value="yesButton") public void onYesButtonClick(com.google.gwt.event.dom.client.ClickEvent e)
@UiHandler(value="cancelButton") public void onCancelButtonClick(com.google.gwt.event.dom.client.ClickEvent e)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.