Uses of Class
org.pentaho.mantle.client.usersettings.JsSetting
Packages that use JsSetting
Package
Description
-
Uses of JsSetting in org.pentaho.mantle.client.events
Methods in org.pentaho.mantle.client.events that return types with arguments of type JsSettingModifier and TypeMethodDescriptioncom.google.gwt.core.client.JsArray<JsSetting>UserSettingsLoadedEvent.getSettings()Method parameters in org.pentaho.mantle.client.events with type arguments of type JsSettingModifier and TypeMethodDescriptionvoidUserSettingsLoadedEvent.setSettings(com.google.gwt.core.client.JsArray<JsSetting> settings) Constructor parameters in org.pentaho.mantle.client.events with type arguments of type JsSettingModifierConstructorDescriptionUserSettingsLoadedEvent(com.google.gwt.core.client.JsArray<JsSetting> settings) -
Uses of JsSetting in org.pentaho.mantle.client.ui.xul
Method parameters in org.pentaho.mantle.client.ui.xul with type arguments of type JsSettingModifier and TypeMethodDescriptionvoidMantleController.processSettings(com.google.gwt.core.client.JsArray<JsSetting> settings) -
Uses of JsSetting in org.pentaho.mantle.client.usersettings
Methods in org.pentaho.mantle.client.usersettings that return types with arguments of type JsSettingModifier and TypeMethodDescriptionstatic final com.google.gwt.core.client.JsArray<JsSetting>JsSetting.parseSettingsJson(String json) Method parameters in org.pentaho.mantle.client.usersettings with type arguments of type JsSettingModifier and TypeMethodDescriptionvoidUserSettingsManager.getUserSettings(com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.core.client.JsArray<JsSetting>> callback, boolean forceReload)