public class CmsDialogOptionsAndInfo extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Modifier | Constructor and Description |
|---|---|
protected |
CmsDialogOptionsAndInfo()
Default constructor for serialization.
|
|
CmsDialogOptionsAndInfo(CmsDialogOptions options,
CmsListInfoBean info)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
CmsListInfoBean |
getInfo()
Gets the list info bean for the selected resource.
|
CmsDialogOptions |
getOptions()
Gets the dialog option bean.
|
public CmsDialogOptionsAndInfo(CmsDialogOptions options, CmsListInfoBean info)
options - the dialog option beaninfo - the list info bean for the selected resourceprotected CmsDialogOptionsAndInfo()
public CmsListInfoBean getInfo()
public CmsDialogOptions getOptions()