Uses of Class
org.pentaho.mantle.client.solutionbrowser.filelist.FileItem
-
-
Uses of FileItem in org.pentaho.mantle.client.commands
Constructors in org.pentaho.mantle.client.commands with parameters of type FileItem Constructor Description RunInBackgroundCommand(FileItem fileItem)
-
Uses of FileItem in org.pentaho.mantle.client.events
Methods in org.pentaho.mantle.client.events that return types with arguments of type FileItem Modifier and Type Method Description List<FileItem>
ISolutionBrowserEvent. getFileItems()
List<FileItem>
SolutionBrowserCloseEvent. getFileItems()
List<FileItem>
SolutionBrowserDeselectEvent. getFileItems()
List<FileItem>
SolutionBrowserOpenEvent. getFileItems()
List<FileItem>
SolutionBrowserSelectEvent. getFileItems()
List<FileItem>
SolutionBrowserUndefinedEvent. getFileItems()
Method parameters in org.pentaho.mantle.client.events with type arguments of type FileItem Modifier and Type Method Description void
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 FileItem Constructor Description SolutionBrowserCloseEvent(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 FileItem Modifier and Type Method Description FileItem
FilesListPanel. getFileItem(int index)
FileItem
FileItem. makeDragProxy()
Methods in org.pentaho.mantle.client.solutionbrowser.filelist that return types with arguments of type FileItem Modifier and Type Method Description List<FileItem>
FilesListPanel. getAllFileItems()
List<FileItem>
FilesListPanel. getSelectedFileItems()
Methods in org.pentaho.mantle.client.solutionbrowser.filelist with parameters of type FileItem Modifier and Type Method Description int
FilesListPanel. getFileItemIndex(FileItem fileItem)
void
IFileItemListener. itemSelected(FileItem item)
Method parameters in org.pentaho.mantle.client.solutionbrowser.filelist with type arguments of type FileItem Modifier and Type Method Description void
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 Modifier and Type Method Description void
IFrameTabPanel. setFileInfo(FileItem item)
-
Uses of FileItem in org.pentaho.mantle.client.solutionbrowser.toolbars
Methods in org.pentaho.mantle.client.solutionbrowser.toolbars with parameters of type FileItem Modifier and Type Method Description void
FilesToolbar. itemSelected(FileItem item)
-
Uses of FileItem in org.pentaho.mantle.client.ui.tabs
Methods in org.pentaho.mantle.client.ui.tabs with parameters of type FileItem Modifier and Type Method Description void
MantleTabPanel. setFileInfoInFrame(FileItem selectedFileItem)
Store representation of file in the frame for reference later when save is called
-