Searched refs:RadioButton (Results 1 – 17 of 17) sorted by relevance
3 import android.widget.RadioButton;18 RadioButton radioButton = new RadioButton(null); in canBeExplicitlyChecked()30 RadioButton radioButton = new RadioButton(null); in canBeToggledBetweenCheckedState()42 RadioButton radioButton = new RadioButton(null); in canBeClickedToToggleCheckedState()54 RadioButton radioButton1 = new RadioButton(null); in shouldInformRadioGroupThatItIsChecked()56 RadioButton radioButton2 = new RadioButton(null); in shouldInformRadioGroupThatItIsChecked()
7 import com.google.gwt.user.client.ui.RadioButton;15 private Vector<RadioButton> buttons;34 RadioButton radioButton = new RadioButton(name, label); in addRadioButon()58 selected = Integer.parseInt(((RadioButton) event.getSource()).getFormValue()); in onValueChange()
17 import com.google.gwt.user.client.ui.RadioButton;35 private RadioButton noNormalizeMultiple =36 new RadioButton("normalize", "No normalization (multiple subplots)");37 private RadioButton noNormalizeSingle =38 new RadioButton("normalize", "No normalization (single plot)");39 private RadioButton normalizeFirst = new RadioButton("normalize", "First data point");40 private RadioButton normalizeSeries = new RadioButton("normalize", "Specified series:");42 private RadioButton normalizeX = new RadioButton("normalize", "Specified X-axis value:");
17 import com.google.gwt.user.client.ui.RadioButton;76 private RadioButton all;77 private RadioButton any;89 all = new RadioButton("booleanOp" + id, "all of"); in FilterSelector()90 any = new RadioButton("booleanOp" + id, "any of"); in FilterSelector()
17 import com.google.gwt.user.client.ui.RadioButton;27 private RadioButton allUsersRadio, selectUserRadio;33 allUsersRadio = new RadioButton(radioGroupName, "All users"); in JobOwnerFilter()34 selectUserRadio = new RadioButton(radioGroupName); in JobOwnerFilter()
5 import com.google.gwt.user.client.ui.RadioButton;10 public static class RadioButtonImpl extends RadioButton implements IRadioButton {
22 GetType() == CPDF_FormField::RadioButton); in GetOnStateName()41 GetType() == CPDF_FormField::RadioButton); in SetOnStateName()84 GetType() == CPDF_FormField::RadioButton); in GetCheckedAPState()86 if (GetType() == CPDF_FormField::RadioButton || in GetCheckedAPState()99 GetType() == CPDF_FormField::RadioButton); in GetExportValue()101 if (GetType() == CPDF_FormField::RadioButton || in GetExportValue()117 GetType() == CPDF_FormField::RadioButton); in IsChecked()124 GetType() == CPDF_FormField::RadioButton); in IsDefaultChecked()135 GetType() == CPDF_FormField::RadioButton); in CheckControl()
48 m_Type = RadioButton; in SyncFieldFlags()104 case CPDF_FormField::RadioButton: { in ResetField()225 case RadioButton: in GetFieldType()285 if (GetType() == CheckBox || GetType() == RadioButton) { in GetValue()325 case RadioButton: { in SetValue()671 if (m_Type == RadioButton || m_Type == CheckBox) { in UpdateAP()808 ASSERT(GetType() == CheckBox || GetType() == RadioButton); in CheckControl()871 ASSERT(GetType() == CheckBox || GetType() == RadioButton); in GetCheckValue()892 ASSERT(GetType() == CheckBox || GetType() == RadioButton); in SetCheckValue()
1084 pField->GetType() == CPDF_FormField::RadioButton) { in ExportToFDF()
4 import android.widget.RadioButton;13 @Implements(RadioButton.class)
62 RadioButton rb = sender as RadioButton; in RadioButton_Checked()
74 RadioButton rb = sender as RadioButton; in RadioButton_Checked()
67 return web_elements.RadioButton(self._driver, element_id, name)
116 class RadioButton(WebElements): class
81 class JetRadioButton(wx.RadioButton):84 wx.RadioButton.__init__(self, parent, id=id, label=label, pos=pos, size=size)93 wx.RadioButton.SetValue(self, val)95 wx.RadioButton.SetValue(self, val)97 wx.RadioButton.SetValue(self, False)
337 .radio-chooser .gwt-RadioButton {
725 RadioButton, enumerator