static ShowUsagesPopup |
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 |
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 |
ShowUsagesPopup.newUsagesPopupForChanging(String message,
List<org.uberfire.backend.vfs.Path> usedByFiles,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command cancelCommand) |
static ShowUsagesPopup |
ShowUsagesPopup.newUsagesPopupForDeletion(String message,
List<org.uberfire.backend.vfs.Path> usedByFiles,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command cancelCommand) |
static ShowUsagesPopup |
ShowUsagesPopup.newUsagesPopupForRenaming(String message,
List<org.uberfire.backend.vfs.Path> usedByFiles,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command cancelCommand) |