The methods of the BinaryComboGroup class are listed below. For a complete list of BinaryComboGroup class members, see the BinaryComboGroup Members topic.
AddValidator (inherited from AbstractControl) | Adds a validator for this control. |
Configure | |
CurrentBooleanValue (inherited from BinaryRadioGroup) | |
CurrentTextValue | |
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 | |
RemoveValidator (inherited from AbstractControl) | Removes a specific validator from this control. |
ToHtml (inherited from AbstractControl) | 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 | Overridden to perform validation on the text control. |
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. |
BinaryComboGroup Class | Portrate.Interview.View.Controls Namespace