Package com.saperion.ngc.dialogs
Class WebpartInputDialog.WebpartInputDialogResult
java.lang.Object
com.saperion.ngc.dialogs.WebpartInputDialog.WebpartInputDialogResult
- Enclosing class:
- WebpartInputDialog
Class that represents the result of this dialog.
-
Constructor Summary
ConstructorsConstructorDescriptionWebpartInputDialogResult
(WebpartInputDialog.WebpartInputDialogButton button, String text, String part) Constructor. -
Method Summary
-
Constructor Details
-
WebpartInputDialogResult
public WebpartInputDialogResult(WebpartInputDialog.WebpartInputDialogButton button, String text, String part) Constructor.- Parameters:
button
- pressed buttontext
- entered textpart
- Part ID
-
-
Method Details
-
getButton
- Returns:
- button pressed
-
getText
- Returns:
- entered text
-
getWebpart
- Returns:
- Part id
-