Interface CmsEditProperties.I_MultiFileNavigation
- All Known Implementing Classes:
CmsPropertyDialogExtensionConnector
- Enclosing class:
- CmsEditProperties
public static interface CmsEditProperties.I_MultiFileNavigation
Interface used to access the next/previous file for which to edit properties.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
requestNextFile
(int offset, com.google.gwt.user.client.rpc.AsyncCallback<org.opencms.util.CmsUUID> callback) Requests the next / previous file id.
-
Method Details
-
requestNextFile
void requestNextFile(int offset, com.google.gwt.user.client.rpc.AsyncCallback<org.opencms.util.CmsUUID> callback) Requests the next / previous file id.- Parameters:
offset
- should be 1 for the next file, or -1 for the previous filecallback
- the callback to call with the id
-