List of usage examples for com.google.gwt.ajaxloader.client Properties create
public static Properties create()
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 w w . j av a 2s . co 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; }