Interface DataManagerPresentationControl
public interface DataManagerPresentationControl
The controller for
DataManagerPresentation.- Author:
- Fabrizio Giudici
- Stereotype:
- Presentation Control
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptiondefault voidRender managed backups with the specified options.voidRender managed backups with the specified options.default voidRender managed backups with the specified options.default voidRender managed files.voidRender managed files with the specified options.default voidRender 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
-