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 Summary
Fields inherited from class com.smartgwt.client.core.RefDataClass
id
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Name of this field.static DBCField
getOrCreateRef
(JavaScriptObject jsObj) Name of this field.Methods inherited from class com.smartgwt.client.data.Field
getCanEdit, getCanExport, getEscapeHTML, getExportTitle, getMultiple, getSortByField, getTitle, getValueMap, setCanEdit, setCanExport, setEscapeHTML, setExportTitle, setMultiple, setRequired, setSortByField, setTitle, setValueMap
Methods inherited from class com.smartgwt.client.core.RefDataClass
getRef, getRef, internalSetID
Methods inherited from class com.smartgwt.client.core.DataClass
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, setFactoryCreated
-
Constructor Details
-
DBCField
public DBCField() -
DBCField
-
-
Method Details
-
getOrCreateRef
-
setName
Name of this field. Must be unique within theDataBoundComponent
as well as a valid JavaScript identifier. SeeFieldName
for 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.
-
getName
Name of this field. Must be unique within theDataBoundComponent
as well as a valid JavaScript identifier. SeeFieldName
for 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.
-