DhRadioButton Methods

Overview | This Package | All Packages

DhRadioButton Methods

Constructors Description
DhRadioButton Creates a DhRadioButton object.

Methods Description
addOnCheckedChange Assigns a delegate to the change event.

addOnGotFocus Assigns a delegate to the gotFocus event. 

addOnLostFocus Assigns a delegate to the lostFocus event.

addOnResize Assigns a delegate to the resize event.

addOnSelect Assigns a delegate to the select event.

focus Sets the input focus to this control.

getChecked Retrieves the selected state of the radio button.

getEnabled Retrieves the enabled state of the button.

getName Retrieves the name of the button.

getSubmitName Retrieves the submit name for this radio button control.

getSubmitValue Retrieves the submit value for this radio button control.

getText Retrieves the current text label for the radio button.

getTextAlign Retrieves the current alignment.

removeOnCheckedChange Removes the delegate that is assigned to the change event.

removeOnGotFocus Removes the handler for the gotFocus event.

removeOnLostFocus Removes the delegate that is assigned to the lostFocus event.

removeOnResize Removes the delegate that is assigned to the resize event.

removeOnSelect Removes the delegate that is assigned to the select event.

setChecked Sets the selected state of the radio button.

setEnabled Sets the enabled state of the button.

setName Sets the name of the button.

setSubmitName Sets the submit name for this radio button.

setSubmitValue Sets the submit value for this radio button.

setText Sets the text label of the button.

setTextAlign Sets the current alignment.