Package org.pentaho.mantle.client.ui.xul
Class JsPerspective
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- org.pentaho.mantle.client.ui.xul.JsPerspective
-
public class JsPerspective extends com.google.gwt.core.client.JavaScriptObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
JsPerspective()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContentUrl()
String
getId()
String
getLayoutPriority()
com.google.gwt.core.client.JsArray<JsXulOverlay>
getOverlays()
com.google.gwt.core.client.JsArrayString
getRequiredSecurityActions()
String
getResourceBundleUri()
String
getTitle()
static com.google.gwt.core.client.JsArray<JsPerspective>
parseJson(String json)
-
-
-
Method Detail
-
getId
public final String getId()
-
getTitle
public final String getTitle()
-
getResourceBundleUri
public final String getResourceBundleUri()
-
getContentUrl
public final String getContentUrl()
-
getLayoutPriority
public final String getLayoutPriority()
-
getOverlays
public final com.google.gwt.core.client.JsArray<JsXulOverlay> getOverlays()
-
getRequiredSecurityActions
public final com.google.gwt.core.client.JsArrayString getRequiredSecurityActions()
-
parseJson
public static final com.google.gwt.core.client.JsArray<JsPerspective> parseJson(String json)
-
-