Uses of Class
org.opencms.ade.postupload.shared.CmsPostUploadDialogPanelBean
-
Packages that use CmsPostUploadDialogPanelBean Package Description org.opencms.ade.postupload org.opencms.ade.postupload.shared.rpc -
-
Uses of CmsPostUploadDialogPanelBean in org.opencms.ade.postupload
Methods in org.opencms.ade.postupload that return CmsPostUploadDialogPanelBean Modifier and Type Method Description CmsPostUploadDialogPanelBean
CmsPostUploadDialogService. load(CmsUUID id, boolean useConfiguration, boolean addBasicProperties)
-
Uses of CmsPostUploadDialogPanelBean in org.opencms.ade.postupload.shared.rpc
Methods in org.opencms.ade.postupload.shared.rpc that return CmsPostUploadDialogPanelBean Modifier and Type Method Description CmsPostUploadDialogPanelBean
I_CmsPostUploadDialogService. load(CmsUUID uuid, boolean useConfiguration, boolean addBasicProperties)
Loads the dialog bean info for the given resource.Method parameters in org.opencms.ade.postupload.shared.rpc with type arguments of type CmsPostUploadDialogPanelBean Modifier and Type Method Description void
I_CmsPostUploadDialogServiceAsync. load(CmsUUID uuid, boolean useConfiguration, boolean addBasicProperties, com.google.gwt.user.client.rpc.AsyncCallback<CmsPostUploadDialogPanelBean> asyncCallback)
Loads the dialog bean info for the given resource.
-