Uses of Class
org.pentaho.mantle.client.solutionbrowser.filelist.FileItem
Packages that use FileItem
Package
Description
-
Uses of FileItem in org.pentaho.mantle.client.events
Methods in org.pentaho.mantle.client.events that return types with arguments of type FileItemModifier and TypeMethodDescriptionISolutionBrowserEvent.getFileItems()
SolutionBrowserCloseEvent.getFileItems()
SolutionBrowserDeselectEvent.getFileItems()
SolutionBrowserOpenEvent.getFileItems()
SolutionBrowserSelectEvent.getFileItems()
SolutionBrowserUndefinedEvent.getFileItems()
Method parameters in org.pentaho.mantle.client.events with type arguments of type FileItemModifier and TypeMethodDescriptionvoid
ISolutionBrowserEvent.setFileItems
(List<FileItem> fileItems) void
SolutionBrowserCloseEvent.setFileItems
(List<FileItem> fileItems) void
SolutionBrowserDeselectEvent.setFileItems
(List<FileItem> fileItems) void
SolutionBrowserOpenEvent.setFileItems
(List<FileItem> fileItems) void
SolutionBrowserSelectEvent.setFileItems
(List<FileItem> fileItems) void
SolutionBrowserUndefinedEvent.setFileItems
(List<FileItem> fileItems) Constructor parameters in org.pentaho.mantle.client.events with type arguments of type FileItemModifierConstructorDescriptionSolutionBrowserCloseEvent
(com.google.gwt.user.client.ui.Widget widget, List<FileItem> fileItems) SolutionBrowserDeselectEvent
(com.google.gwt.user.client.ui.Widget widget, List<FileItem> fileItems) SolutionBrowserOpenEvent
(com.google.gwt.user.client.ui.Widget widget, List<FileItem> fileItems) SolutionBrowserSelectEvent
(com.google.gwt.user.client.ui.Widget widget, List<FileItem> fileItems) SolutionBrowserUndefinedEvent
(com.google.gwt.user.client.ui.Widget widget, List<FileItem> fileItems) -
Uses of FileItem in org.pentaho.mantle.client.solutionbrowser.filelist
Methods in org.pentaho.mantle.client.solutionbrowser.filelist that return FileItemMethods in org.pentaho.mantle.client.solutionbrowser.filelist that return types with arguments of type FileItemModifier and TypeMethodDescriptionFilesListPanel.getAllFileItems()
FilesListPanel.getSelectedFileItems()
Methods in org.pentaho.mantle.client.solutionbrowser.filelist with parameters of type FileItemModifier and TypeMethodDescriptionint
FilesListPanel.getFileItemIndex
(FileItem fileItem) void
IFileItemListener.itemSelected
(FileItem item) Method parameters in org.pentaho.mantle.client.solutionbrowser.filelist with type arguments of type FileItemModifier and TypeMethodDescriptionvoid
FilesListPanel.selectNextItem
(List<FileItem> currentItems) void
FilesListPanel.selectPreviousItem
(List<FileItem> currentItems) void
FilesListPanel.setSelectedFileItems
(List<FileItem> fileItems) -
Uses of FileItem in org.pentaho.mantle.client.solutionbrowser.tabs
Methods in org.pentaho.mantle.client.solutionbrowser.tabs with parameters of type FileItem -
Uses of FileItem in org.pentaho.mantle.client.solutionbrowser.toolbars
Methods in org.pentaho.mantle.client.solutionbrowser.toolbars with parameters of type FileItem -
Uses of FileItem in org.pentaho.mantle.client.ui.tabs
Methods in org.pentaho.mantle.client.ui.tabs with parameters of type FileItemModifier and TypeMethodDescriptionvoid
MantleTabPanel.setFileInfoInFrame
(FileItem selectedFileItem) Store representation of file in the frame for reference later when save is called