public final class CommonServerUIs extends Object
Modifier and Type | Method and Description |
---|---|
static ServerInstance |
showAddServerInstanceWizard()
Displays the modal wizard for creating new server instance.
|
static void |
showCloudCustomizer(ServerInstance instance)
Displays the modal cloud manager dialog with the specified cloud instance
preselected.
|
static void |
showCustomizer(ServerInstance instance)
Displays the modal server manager dialog with the specified server instance
preselected.
|
public static void showCustomizer(ServerInstance instance)
instance
- server instance which should be preselected,
if null
the first server instance will be preselectedpublic static void showCloudCustomizer(ServerInstance instance)
instance
- cloud instance which should be preselected,
if null
the first cloud instance will be preselected@CheckForNull public static ServerInstance showAddServerInstanceWizard()
null
if user canceled the operation