Class CmsDialogOptionsAndInfo
java.lang.Object
org.opencms.ade.containerpage.shared.CmsDialogOptionsAndInfo
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsDialogOptionsAndInfo
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
Holds both a bean containing edit handler dialog options and a resource info bean for a selected resource.
-
Constructor Summary
ModifierConstructorDescriptionprotected
Default constructor for serialization.CmsDialogOptionsAndInfo
(CmsDialogOptions options, CmsListInfoBean info) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptiongetInfo()
Gets the list info bean for the selected resource.Gets the dialog option bean.
-
Constructor Details
-
CmsDialogOptionsAndInfo
protected CmsDialogOptionsAndInfo()Default constructor for serialization.
-
Method Details
-
getInfo
Gets the list info bean for the selected resource.- Returns:
- the list info bean
-
getOptions
Gets the dialog option bean.- Returns:
- the dialog option bean
-