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 protectedJsCreateNewConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionUrl()StringgetEnabledUrl()StringgetLabel()StringgetName()intgetPriority()StringgetTabName()StringgetValue()
-
-
-
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()
-
-