The methods of the AbstractControl class are listed below. For a complete list of AbstractControl class members, see the AbstractControl Members topic.
AddValidator | Adds a validator for this control. |
Configure | Reads the control name, data name, default value, and display attributes for this control. |
CurrentValue | Gets the current value for this control as determined by its data name and the current data context. The default value is treated like a variable reference if it starts with the '@' character. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
HelpControl | Returns a label with the help text for this control. |
IsDisplayable | Determines if this control is displayable given the current data context. Returns TRUE if there is no display rule for this control. |
IsReadOnly | Determines if the control is read-only using the ReadOnly rules and the current data context. |
LabelControl | Constructs the UI control for the label on this control. NULL is returned if no label is defined. The ID of the lable is constructed from the control name and the suffix "_label". |
MakeWebControls | Returns a UI control for this control. |
RemoveValidator | Removes a specific validator from this control. |
ToHtml | Outputs the HTML for the rendered control. Uses the HTML controls created with MakeWebControls and renders them to a string. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Validate | Runs the validators for this control and returns a list of validation messages, or else an empty list if no validation rules are triggered. |
CreateLabel | Creates a new LiteralControl with a wrapper FONT tag that specifies the given css class. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
GetNodeTextValue | Reads CDATA and non-CDATA sections from the given node and returns the value, or else the default value. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
AbstractControl Class | Portrate.Interview.View.Controls Namespace