public class DBCField extends Field
DataBoundComponent
.ListGridField
,
DetailViewerField
id
factoryCreated, factoryProperties
Constructor and Description |
---|
DBCField() |
DBCField(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Name of this field.
|
static DBCField |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
DBCField |
setName(java.lang.String name)
Name of this field.
|
getCanEdit, getCanExport, getEscapeHTML, getExportTitle, getMultiple, getSortByField, getTitle, getValueMap, setCanEdit, setCanExport, setEscapeHTML, setExportTitle, setMultiple, setRequired, setSortByField, setTitle, setValueMap
getRef, getRef, internalSetID
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
public DBCField()
public DBCField(com.google.gwt.core.client.JavaScriptObject jsObj)
public static DBCField getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public DBCField setName(java.lang.String name)
DataBoundComponent
as well as a valid
JavaScript identifier. See FieldName
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.
public java.lang.String getName()
DataBoundComponent
as well as a valid
JavaScript identifier. See FieldName
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.