Package com.smartgwt.client.docs
Interface FieldName
- All Superinterfaces:
Identifier
Name for a field.
Must be unique across all fields of its containing field container as well as a valid JavaScript identifier, as specified by ECMA-262 Section 7.6.
Note: The StringUtil.isValidID() function can be used to test whether a name is a valid JavaScript identifier.