Kie Workbench - Commom - Data modeller Client 6.2.0.CR2

Uses of Class
org.kie.workbench.common.screens.datamodeller.client.widgets.ShowUsagesPopup

Packages that use ShowUsagesPopup
org.kie.workbench.common.screens.datamodeller.client.widgets   
 

Uses of ShowUsagesPopup in org.kie.workbench.common.screens.datamodeller.client.widgets
 

Methods in org.kie.workbench.common.screens.datamodeller.client.widgets that return ShowUsagesPopup
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)
           
 


Kie Workbench - Commom - Data modeller Client 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.