コード例 #1
0
 /// <summary>
 /// Fires when the View's item elements representing Store items has been rendered. If the deferInitialRefresh flag
 /// was set (and it is true by default), this will be after initial render, and no items will be available
 /// for selection until this event fires.
 /// </summary>
 /// <param name="this">
 /// </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 viewready(Ext.view.View @this, object eOpts)
 {
 }
コード例 #2
0
 /// <summary>
 /// A renderer is an 'interceptor' method which can be used transform data (value, appearance, etc.) before it
 /// is rendered. ...
 /// </summary>
 public JsString renderer(object value, object metaData, Ext.data.Model record, JsNumber rowIndex, JsNumber colIndex, Ext.data.Store store, Ext.view.View view)
 {
     return(null);
 }
コード例 #3
0
 /// <summary>
 /// Initializes the transition plugin. Overrides the dataview's default refresh function
 /// </summary>
 /// <param name="dataview"><p>The dataview</p>
 /// </param>
 public void init(Ext.view.View dataview)
 {
 }
コード例 #4
0
 /// <summary>
 /// Fires when the view is refreshed
 /// </summary>
 /// <param name="this"><p>The DataView object</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 refresh(Ext.view.View @this, object eOpts)
 {
 }
コード例 #5
0
 /// <summary>
 /// Fires when there is a mouse up on an item
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="record"><p>The record that belongs to the item</p>
 /// </param>
 /// <param name="item"><p>The item's element</p>
 /// </param>
 /// <param name="index"><p>The item's index</p>
 /// </param>
 /// <param name="e"><p>The raw event object</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 itemmouseup(Ext.view.View @this, Ext.data.Model record, object item, JsNumber index, EventObject e, object eOpts)
 {
 }
コード例 #6
0
 /// <summary>
 /// Fires when a node is unhighlighted using keyboard navigation, or mouseout.
 /// </summary>
 /// <param name="view"><p>This View Component.</p>
 /// </param>
 /// <param name="node"><p>The previously highlighted node.</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 unhighlightitem(Ext.view.View view, Ext.dom.Element node, object eOpts)
 {
 }
コード例 #7
0
 /// <summary>
 /// Fires when a key is pressed while the container is focused, and no item is currently selected.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="e"><p>The raw event object. Use <see cref="Ext.EventObject.getKey">getKey()</see> to retrieve the key that was pressed.</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 containerkeydown(Ext.view.View @this, EventObject e, object eOpts)
 {
 }
コード例 #8
0
 /// <summary>
 /// Fires when there is a mouse up on the container
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="e"><p>The raw event object</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 containermouseup(Ext.view.View @this, EventObject e, object eOpts)
 {
 }
コード例 #9
0
 /// <summary>
 /// Fires when the container is double clicked.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="e"><p>The raw event object</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 containerdblclick(Ext.view.View @this, EventObject e, object eOpts)
 {
 }
コード例 #10
0
 /// <summary>
 /// Fires when the container is right clicked.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="e"><p>The raw event object</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 containercontextmenu(Ext.view.View @this, EventObject e, object eOpts)
 {
 }
コード例 #11
0
 /// <summary>
 /// Fires before the keydown event on an item is processed. Returns false to cancel the default action.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="record"><p>The record that belongs to the item</p>
 /// </param>
 /// <param name="item"><p>The item's element</p>
 /// </param>
 /// <param name="index"><p>The item's index</p>
 /// </param>
 /// <param name="e"><p>The raw event object. Use <see cref="Ext.EventObject.getKey">getKey()</see> to retrieve the key that was pressed.</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 beforeitemkeydown(Ext.view.View @this, Ext.data.Model record, object item, JsNumber index, EventObject e, object eOpts)
 {
 }
コード例 #12
0
 /// <summary>
 /// Fires before the mouseover event on the container is processed. Returns false to cancel the default action.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="e"><p>The raw event object</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 beforecontainermouseover(Ext.view.View @this, EventObject e, object eOpts)
 {
 }
コード例 #13
0
 /// <summary>
 /// Fires before the click event on the container is processed. Returns false to cancel the default action.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="e"><p>The raw event object</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 beforecontainerclick(Ext.view.View @this, EventObject e, object eOpts)
 {
 }