Package com.smartgwt.client.docs
Interface Identifier
- All Known Subinterfaces:
FieldName
,GlobalId
,NotifyType
,TabName
public interface Identifier
A string which is a valid Java and 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.