public class UserSummary extends DataClass
canAddSummaryFields
behavior.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
summary 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 |
setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj) |
void |
setSummaryVars(java.util.Map summaryVars)
Map from the all-capital letter names used as summary variables in the
summary 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.
|
doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getJsObj, 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
public 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 setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setSummaryVars(java.util.Map summaryVars)
summary
String to the fieldNames these variables should represent in
the context where the summary is evaluated.summaryVars
- summaryVars Default value is nullpublic java.util.Map getSummaryVars()
summary
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
- . See String
. Default value is nullpublic java.lang.String getText()
summaryVars
.String