FileDocCategorySizeDatePackage
RadioGroup.javaAPI DocAndroid 5.1 API2982Sat Mar 14 14:09:36 GMT 2015android.widget

RadioGroup

public class RadioGroup extends android.widget.LinearLayout

Fields Summary
Constructors Summary
public RadioGroup(android.content.Context context)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public RadioGroup(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddView(android.view.View child, int index, android.view.ViewGroup.LayoutParams params)

 throw new RuntimeException("Stub!"); 
public voidcheck(int id)

 throw new RuntimeException("Stub!"); 
protected booleancheckLayoutParams(android.view.ViewGroup.LayoutParams p)

 throw new RuntimeException("Stub!"); 
public voidclearCheck()

 throw new RuntimeException("Stub!"); 
protected android.widget.LinearLayout.LayoutParamsgenerateDefaultLayoutParams()

 throw new RuntimeException("Stub!"); 
public android.widget.RadioGroup$LayoutParamsgenerateLayoutParams(android.util.AttributeSet attrs)

 throw new RuntimeException("Stub!"); 
public intgetCheckedRadioButtonId()

 throw new RuntimeException("Stub!"); 
protected voidonFinishInflate()

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event)

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info)

 throw new RuntimeException("Stub!"); 
public voidsetOnCheckedChangeListener(android.widget.RadioGroup$OnCheckedChangeListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetOnHierarchyChangeListener(android.view.ViewGroup.OnHierarchyChangeListener listener)

 throw new RuntimeException("Stub!");