Search in sources :

Example 6 with SolutionFileInfo

use of org.pentaho.mantle.client.objects.SolutionFileInfo in project pentaho-platform by pentaho.

the class SaveCommand method persistFileInfoInFrame.

private void persistFileInfoInFrame() {
    SolutionFileInfo fileInfo = new SolutionFileInfo();
    fileInfo.setName(this.name);
    fileInfo.setPath(this.path);
    fileInfo.setType(this.type);
    SolutionBrowserPanel.getInstance().getContentTabPanel().getCurrentFrame().setFileInfo(fileInfo);
}
Also used : SolutionFileInfo(org.pentaho.mantle.client.objects.SolutionFileInfo)

Aggregations

SolutionFileInfo (org.pentaho.mantle.client.objects.SolutionFileInfo)6 IFrameTabPanel (org.pentaho.mantle.client.solutionbrowser.tabs.IFrameTabPanel)2 JsArrayString (com.google.gwt.core.client.JsArrayString)1 NodeList (com.google.gwt.dom.client.NodeList)1 Element (com.google.gwt.user.client.Element)1 Label (com.google.gwt.user.client.ui.Label)1 VerticalPanel (com.google.gwt.user.client.ui.VerticalPanel)1 Widget (com.google.gwt.user.client.ui.Widget)1 ArrayList (java.util.ArrayList)1 List (java.util.List)1 IDialogCallback (org.pentaho.gwt.widgets.client.dialogs.IDialogCallback)1 PromptDialogBox (org.pentaho.gwt.widgets.client.dialogs.PromptDialogBox)1 ShareFileCommand (org.pentaho.mantle.client.commands.ShareFileCommand)1 SolutionBrowserCloseEvent (org.pentaho.mantle.client.events.SolutionBrowserCloseEvent)1 ContentTypePlugin (org.pentaho.mantle.client.solutionbrowser.PluginOptionsHelper.ContentTypePlugin)1 FileItem (org.pentaho.mantle.client.solutionbrowser.filelist.FileItem)1 CustomFrame (org.pentaho.mantle.client.solutionbrowser.tabs.IFrameTabPanel.CustomFrame)1