Uses of Class
com.jbstrap.ui.components.FileMiniature
Packages that use FileMiniature
-
Uses of FileMiniature in com.jbstrap.ui.components
Methods in com.jbstrap.ui.components that return FileMiniatureModifier and TypeMethodDescriptionFileMiniature.addClickHandler
(ClickEventHandler handler) Adds a single click event handler to the component.FileMiniature.addComponent
(Component<?> component) Adds the specified component as a subcomponent, and redraws the component immediatelyfinal FileMiniature
FileMiniature.addDownloadErrorHandler
(ErrorEventHandler handler) Adds a download event handler to the component.FileMiniature.addHotKey
(int hotKey) Adds the specified hot key to the component.FileMiniature.addHotKey
(int hotKey, HotKeyEventHandler handler) Adds the specified hot key to the component.FileMiniature.downloadFile()
Downloads the file to the client where the component is currently visible.FileMiniature.removeComponent
(Component component) Removes the specified subcomponent.