X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.ux.grid.GroupSummary.html?ds=sidebyside diff --git a/docs/output/Ext.ux.grid.GroupSummary.html b/docs/output/Ext.ux.grid.GroupSummary.html deleted file mode 100644 index 22683d1d..00000000 --- a/docs/output/Ext.ux.grid.GroupSummary.html +++ /dev/null @@ -1,167 +0,0 @@ -
Observable GroupSummary
Package: | Ext.ux.grid |
Defined In: | GroupSummary.js |
Class: | GroupSummary |
Subclasses: | HybridSummary |
Extends: | Observable |
Config Options | Defined By | |
---|---|---|
listeners : Object A config object containing one or more event handlers to be added to this
-object during initialization. This should ... A config object containing one or more event handlers to be added to this -object during initialization. This should be a valid listeners config object as specified in the -addListener example for attaching multiple handlers at once. -DOM events from ExtJs Components -While some ExtJs Component classes export selected DOM events (e.g. "click", "mouseover" etc), this
-is usually only done when extra value can be added. For example the DataView's
-
| Observable | |
summaryRenderer : Function Renderer example:summaryRenderer: function(v, params, data){
- return ((v === 0 || v > 1) ? '(' + v +' Tasks)' : '... Renderer example:
| GroupSummary | |
summaryType : String The type of
-calculation to be used for the column. For options available see
-Calculations. | GroupSummary |
Property | Defined By | |
---|---|---|
Calculations : Object Calculation types for summary row:<div class="mdetail-params">
-sum : <div class="sub-desc">
-count : <div class="sub... Calculation types for summary row:
Custom calculations may be implemented. An example of
-custom
| GroupSummary |
Method | Defined By | |
---|---|---|
addEvents( Object object )
- :
- voidUsed to define events on this Observable Used to define events on this Observable Parameters:
| Observable | |
addListener( String eventName , Function handler , [Object scope ], [Object options ] )
- :
- voidAppends an event handler to this object. Appends an event handler to this object. Parameters:
| Observable | |
enableBubble( Object events )
- :
- voidUsed to enable bubbling of events Used to enable bubbling of events Parameters:
| Observable | |
fireEvent( String eventName , Object... args )
- :
- BooleanFires the specified event with the passed parameters (minus the event name).
-An event may be set to bubble up an Obse... Fires the specified event with the passed parameters (minus the event name). -An event may be set to bubble up an Observable parent hierarchy (See Ext.Component.getBubbleTarget) -by calling enableBubble. Parameters:
| Observable | |
hasListener( String eventName )
- :
- BooleanChecks to see if this object has any listeners for a specified event Checks to see if this object has any listeners for a specified event Parameters:
| Observable | |
on( String eventName , Function handler , [Object scope ], [Object options ] )
- :
- voidAppends an event handler to this object (shorthand for addListener.) Appends an event handler to this object (shorthand for addListener.) Parameters:
| Observable | |
purgeListeners()
- :
- void Removes all listeners for this object Removes all listeners for this object Parameters:
| Observable | |
relayEvents( Object o , Array events )
- :
- voidRelays selected events from the specified Observable as if the events were fired by this. Relays selected events from the specified Observable as if the events were fired by this. Parameters:
| Observable | |
removeListener( String eventName , Function handler , [Object scope ] )
- :
- voidRemoves an event handler. Removes an event handler. Parameters:
| Observable | |
resumeEvents()
- :
- void Resume firing events. (see suspendEvents)
-If events were suspended using the queueSuspended parameter, then all
-event... Resume firing events. (see suspendEvents)
-If events were suspended using the queueSuspended parameter, then all
-events fired during event suspension will be sent to any listeners now. Parameters:
| Observable | |
showSummaryMsg( String groupValue , String msg )
- :
- voidShow a message in the summary row.
-grid.on('afteredit', function(){
- var groupValue = 'Ext Forms: Field Anchorin... Show a message in the summary row.
-
Parameters:
| GroupSummary | |
suspendEvents( Boolean queueSuspended )
- :
- voidSuspend the firing of all events. (see resumeEvents) Suspend the firing of all events. (see resumeEvents) Parameters:
| Observable | |
toggleSummaries( Boolean visible )
- :
- voidToggle the display of the summary row on/off Toggle the display of the summary row on/off Parameters:
| GroupSummary | |
un( String eventName , Function handler , [Object scope ] )
- :
- voidRemoves an event handler (shorthand for removeListener.) Removes an event handler (shorthand for removeListener.) Parameters:
| Observable |