public class UserSummary extends DataClass
ListGrid.canAddSummaryFields behavior.factoryCreated, factoryProperties, readOnly| Constructor and Description | 
|---|
UserSummary()  | 
UserSummary(com.google.gwt.core.client.JavaScriptObject jsObj)  | 
UserSummary(java.lang.String text)  | 
UserSummary(java.lang.String text,
           java.util.Map summaryVars)  | 
| Modifier and Type | Method and Description | 
|---|---|
static UserSummary | 
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)  | 
java.util.Map | 
getSummaryVars()
Map from the all-capital letter names used as summary variables in the  
UserSummary
 String to the fieldNames these variables should represent in the context where the summary is evaluated. | 
java.lang.String | 
getText()
Summary to be evaluated. 
 | 
void | 
setSummaryVars(java.util.Map summaryVars)
Map from the all-capital letter names used as summary variables in the  
UserSummary
 String to the fieldNames these variables should represent in the context where the summary is evaluated. | 
void | 
setText(java.lang.String text)
Summary to be evaluated. 
 | 
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getReadOnly, isFactoryCreated, logConfiguration, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated, setReadOnlypublic UserSummary()
public UserSummary(com.google.gwt.core.client.JavaScriptObject jsObj)
public UserSummary(java.lang.String text)
public UserSummary(java.lang.String text,
                   java.util.Map summaryVars)
public static UserSummary getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setSummaryVars(java.util.Map summaryVars)
UserSummary
 String to the fieldNames these variables should represent in the context where the summary is evaluated.summaryVars - Default value is nullpublic java.util.Map getSummaryVars()
UserSummary
 String to the fieldNames these variables should represent in the context where the summary is evaluated.public void setText(java.lang.String text)
summaryVars.text - Default value is nullpublic java.lang.String getText()
summaryVars.