Package org.opencms.gwt.client.ui
Class CmsResourceInfoConfirmDialog
java.lang.Object
org.opencms.gwt.client.ui.CmsResourceInfoConfirmDialog
Confirm dialog with a resource info box.
-
Constructor Summary
ConstructorsConstructorDescriptionCmsResourceInfoConfirmDialog
(org.opencms.gwt.shared.CmsResourceStatusBean resourceStatus) Creates a new dialog instance for the given resource info. -
Method Summary
-
Constructor Details
-
Method Details
-
display
Displays the dialog. -
getCancelText
Gets the cancel button text.- Returns:
- the cancel button text
-
getCaption
Gets the dialog title.- Returns:
- the dialog title
-
getOkText
Gets the OK button text.- Returns:
- the OK button text
-
getText
Gets the dialog text.- Returns:
- the dialog text
-
onConfirm
Method to execute when the user confirms the action.
-