public class UserSummary extends DataClass
canAddSummaryFields
behavior.factoryCreated, factoryProperties
Constructor and Description |
---|
UserSummary() |
UserSummary(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(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, isFactoryCreated, 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
public UserSummary()
public UserSummary(JavaScriptObject jsObj)
public UserSummary(java.lang.String text)
public UserSummary(java.lang.String text, java.util.Map summaryVars)
public static UserSummary getOrCreateRef(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
.