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.Object
Class that represents the result of this dialog.
-
-
Constructor Summary
Constructors Constructor Description WebpartInputDialogResult(WebpartInputDialog.WebpartInputDialogButton button, java.lang.String text, java.lang.String part)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebpartInputDialog.WebpartInputDialogButton
getButton()
java.lang.String
getText()
java.lang.String
getWebpart()
-
-
-
Constructor Detail
-
WebpartInputDialogResult
public WebpartInputDialogResult(WebpartInputDialog.WebpartInputDialogButton button, java.lang.String text, java.lang.String part)
Constructor.- Parameters:
button
- pressed buttontext
- entered textpart
- Part ID
-
-
Method Detail
-
getButton
public WebpartInputDialog.WebpartInputDialogButton getButton()
- Returns:
- button pressed
-
getText
public java.lang.String getText()
- Returns:
- entered text
-
getWebpart
public java.lang.String getWebpart()
- Returns:
- Part id
-
-