public class SolutionBrowserPanel
extends com.google.gwt.user.client.ui.HorizontalPanel
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
com.google.gwt.user.client.ui.HasHorizontalAlignment.AutoHorizontalAlignmentConstant, com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant
Modifier and Type | Field and Description |
---|---|
com.google.gwt.user.client.Command |
toggleShowHideFilesCommand |
com.google.gwt.user.client.Command |
toggleUseDescriptionCommand |
Modifier and Type | Method and Description |
---|---|
void |
addFavorite(String fileNameWithPath,
String title) |
void |
addRecent(String fileNameWithPath,
String title) |
void |
adjustContentPanelSize() |
void |
editFile() |
void |
editFile(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile file) |
void |
executeActionSequence(FileCommand.COMMAND mode) |
MantleTabPanel |
getContentTabPanel() |
com.allen_sauer.gwt.dnd.client.PickupDragController |
getDragController() |
List<String> |
getExecutableFileExtensions() |
void |
getFile(String solutionPath,
SolutionFileHandler handler) |
FilesListPanel |
getFilesListPanel() |
static SolutionBrowserPanel |
getInstance() |
String |
getPath() |
SolutionTree |
getSolutionTree() |
protected void |
initializeExecutableFileTypes() |
boolean |
isAdministrator() |
boolean |
isNavigatorShowing() |
boolean |
isScheduler() |
boolean |
isSupportedExtension(String extension) |
void |
openFile(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile repositoryFile,
FileCommand.COMMAND mode) |
void |
openFile(String fileNameWithPath,
FileCommand.COMMAND mode) |
void |
openFile(String fileNameWithPath,
String mode) |
static String |
pathToId(String path) |
void |
removeFavorite(String fileNameWithPath) |
void |
removeRecent(String fileNameWithPath) |
void |
setAdministrator(boolean isAdministrator) |
void |
setDashboardsFilter(com.google.gwt.core.client.JsArrayString filters) |
void |
setDeepLinkUrl(String fileNameWithPath) |
void |
setDragController(com.allen_sauer.gwt.dnd.client.PickupDragController dragController) |
void |
setNavigatorShowing(boolean showSolutionBrowser) |
void |
setScheduler(boolean isScheduler) |
void |
showPluginError(String filename) |
add, getHorizontalAlignment, getVerticalAlignment, insert, insert, onEnsureDebugId, remove, setHorizontalAlignment, setVerticalAlignment
getBody, getSpacing, getTable, setBorderWidth, setCellHeight, setCellHeight, setCellHorizontalAlignment, setCellHorizontalAlignment, setCellHorizontalAlignment, setCellVerticalAlignment, setCellVerticalAlignment, setCellVerticalAlignment, setCellWidth, setCellWidth, setSpacing
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove
add, adopt, adopt, clear, disown, doAttachChildren, doDetachChildren, orphan, remove
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getWidgetIndex
getWidget, getWidgetCount, getWidgetIndex, remove
forEach, spliterator
public com.google.gwt.user.client.Command toggleShowHideFilesCommand
public com.google.gwt.user.client.Command toggleUseDescriptionCommand
public static SolutionBrowserPanel getInstance()
public void adjustContentPanelSize()
public void showPluginError(String filename)
public boolean isSupportedExtension(String extension)
public void setDashboardsFilter(com.google.gwt.core.client.JsArrayString filters)
public void getFile(String solutionPath, SolutionFileHandler handler)
public void openFile(String fileNameWithPath, FileCommand.COMMAND mode)
public void openFile(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile repositoryFile, FileCommand.COMMAND mode)
public void removeRecent(String fileNameWithPath)
public void removeFavorite(String fileNameWithPath)
public void setDeepLinkUrl(String fileNameWithPath)
protected void initializeExecutableFileTypes()
public void editFile(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile file)
public void editFile()
public void executeActionSequence(FileCommand.COMMAND mode)
public MantleTabPanel getContentTabPanel()
public boolean isAdministrator()
public void setAdministrator(boolean isAdministrator)
public boolean isScheduler()
public void setScheduler(boolean isScheduler)
public boolean isNavigatorShowing()
public void setNavigatorShowing(boolean showSolutionBrowser)
public SolutionTree getSolutionTree()
public FilesListPanel getFilesListPanel()
public com.allen_sauer.gwt.dnd.client.PickupDragController getDragController()
public void setDragController(com.allen_sauer.gwt.dnd.client.PickupDragController dragController)
public String getPath()
Copyright © 2021 Hitachi Vantara. All rights reserved.