Package org.pentaho.mantle.client.ui.xul
Class MantleModel
- java.lang.Object
 - 
- org.pentaho.ui.xul.XulEventSourceAdapter
 - 
- org.pentaho.mantle.client.ui.xul.MantleModel
 
 
 
- 
- All Implemented Interfaces:
 com.google.gwt.event.shared.EventHandler,SolutionBrowserCloseEventHandler,SolutionBrowserDeselectEventHandler,SolutionBrowserOpenEventHandler,SolutionBrowserSelectEventHandler,SolutionBrowserUndefinedEventHandler,org.pentaho.ui.xul.XulEventSource
public class MantleModel extends org.pentaho.ui.xul.XulEventSourceAdapter implements SolutionBrowserOpenEventHandler, SolutionBrowserCloseEventHandler, SolutionBrowserSelectEventHandler, SolutionBrowserDeselectEventHandler, SolutionBrowserUndefinedEventHandler
 
- 
- 
Constructor Summary
Constructors Constructor Description MantleModel(MantleXul main) 
- 
Method Summary
 
 - 
 
- 
- 
Constructor Detail
- 
MantleModel
public MantleModel(MantleXul main)
 
 - 
 
- 
Method Detail
- 
isPropertiesEnabled
public boolean isPropertiesEnabled()
 
- 
setPropertiesEnabled
public void setPropertiesEnabled(Boolean enabled)
 
- 
isSaveEnabled
public boolean isSaveEnabled()
 
- 
setSaveEnabled
public void setSaveEnabled(Boolean enabled)
 
- 
isSaveAsEnabled
public boolean isSaveAsEnabled()
 
- 
setSaveAsEnabled
public void setSaveAsEnabled(Boolean enabled)
 
- 
setPrintVisible
public void setPrintVisible(Boolean visible)
 
- 
isPrintVisible
public boolean isPrintVisible()
 
- 
executePropertiesCommand
public void executePropertiesCommand()
 
- 
executeSaveCommand
public void executeSaveCommand()
 
- 
executeSaveAsCommand
public void executeSaveAsCommand()
 
- 
executeEditContent
public void executeEditContent()
 
- 
executeShareContent
public void executeShareContent()
 
- 
executeScheduleContent
public void executeScheduleContent()
 
- 
executePrintCommand
public void executePrintCommand()
 
- 
showSchedules
public void showSchedules()
 
- 
showBrowser
public void showBrowser()
 
- 
loadSettingsPanel
public void loadSettingsPanel()
 
- 
loadUserRolesAdminPanel
public void loadUserRolesAdminPanel()
 
- 
loadEmailAdminPanel
public void loadEmailAdminPanel()
 
- 
refreshContent
public void refreshContent()
 
- 
toggleUseDescriptionsForTooltips
public void toggleUseDescriptionsForTooltips()
 
- 
toggleShowHideFiles
public void toggleShowHideFiles()
 
- 
openDocumentation
public void openDocumentation()
 
- 
openKettleStatusPage
public void openKettleStatusPage()
 
- 
setNewAnalysisEnabled
public void setNewAnalysisEnabled(Boolean enabled)
 
- 
executeOpenFileCommand
public void executeOpenFileCommand()
 
- 
openChangePasswordDialog
public void openChangePasswordDialog(MantleController controller)
 
- 
launchNewDropdownCommand
public void launchNewDropdownCommand(org.pentaho.ui.xul.components.XulToolbarbutton button)
 
- 
onUndefinedEvent
public void onUndefinedEvent(SolutionBrowserUndefinedEvent event)
- Specified by:
 onUndefinedEventin interfaceSolutionBrowserUndefinedEventHandler
 
- 
onTabOpened
public void onTabOpened(SolutionBrowserOpenEvent event)
- Specified by:
 onTabOpenedin interfaceSolutionBrowserOpenEventHandler
 
- 
onTabSelected
public void onTabSelected(SolutionBrowserSelectEvent event)
- Specified by:
 onTabSelectedin interfaceSolutionBrowserSelectEventHandler
 
- 
onTabClosed
public void onTabClosed(SolutionBrowserCloseEvent event)
- Specified by:
 onTabClosedin interfaceSolutionBrowserCloseEventHandler
 
- 
onTabDeselected
public void onTabDeselected(SolutionBrowserDeselectEvent event)
- Specified by:
 onTabDeselectedin interfaceSolutionBrowserDeselectEventHandler
 
- 
isShowBrowserSelected
public boolean isShowBrowserSelected()
 
- 
setShowBrowserSelected
public void setShowBrowserSelected(boolean showBrowserSelected)
 
- 
setContentEditEnabled
public void setContentEditEnabled(boolean enable)
 
- 
setContentEditSelected
public void setContentEditSelected(boolean selected)
 
- 
isContentEditSelected
public boolean isContentEditSelected()
 
- 
setContentEditToggled
public void setContentEditToggled()
 
- 
isContentEditEnabled
public boolean isContentEditEnabled()
 
- 
getCallback
public com.google.gwt.core.client.JavaScriptObject getCallback()
 
- 
setCallback
public void setCallback(com.google.gwt.core.client.JavaScriptObject callback)
 
- 
isShowNavigatorSelected
public boolean isShowNavigatorSelected()
 
- 
setShowNavigatorSelected
public void setShowNavigatorSelected(boolean showNavigator)
 
 - 
 
 -