Class JsCreateNewConfig
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- org.pentaho.mantle.client.objects.JsCreateNewConfig
-
public class JsCreateNewConfig extends com.google.gwt.core.client.JavaScriptObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
JsCreateNewConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActionUrl()
String
getEnabledUrl()
String
getLabel()
String
getName()
int
getPriority()
String
getTabName()
String
getValue()
-
-
-
Method Detail
-
getName
public final String getName()
-
getValue
public final String getValue()
-
getPriority
public final int getPriority()
-
getLabel
public final String getLabel()
-
getTabName
public final String getTabName()
-
getActionUrl
public final String getActionUrl()
-
getEnabledUrl
public final String getEnabledUrl()
-
-