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 TypeMethodDescriptionvoidISolutionBrowserEvent.setFileItems(List<FileItem> fileItems) voidSolutionBrowserCloseEvent.setFileItems(List<FileItem> fileItems) voidSolutionBrowserDeselectEvent.setFileItems(List<FileItem> fileItems) voidSolutionBrowserOpenEvent.setFileItems(List<FileItem> fileItems) voidSolutionBrowserSelectEvent.setFileItems(List<FileItem> fileItems) voidSolutionBrowserUndefinedEvent.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 TypeMethodDescriptionintFilesListPanel.getFileItemIndex(FileItem fileItem) voidIFileItemListener.itemSelected(FileItem item) Method parameters in org.pentaho.mantle.client.solutionbrowser.filelist with type arguments of type FileItemModifier and TypeMethodDescriptionvoidFilesListPanel.selectNextItem(List<FileItem> currentItems) voidFilesListPanel.selectPreviousItem(List<FileItem> currentItems) voidFilesListPanel.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 TypeMethodDescriptionvoidMantleTabPanel.setFileInfoInFrame(FileItem selectedFileItem) Store representation of file in the frame for reference later when save is called