示例#1
0
 /// <summary>
 /// Detaches event handler <code>fnFunction</code> from the {@link #event:removeGroupItem removeGroupItem} event of this <code>sap.m.P13nGroupPanel</code>.
 ///
 /// The passed function and listener object must match the ones used for event registration.
 /// </summary>
 /// <param name="fnFunction">The function to be called, when the event occurs</param>
 /// <param name="oListener">Context object on which the given function had to be called</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.P13nGroupPanel detachRemoveGroupItem(sap.m.P13nRemoveItemDelegate fnFunction, object oListener);
示例#2
0
 /// <summary>
 /// Attaches event handler <code>fnFunction</code> to the {@link #event:removeGroupItem removeGroupItem} event of this <code>sap.m.P13nGroupPanel</code>.
 ///
 /// When called, the context of the event handler (its <code>this</code>) will be bound to <code>oListener</code> if specified, otherwise it will be bound to this <code>sap.m.P13nGroupPanel</code> itself.
 ///
 /// Event raised if a <code>GroupItem</code> has been removed.
 /// </summary>
 /// <param name="fnFunction">The function to be called when the event occurs</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.P13nGroupPanel attachRemoveGroupItem(sap.m.P13nRemoveItemDelegate fnFunction);
示例#3
0
 /// <summary>
 /// Attaches event handler <code>fnFunction</code> to the {@link #event:removeSortItem removeSortItem} event of this <code>sap.m.P13nSortPanel</code>.
 ///
 /// When called, the context of the event handler (its <code>this</code>) will be bound to <code>oListener</code> if specified, otherwise it will be bound to this <code>sap.m.P13nSortPanel</code> itself.
 ///
 /// event raised when a SortItem was removed
 /// </summary>
 /// <param name="fnFunction">The function to be called when the event occurs</param>
 /// <param name="oListener">Context object to call the event handler with. Defaults to this <code>sap.m.P13nSortPanel</code> itself</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.P13nSortPanel attachRemoveSortItem(sap.m.P13nRemoveItemDelegate fnFunction, object oListener);
示例#4
0
 /// <summary>
 /// Attaches event handler <code>fnFunction</code> to the {@link #event:removeSortItem removeSortItem} event of this <code>sap.m.P13nSortPanel</code>.
 ///
 /// When called, the context of the event handler (its <code>this</code>) will be bound to <code>oListener</code> if specified, otherwise it will be bound to this <code>sap.m.P13nSortPanel</code> itself.
 ///
 /// event raised when a SortItem was removed
 /// </summary>
 /// <param name="fnFunction">The function to be called when the event occurs</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.P13nSortPanel attachRemoveSortItem(sap.m.P13nRemoveItemDelegate fnFunction);
示例#5
0
 /// <summary>
 /// Detaches event handler <code>fnFunction</code> from the {@link #event:removeFilterItem removeFilterItem} event of this <code>sap.m.P13nFilterPanel</code>.
 ///
 /// The passed function and listener object must match the ones used for event registration.
 /// </summary>
 /// <param name="fnFunction">The function to be called, when the event occurs</param>
 /// <param name="oListener">Context object on which the given function had to be called</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.P13nFilterPanel detachRemoveFilterItem(sap.m.P13nRemoveItemDelegate fnFunction, object oListener);
示例#6
0
 /// <summary>
 /// Attaches event handler <code>fnFunction</code> to the {@link #event:removeFilterItem removeFilterItem} event of this <code>sap.m.P13nFilterPanel</code>.
 ///
 /// When called, the context of the event handler (its <code>this</code>) will be bound to <code>oListener</code> if specified, otherwise it will be bound to this <code>sap.m.P13nFilterPanel</code> itself.
 ///
 /// Event raised if a filter item has been removed.
 /// </summary>
 /// <param name="fnFunction">The function to be called when the event occurs</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.P13nFilterPanel attachRemoveFilterItem(sap.m.P13nRemoveItemDelegate fnFunction);