List of usage examples for com.google.gwt.ajaxloader.client Properties set
public final native void set(String key, String value) ;
From source file:org.ednovo.gooru.client.mvp.analytics.collectionSummaryTeacher.CollectionSummaryTeacherView.java
License:Open Source License
/** * This method is used to set the cell properties * @return//from w ww.ja va 2 s .c o m */ com.google.gwt.visualization.client.Properties getPropertiesCell() { Properties properties = Properties.create(); properties.set("style", "text-align:center;"); com.google.gwt.visualization.client.Properties p = properties.cast(); return p; }