java - What is the exact purpose of function addMaxValueCheck () of RoundedTextArea in GWT? -
comments = new roundedtextarea(); comments.addmaxvaluecheck(500);
the object roundedtextarea, not current gwt object.
check javadoc gwt here: http://www.gwtproject.org/javadoc/latest/
you must using other type of sdk, api, or locally developed code , thinking it's gwt.
Comments
Post a Comment