Uses of Class
org.pentaho.mantle.client.usersettings.JsSetting
-
Packages that use JsSetting Package Description org.pentaho.mantle.client.events org.pentaho.mantle.client.ui.xul org.pentaho.mantle.client.usersettings -
-
Uses of JsSetting in org.pentaho.mantle.client.events
Methods in org.pentaho.mantle.client.events that return types with arguments of type JsSetting Modifier and Type Method Description com.google.gwt.core.client.JsArray<JsSetting>
UserSettingsLoadedEvent. getSettings()
Method parameters in org.pentaho.mantle.client.events with type arguments of type JsSetting Modifier and Type Method Description void
UserSettingsLoadedEvent. setSettings(com.google.gwt.core.client.JsArray<JsSetting> settings)
Constructor parameters in org.pentaho.mantle.client.events with type arguments of type JsSetting Constructor Description UserSettingsLoadedEvent(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 JsSetting Modifier and Type Method Description void
MantleController. 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 JsSetting Modifier and Type Method Description static com.google.gwt.core.client.JsArray<JsSetting>
JsSetting. parseSettingsJson(String json)
Method parameters in org.pentaho.mantle.client.usersettings with type arguments of type JsSetting Modifier and Type Method Description void
UserSettingsManager. getUserSettings(com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.core.client.JsArray<JsSetting>> callback, boolean forceReload)
-