/// <summary>
 /// Fires when dragging of a child Component causes its drop index to change.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="container"><p>The owning Container</p>
 /// </param>
 /// <param name="dragCmp"><p>The Component being dragged</p>
 /// </param>
 /// <param name="startIdx"><p>The index position from which the Component was initially dragged.</p>
 /// </param>
 /// <param name="idx"><p>The current closest index to which the Component would drop.</p>
 /// </param>
 /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p>
 /// </param>
 public void ChangeIndex(BoxReorderer @this, Ext.container.Container container, Ext.Component dragCmp, JsNumber startIdx, JsNumber idx, object eOpts)
 {
 }
 /// <summary>
 /// Fires when dragging of a child Component begins.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="container"><p>The owning Container</p>
 /// </param>
 /// <param name="dragCmp"><p>The Component being dragged</p>
 /// </param>
 /// <param name="idx"><p>The start index of the Component being dragged.</p>
 /// </param>
 /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p>
 /// </param>
 public void StartDrag(BoxReorderer @this, Ext.container.Container container, Ext.Component dragCmp, JsNumber idx, object eOpts)
 {
 }
Esempio n. 3
0
 /// <summary>
 /// Determines whether this component is the descendant of a particular container. ...
 /// </summary>
 public bool isDescendantOf(Ext.container.Container container)
 {
     return(false);
 }
Esempio n. 4
0
 /// <summary>
 /// Creates new form. ...
 /// </summary>
 public Basic(Ext.container.Container owner, object config)
 {
 }
Esempio n. 5
0
 /// <summary>
 /// Fires before any Ext.Component is added or inserted into the container.
 /// A handler can return false to cancel the add.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="component"><p>The component being added</p>
 /// </param>
 /// <param name="index"><p>The index at which the component will be added to the container's items collection</p>
 /// </param>
 /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p>
 /// </param>
 public void beforeadd(Ext.container.Container @this, Ext.Component component, JsNumber index, object eOpts)
 {
 }
Esempio n. 6
0
 /// <summary>
 /// Fires after any Ext.Component is removed from the container.
 /// <strong>This event bubbles:</strong> 'remove' will also be fired when Component is removed from any of
 /// the child containers or their children or ...
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="component"><p>The component that was removed</p>
 /// </param>
 /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p>
 /// </param>
 public void remove(Ext.container.Container @this, Ext.Component component, object eOpts)
 {
 }
Esempio n. 7
0
 /// <summary>
 /// Fires when the components in this container are arranged by the associated layout manager.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="layout"><p>The ContainerLayout implementation for this container</p>
 /// </param>
 /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p>
 /// </param>
 public void afterlayout(Ext.container.Container @this, Ext.layout.container.Container layout, object eOpts)
 {
 }
Esempio n. 8
0
 /// <summary>
 /// Unsubscribes an Ext.container.Container from keyboard focus management. ...
 /// </summary>
 public static object unsubscribe(Ext.container.Container container)
 {
     return(null);
 }
Esempio n. 9
0
 /// <summary>
 /// Subscribes an Ext.container.Container to provide basic keyboard focus navigation between its child Ext.Component's. ...
 /// </summary>
 public static object subscribe(Ext.container.Container container, object options = null)
 {
     return(null);
 }
Esempio n. 10
0
 /// <summary>
 /// Returns an array of matched Components from within the passed root object. ...
 /// </summary>
 public static JsArray <Ext.Component> query(JsString selector, Ext.container.Container root)
 {
     return(null);
 }
Esempio n. 11
0
 /// <summary>
 /// Creates new form. ...
 /// </summary>
 public Basic(Ext.container.Container owner = null, object config = null)
 {
 }