Uses of Class
com.saperion.ngc.dialogs.WebpartInputDialog.WebpartInputDialogButton
-
Packages that use WebpartInputDialog.WebpartInputDialogButton Package Description com.saperion.ngc.dialogs Package for client dialog classes. -
-
Uses of WebpartInputDialog.WebpartInputDialogButton in com.saperion.ngc.dialogs
Methods in com.saperion.ngc.dialogs that return WebpartInputDialog.WebpartInputDialogButton Modifier and Type Method Description WebpartInputDialog.WebpartInputDialogButton
WebpartInputDialog.WebpartInputDialogResult. getButton()
static WebpartInputDialog.WebpartInputDialogButton
WebpartInputDialog.WebpartInputDialogButton. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WebpartInputDialog.WebpartInputDialogButton[]
WebpartInputDialog.WebpartInputDialogButton. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.saperion.ngc.dialogs with parameters of type WebpartInputDialog.WebpartInputDialogButton Constructor Description WebpartInputDialogResult(WebpartInputDialog.WebpartInputDialogButton button, java.lang.String text, java.lang.String part)
Constructor.
-