7 namespace MonoDroid.Dialog
12 internal int RadioIdx;
25 public override View
GetView(Context context, View convertView, ViewGroup parent)
28 throw new Exception(
"The RootElement's Group is null or is not a RadioGroup");
30 return base.GetView(context, convertView, parent);
override View GetView(Context context, View convertView, ViewGroup parent)
Overriden my most derived classes, creates a view that creates a View with the contents for display ...
RadioElement(string caption)
override string Summary()
Returns a summary of the value represented by this object, suitable for rendering as the result of a ...
RadioElement(string caption, string group)
Used by root elements to fetch information when they need to render a summary (Checkbox count or sele...
Captures the information about mutually exclusive elements in a RootElement