TOC : OZ e-Form Extension > OZ e-Form JavaScript API > InputGroup > RadioButtonGroup >

 

Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : OZ e-Form Extension > OZ e-Form JavaScript API > InputGroup > RadioButtonGroup >

 

Method

 

 

Name

Description

GetDataSetValue

Gets the data value of the given field.

GetDescription

Gets descriptions.

GetFormID

Gets the FormID.

GetInputComponent

Gets the Input Component, Label and FixedTableLabel.

GetInputNumberValue

Gets value of Input Component, Label and FixedTableLabel in double format.

GetInputType

Gets input type of the component.

GetInputValue

Gets the value of Input Component, Label and FixedTableLabel.

GetMultiscreenEnableType

Gets the enable type in a multi-screen environment.

GetMultiscreenVisibleType

Gets the visible type in a multi-screen environment.

GetName

Gets the name.

GetRadioButtons

Gets the FormID of RadioButton grouped to RadioBottomGroup.

GetReportTemplate

Gets the report template.

GetTag

Gets the Tag.

GetTooltipText

Gets the tooltip text.

GetUnCheckedValue

Gets the UnChckedValue.

GetUserValue

Gets the user defined value.

GetValue

Gets the value.

IsDataSetValueNull

Indicates whether the field value is null.

IsEnable

Indicates whether the component is enabled.

IsMultiSelectable

Gets whether the component is multiselectable.

IsRequired

Indicates whether the value of Required option to be True or False.

IsSendable

Gets whether the transfer possible.

IsUnCheckable

Gets whether to allow unchecking a RadioButton in a RadioButtonGroup or not.

SetDescription

Sets descriptions.

SetEnable

Sets whether to enable the component.

SetFormID

Sets the form ID.

SetInputValue

Sets the value of Input Component, Label and FixedTableLabel.

SetMultiscreenEnableType

Sets the enable type in a multi-screen environment.

SetMultiscreenVisibleType

Sets the visible type in a multi-screen environment.

SetMultiSelectable

Sets whether the component is multiselectable.

SetRequired

Sets whether the value of Required option to be True or False.

SetSendable

Sets whether the transfer possible.

SetTag

Sets the Tag.

SetUnCheckable

Sets whether to allow unchecking a RadioButton in a RadioButtonGroup or not.

SetTooltipText

Sets the tooltip text.

SetUncheckedValue

Sets the UncheckedValue.

SetUserValue

Assigns a user defined value to the user value.

SetValue

Sets the value.