Package com.smartgwt.client.data
Class DBCField
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.core.RefDataClass
com.smartgwt.client.data.Field
com.smartgwt.client.data.DBCField
- All Implemented Interfaces:
- HasHandlers
- Direct Known Subclasses:
- DetailViewerField,- ListGridField
Represents a field in a 
DataBoundComponent.- See Also:
- 
Field SummaryFields inherited from class com.smartgwt.client.core.RefDataClassidFields inherited from class com.smartgwt.client.core.DataClassfactoryCreated, factoryProperties
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()Name of this field.static DBCFieldgetOrCreateRef(JavaScriptObject jsObj) Name of this field.Methods inherited from class com.smartgwt.client.data.FieldgetCanEdit, getCanExport, getEscapeHTML, getExportTitle, getMultiple, getPrimaryKey, getSortByField, getTitle, getValueMap, setCanEdit, setCanExport, setEscapeHTML, setExportTitle, setMultiple, setPrimaryKey, setRequired, setSortByField, setTitle, setValueMapMethods inherited from class com.smartgwt.client.core.RefDataClassgetRef, getRef, internalSetIDMethods inherited from class com.smartgwt.client.core.DataClassapplyFactoryProperties, 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, setFactoryCreated
- 
Constructor Details- 
DBCFieldpublic DBCField()
- 
DBCField
 
- 
- 
Method Details- 
getOrCreateRef
- 
setNameName of this field. Must be unique within theDataBoundComponentas well as a valid JavaScript identifier. SeeFieldNamefor details and how to check for validity.The name of the field is also the property in each record which holds the record's value for the field. 
- 
getNameName of this field. Must be unique within theDataBoundComponentas well as a valid JavaScript identifier. SeeFieldNamefor details and how to check for validity.The name of the field is also the property in each record which holds the record's value for the field. 
 
-