public class ChangedWarningDialog extends Object implements ChangedWarningInterface
Modifier and Type | Field and Description |
---|---|
protected org.pentaho.ui.xul.XulDomContainer |
container |
protected String |
result |
Constructor and Description |
---|
ChangedWarningDialog() |
Modifier and Type | Method and Description |
---|---|
static ChangedWarningInterface |
getInstance() |
String |
getName() |
protected org.pentaho.ui.xul.components.XulMessageBox |
runXulChangedWarningDialog(String fileName) |
static void |
setInstance(ChangedWarningInterface cwi) |
int |
show()
Display a dialog asking the user if they want to save their work before closing the tab
|
int |
show(String fileName) |
protected String result
protected org.pentaho.ui.xul.XulDomContainer container
public static void setInstance(ChangedWarningInterface cwi)
public static ChangedWarningInterface getInstance()
public String getName()
public int show() throws Exception
ChangedWarningInterface
show
in interface ChangedWarningInterface
Exception
public int show(String fileName) throws Exception
show
in interface ChangedWarningInterface
Exception
protected org.pentaho.ui.xul.components.XulMessageBox runXulChangedWarningDialog(String fileName) throws IllegalArgumentException, org.pentaho.ui.xul.XulException
IllegalArgumentException
org.pentaho.ui.xul.XulException
Copyright © 2019 Hitachi Vantara. All rights reserved.