Search in sources :

Example 11 with StringTokenizer

use of org.pentaho.gwt.widgets.client.utils.string.StringTokenizer in project pentaho-platform by pentaho.

the class JsCreateNewConfig method getLabel.

public final String getLabel() {
    String value = getValue();
    StringTokenizer st = new StringTokenizer(value, ',');
    return st.tokenAt(1).trim();
}
Also used : StringTokenizer(org.pentaho.gwt.widgets.client.utils.string.StringTokenizer)

Aggregations

StringTokenizer (org.pentaho.gwt.widgets.client.utils.string.StringTokenizer)11 SolutionBrowserFile (org.pentaho.mantle.client.solutionbrowser.SolutionBrowserFile)3 Request (com.google.gwt.http.client.Request)1 RequestBuilder (com.google.gwt.http.client.RequestBuilder)1 RequestCallback (com.google.gwt.http.client.RequestCallback)1 RequestException (com.google.gwt.http.client.RequestException)1 Response (com.google.gwt.http.client.Response)1 TreeItem (com.google.gwt.user.client.ui.TreeItem)1 ArrayList (java.util.ArrayList)1 Test (org.junit.Test)1 JsSetting (org.pentaho.mantle.client.usersettings.JsSetting)1 GwtMessageBox (org.pentaho.ui.xul.gwt.tags.GwtMessageBox)1