Interface DataManagerPresentationControl
public interface DataManagerPresentationControl
The controller for
DataManagerPresentation
.- Author:
- Fabrizio Giudici
- Stereotype:
- Presentation Control
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
Render managed backups with the specified options.void
Render managed backups with the specified options.default void
Render managed backups with the specified options.default void
Render managed files.void
Render managed files with the specified options.default void
Render managed files with the specified options.
-
Method Details
-
renderManagedFiles
default void renderManagedFiles()Render managed files. -
renderManagedFiles
default void renderManagedFiles(@Nonnull DataManagerPresentationControl.ManagedFileOptions.Builder options) Render managed files with the specified options.- Parameters:
options
- the options
-
renderManagedFiles
Render managed files with the specified options.- Parameters:
options
- the options
-
renderBackups
default void renderBackups()Render managed backups with the specified options. -
renderBackups
Render managed backups with the specified options.- Parameters:
options
- the options
-
renderBackups
Render managed backups with the specified options.- Parameters:
options
- the options
-