Class SolutionBrowserPanel
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.ComplexPanel
com.google.gwt.user.client.ui.CellPanel
com.google.gwt.user.client.ui.HorizontalPanel
org.pentaho.mantle.client.solutionbrowser.SolutionBrowserPanel
- All Implemented Interfaces:
 com.google.gwt.event.logical.shared.HasAttachHandlers,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.EventListener,com.google.gwt.user.client.ui.HasAlignment,com.google.gwt.user.client.ui.HasHorizontalAlignment,com.google.gwt.user.client.ui.HasVerticalAlignment,com.google.gwt.user.client.ui.HasVisibility,com.google.gwt.user.client.ui.HasWidgets,com.google.gwt.user.client.ui.HasWidgets.ForIsWidget,com.google.gwt.user.client.ui.IndexedPanel,com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget,com.google.gwt.user.client.ui.InsertPanel,com.google.gwt.user.client.ui.InsertPanel.ForIsWidget,com.google.gwt.user.client.ui.IsWidget,Iterable<com.google.gwt.user.client.ui.Widget>
public class SolutionBrowserPanel
extends com.google.gwt.user.client.ui.HorizontalPanel
- 
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabledNested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignment
com.google.gwt.user.client.ui.HasHorizontalAlignment.AutoHorizontalAlignmentConstant, com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstantNested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasVerticalAlignment
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstantNested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets
com.google.gwt.user.client.ui.HasWidgets.ForIsWidgetNested classes/interfaces inherited from interface com.google.gwt.user.client.ui.IndexedPanel
com.google.gwt.user.client.ui.IndexedPanel.ForIsWidgetNested classes/interfaces inherited from interface com.google.gwt.user.client.ui.InsertPanel
com.google.gwt.user.client.ui.InsertPanel.ForIsWidget - 
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gwt.user.client.Commandcom.google.gwt.user.client.CommandFields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIXFields inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignment
ALIGN_CENTER, ALIGN_DEFAULT, ALIGN_JUSTIFY, ALIGN_LEFT, ALIGN_LOCALE_END, ALIGN_LOCALE_START, ALIGN_RIGHTFields inherited from interface com.google.gwt.user.client.ui.HasVerticalAlignment
ALIGN_BOTTOM, ALIGN_MIDDLE, ALIGN_TOP - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddFavorite(String fileNameWithPath, String title) voidvoidvoideditFile()voideditFile(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile file) voidcom.allen_sauer.gwt.dnd.client.PickupDragControllervoidgetFile(String solutionPath, SolutionFileHandler handler) static SolutionBrowserPanelgetPath()protected voidbooleanbooleanbooleanbooleanisSupportedExtension(String extension) voidvoidopenFile(String fileNameWithPath, FileCommand.COMMAND mode) voidopenFile(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile repositoryFile, FileCommand.COMMAND mode) static StringvoidremoveFavorite(String fileNameWithPath) voidremoveRecent(String fileNameWithPath) voidsetAdministrator(boolean isAdministrator) voidsetDashboardsFilter(com.google.gwt.core.client.JsArrayString filters) voidsetDeepLinkUrl(String fileNameWithPath) voidsetDragController(com.allen_sauer.gwt.dnd.client.PickupDragController dragController) voidsetNavigatorShowing(boolean showSolutionBrowser) voidsetScheduler(boolean isScheduler) voidshowPluginError(String filename) Methods inherited from class com.google.gwt.user.client.ui.HorizontalPanel
add, getHorizontalAlignment, getVerticalAlignment, insert, insert, onEnsureDebugId, remove, setHorizontalAlignment, setVerticalAlignmentMethods inherited from class com.google.gwt.user.client.ui.CellPanel
getBody, getSpacing, getTable, setBorderWidth, setCellHeight, setCellHeight, setCellHorizontalAlignment, setCellHorizontalAlignment, setCellHorizontalAlignment, setCellHorizontalAlignment, setCellVerticalAlignment, setCellVerticalAlignment, setCellVerticalAlignment, setCellVerticalAlignment, setCellWidth, setCellWidth, setSpacingMethods inherited from class com.google.gwt.user.client.ui.ComplexPanel
add, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, removeMethods inherited from class com.google.gwt.user.client.ui.Panel
add, adopt, clear, doAttachChildren, doDetachChildren, orphan, removeMethods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsMethods inherited from class com.google.gwt.user.client.ui.UIObject
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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.gwt.user.client.ui.IndexedPanel
getWidget, getWidgetCount, getWidgetIndex, removeMethods inherited from interface com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget
getWidgetIndexMethods inherited from interface com.google.gwt.user.client.ui.InsertPanel.ForIsWidget
addMethods inherited from interface java.lang.Iterable
forEach, spliterator 
- 
Field Details
- 
toggleShowHideFilesCommand
public com.google.gwt.user.client.Command toggleShowHideFilesCommand - 
toggleUseDescriptionCommand
public com.google.gwt.user.client.Command toggleUseDescriptionCommand 
 - 
 - 
Method Details
- 
getInstance
 - 
adjustContentPanelSize
public void adjustContentPanelSize() - 
showPluginError
 - 
isSupportedExtension
 - 
setDashboardsFilter
public void setDashboardsFilter(com.google.gwt.core.client.JsArrayString filters)  - 
pathToId
 - 
getExecutableFileExtensions
 - 
openFile
 - 
getFile
 - 
openFile
 - 
openFile
public void openFile(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile repositoryFile, FileCommand.COMMAND mode)  - 
addRecent
 - 
removeRecent
 - 
addFavorite
 - 
removeFavorite
 - 
setDeepLinkUrl
 - 
initializeExecutableFileTypes
protected void initializeExecutableFileTypes() - 
editFile
public void editFile(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile file)  - 
editFile
public void editFile() - 
executeActionSequence
 - 
getContentTabPanel
 - 
isAdministrator
public boolean isAdministrator() - 
setAdministrator
public void setAdministrator(boolean isAdministrator)  - 
isScheduler
public boolean isScheduler() - 
setScheduler
public void setScheduler(boolean isScheduler)  - 
getSolutionTree
 - 
getFilesListPanel
 - 
getDragController
public com.allen_sauer.gwt.dnd.client.PickupDragController getDragController() - 
setDragController
public void setDragController(com.allen_sauer.gwt.dnd.client.PickupDragController dragController)  - 
getPath
 
 -