Class CmsContentEditorDialog.DialogOptions
java.lang.Object
org.opencms.gwt.client.ui.contenteditor.CmsContentEditorDialog.DialogOptions
- Enclosing class:
- CmsContentEditorDialog
Additional options for the editor dialog.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the suggestedHeight.Returns the suggestedWidth.void
setSuggestedHeight
(Integer suggestedHeight) Sets the suggestedHeight.void
setSuggestedWidth
(Integer suggestedWidth) Sets the suggestedWidth.
-
Constructor Details
-
DialogOptions
public DialogOptions()
-
-
Method Details
-
getSuggestedHeight
Returns the suggestedHeight.- Returns:
- the suggestedHeight
-
getSuggestedWidth
Returns the suggestedWidth.- Returns:
- the suggestedWidth
-
setSuggestedHeight
Sets the suggestedHeight.- Parameters:
suggestedHeight
- the suggestedHeight to set
-
setSuggestedWidth
Sets the suggestedWidth.- Parameters:
suggestedWidth
- the suggestedWidth to set
-