Package com.saperion.ngc.dialogs
Class WebpartInputDialog.WebpartInputDialogResult
- java.lang.Object
- 
- com.saperion.ngc.dialogs.WebpartInputDialog.WebpartInputDialogResult
 
- 
- Enclosing class:
- WebpartInputDialog
 
 public static class WebpartInputDialog.WebpartInputDialogResult extends java.lang.ObjectClass that represents the result of this dialog.
- 
- 
Constructor SummaryConstructors Constructor Description WebpartInputDialogResult(WebpartInputDialog.WebpartInputDialogButton button, java.lang.String text, java.lang.String part)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WebpartInputDialog.WebpartInputDialogButtongetButton()java.lang.StringgetText()java.lang.StringgetWebpart()
 
- 
- 
- 
Constructor Detail- 
WebpartInputDialogResultpublic WebpartInputDialogResult(WebpartInputDialog.WebpartInputDialogButton button, java.lang.String text, java.lang.String part) Constructor.- Parameters:
- button- pressed button
- text- entered text
- part- Part ID
 
 
- 
 - 
Method Detail- 
getButtonpublic WebpartInputDialog.WebpartInputDialogButton getButton() - Returns:
- button pressed
 
 - 
getTextpublic java.lang.String getText() - Returns:
- entered text
 
 - 
getWebpartpublic java.lang.String getWebpart() - Returns:
- Part id
 
 
- 
 
-