Class ExpandableEditorGroup
Inherited Members
Namespace: Com.Telerik.Widget.Dataform.Visualization
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class ExpandableEditorGroup : EditorGroup, View.IOnClickListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
ExpandableEditorGroup(Context, String)
Declaration
public ExpandableEditorGroup(Context context, string groupName)
Parameters
Android.Content.Context
context
|
System.String
groupName
|
ExpandableEditorGroup(Context, String, Boolean)
Declaration
public ExpandableEditorGroup(Context context, string groupName, bool expandOnce)
Parameters
Android.Content.Context
context
|
System.String
groupName
|
System.Boolean
expandOnce
|
ExpandableEditorGroup(Context, String, Int32, Boolean)
Declaration
public ExpandableEditorGroup(Context context, string groupName, int layoutId, bool expandOnce)
Parameters
Android.Content.Context
context
|
System.String
groupName
|
System.Int32
layoutId
|
System.Boolean
expandOnce
|
ExpandableEditorGroup(IntPtr, JniHandleOwnership)
Declaration
protected ExpandableEditorGroup(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
IsExpanded
Declaration
public virtual bool IsExpanded { get; set; }
Property Value
System.Boolean
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Methods
AddIsExpandedChangedListener(ExpandableEditorGroup.IIsExpandedChangedListener)
Declaration
public virtual void AddIsExpandedChangedListener(ExpandableEditorGroup.IIsExpandedChangedListener listener)
Parameters
ExpandableEditorGroup.IIsExpandedChangedListener
listener
|
CollapseEditors()
Declaration
protected virtual void CollapseEditors()
ExpandButton()
Declaration
public virtual View ExpandButton()
Returns
Android.Views.View
|
ExpandEditors()
Declaration
protected virtual void ExpandEditors()
OnClick(View)
Declaration
public virtual void OnClick(View v)
Parameters
Android.Views.View
v
|
RemoveIsExpandedChangedListener(ExpandableEditorGroup.IIsExpandedChangedListener)
Declaration
public virtual void RemoveIsExpandedChangedListener(ExpandableEditorGroup.IIsExpandedChangedListener listener)
Parameters
ExpandableEditorGroup.IIsExpandedChangedListener
listener
|
Events
IsExpandedChanged
Declaration
public event EventHandler<ExpandableEditorGroup.IsExpandedChangedEventArgs> IsExpandedChanged
Event Type
System.EventHandler<ExpandableEditorGroup.IsExpandedChangedEventArgs>
|