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 com.github.gwtbootstrap.client.ui.Button |
cancelButton |
protected com.google.gwt.user.client.ui.HTML |
message |
protected org.uberfire.ext.widgets.common.client.tables.SimpleTable<ShowUsagesPopup.UsedByRow> |
usedByTable |
protected com.github.gwtbootstrap.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,
com.github.gwtbootstrap.client.ui.constants.ButtonType yesButtonType,
com.github.gwtbootstrap.client.ui.constants.IconType yesButtonIconType,
org.uberfire.mvp.Command cancelCommand,
String cancelButtonText,
com.github.gwtbootstrap.client.ui.constants.ButtonType cancelButtonType,
com.github.gwtbootstrap.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,
com.github.gwtbootstrap.client.ui.constants.ButtonType yesButtonType,
com.github.gwtbootstrap.client.ui.constants.IconType yesButtonIconType,
org.uberfire.mvp.Command cancelCommand,
String cancelButtonText,
com.github.gwtbootstrap.client.ui.constants.ButtonType cancelButtonType,
com.github.gwtbootstrap.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, setFocusadd, addHiddenHandler, addHideHandler, addShowHandler, addShownHandler, getAnimation, getBackdropType, hide, insert, isKeyboardEnable, onAttach, onHidden, onHide, onShow, onShown, reconfigure, setAnimation, setBackdrop, setCloseVisible, setDynamicSafe, setHideOthers, setKeyboard, setMaxHeigth, setSize, setTitle, setWidth, show, toggleaddStyle, getId, pullRight, removeStyle, setHideOn, setId, setShowOn, setStyleadd, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, removeadd, adopt, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onBrowserEvent, onDetach, onLoad, onUnload, 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, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait@UiField protected com.google.gwt.user.client.ui.HTML message
@UiField protected org.uberfire.ext.widgets.common.client.tables.SimpleTable<ShowUsagesPopup.UsedByRow> usedByTable
@UiField protected com.github.gwtbootstrap.client.ui.Button yesButton
@UiField protected com.github.gwtbootstrap.client.ui.Button cancelButton
protected ShowUsagesPopup(String title, String message, List<org.uberfire.backend.vfs.Path> usedByFiles, org.uberfire.mvp.Command yesCommand, String yesButtonText, com.github.gwtbootstrap.client.ui.constants.ButtonType yesButtonType, com.github.gwtbootstrap.client.ui.constants.IconType yesButtonIconType, org.uberfire.mvp.Command cancelCommand, String cancelButtonText, com.github.gwtbootstrap.client.ui.constants.ButtonType cancelButtonType, com.github.gwtbootstrap.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, com.github.gwtbootstrap.client.ui.constants.ButtonType yesButtonType, com.github.gwtbootstrap.client.ui.constants.IconType yesButtonIconType, org.uberfire.mvp.Command cancelCommand, String cancelButtonText, com.github.gwtbootstrap.client.ui.constants.ButtonType cancelButtonType, com.github.gwtbootstrap.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–2015 JBoss by Red Hat. All rights reserved.