The methods of the Heading class are listed below. For a complete list of Heading class members, see the Heading Members topic.
AddValidator (inherited from AbstractControl) | Adds a validator for this control. |
Configure (inherited from AbstractControl) | Reads the control name, data name, default value, and display attributes for this control. |
CurrentValue (inherited from AbstractControl) | 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 (inherited from AbstractControl) | Returns a label with the help text for this control. |
IsDisplayable (inherited from AbstractControl) | Determines if this control is displayable given the current data context. Returns TRUE if there is no display rule for this control. |
IsReadOnly (inherited from AbstractControl) | Determines if the control is read-only using the ReadOnly rules and the current data context. |
LabelControl (inherited from AbstractControl) | 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 an empty/null array of controls. |
RemoveValidator (inherited from AbstractControl) | Removes a specific validator from this control. |
ToHtml | Returns no HTML for this control |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Validate (inherited from AbstractControl) | 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 (inherited from AbstractControl) | 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 (inherited from AbstractControl) | 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. |
Heading Class | Portrate.Interview.View.Controls Namespace