array separete by comme gwt - separa x comas y convertir a array

varios - recorre un string x comas convertir a array.txt


array separete by comme gwt

             
                //private java.util.ArrayList<String> xlist          = new java.util.ArrayList<String>(1000);
              
                String idents[] = x_list_chart.split( "," );
              
                for (int i =0 ; i < idents.length ;i++){
                  
                           com.google.gwt.user.client.Window.alert( idents.length+  idents[i].toString() );
                }   

separa x comas y convertir a array

Comments

Popular posts from this blog

how to access the DOM gwt smartclient

smart gwt allow only numbers in textfield