public class SummarizeValueExample extends DataClass
factoryCreated, factoryProperties| Constructor and Description | 
|---|
SummarizeValueExample()  | 
SummarizeValueExample(com.google.gwt.core.client.JavaScriptObject jsObj)  | 
| Modifier and Type | Method and Description | 
|---|---|
static SummarizeValueExample | 
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)  | 
Record | 
getRecord()
 | 
java.lang.String | 
getSummary()
The example summary of the  
value. | 
java.lang.Object | 
getValue()
The example value. 
 | 
SummarizeValueExample | 
setRecord(Record record)
 | 
SummarizeValueExample | 
setSummary(java.lang.String summary)
The example summary of the  
value. | 
SummarizeValueExample | 
setValue(java.lang.Object value)
The example value. 
 | 
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, 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, setFactoryCreatedpublic SummarizeValueExample()
public SummarizeValueExample(com.google.gwt.core.client.JavaScriptObject jsObj)
public static SummarizeValueExample getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public SummarizeValueExample setRecord(Record record)
record - New record value. Default value is nullSummarizeValueExample instance, for chaining setter callspublic Record getRecord()
public SummarizeValueExample setSummary(java.lang.String summary)
value.summary - New summary value. Default value is nullSummarizeValueExample instance, for chaining setter callspublic java.lang.String getSummary()
value.public SummarizeValueExample setValue(java.lang.Object value)
 Note: A current limitation is
 that the valueType must be TEXT (or null).
value - New value value. Default value is nullSummarizeValueExample instance, for chaining setter callspublic java.lang.Object getValue()
 Note: A current limitation is
 that the valueType must be TEXT (or null).