FormReferenceObject Class
Syntax
class FormReferenceObject extends FormDataObject
Run On
Client
Methods
Method | Description | |
---|---|---|
allowAdd | Sets or returns the value of the allowAdd property for the form data object. (Overrides the allowAdd Method.) | |
allowEdit | Indicates whether the user can change the contents of the control. (Overrides the allowEdit Method.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
context | (Inherited from FormDataObject.) | |
dataChanged | (Inherited from FormDataObject.) | |
dataField | (Overrides the dataField Method.) | |
datasource | (Inherited from FormDataObject.) | |
enabled | Indicates whether to enable or disable the object. (Overrides the enabled Method.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
fieldId | (Inherited from FormDataObject.) | |
filter | (Inherited from FormDataObject.) | |
find | (Inherited from FormDataObject.) | |
getAllowEdit | (Inherited from FormObject.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
getValue | (Inherited from FormObject.) | |
getVisible | (Inherited from FormObject.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
helpField | Returns the Help text for the control. (Inherited from FormDataObject.) | |
jumpRef | (Inherited from FormDataObject.) | |
labelText | Returns the label text for the control. (Inherited from FormDataObject.) | |
lookup | (Inherited from FormDataObject.) | |
lookupReference | ||
mandatory | Sets or returns a value that indicates whether the data field is mandatory. (Overrides the mandatory Method.) | |
modified | Indicates that the field has been successfully validated and modified in the current record. (Inherited from FormDataObject.) | |
new | Initializes a new instance of the Object class. (Inherited from Object.) | |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) | |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
performFormLookup | (Inherited from FormDataObject.) | |
registerOverrideMethod | (Inherited from FormDataObject.) | |
resolveReference | ||
restore | (Inherited from FormDataObject.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
setValue | (Inherited from FormObject.) | |
skip | Sets or returns a value that indicates whether the control is skipped when the user presses the TAB key to move to the control that is associated with the data source. (Overrides the skip Method.) | |
toolTip | (Inherited from FormDataObject.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
validate | (Inherited from FormDataObject.) | |
visible | Sets or returns a value that indicates whether the control is visible. (Overrides the visible Method.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Inheritance Hierarchy
Object Class
FormObject Class
FormDataObject Class
FormReferenceObject Class