DhCheckBox Methods

Overview | This Package | All Packages

DhCheckBox Methods

Constructors Description
DhCheckBox Creates a check box control.

Methods Description
addOnCheckedChange Assigns a delegate to the checkedChange 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 checked state of the check box.

getEnabled Retrieves the enabled state of the check box.

getSubmitName Retrieves the current NAME attribute for this check box.

getSubmitValue Retrieves the submit value for this check box.

getText Retrieves the current text label for the check box.

getTextAlign Retrieves the current alignment.

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

removeOnGotFocus Removes the delegate that is assigned to 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 checked state of the check box.

setEnabled Sets the enabled state of the check box.

setSubmitName Sets the HTTP submit name for this check box.

setSubmitValue Sets the HTTP submit value for this check box.

setText Sets the text label for the check box.

setTextAlign Sets the current alignment.