Ext = {
apply : function(o, c, defaults) {
///
///
///
///
},
emptyFn : function() {
///
},
applyIf : function(o, c) {
///
///
///
},
addBehaviors : function(o) {
///
},
id : function(el, prefix) {
///
///
///
},
extend : function(sb, sp, overrides) {
///
///
///
///
},
override : function(origclass, overrides) {
///
///
},
namespace : function(namespace1, namespace2, etc) {
///
///
///
},
urlEncode : function(o) {
///
///
},
urlDecode : function(string, overwrite) {
///
///
///
},
each : function(array, fn, scope) {
///
///
///
},
combine : function() { },
escapeRe : function(s) {
///
///
},
callback : function(cb, scope, args, delay) {
},
getDom : function(el) {
///
///
},
getDoc : function() { },
getBody : function() { },
getCmp : function(id) {
///
///
},
num : function(v, defaultValue) {
///
///
///
},
destroy : function(arg1, arg2, etc) {
///
///
///
},
removeNode : function(n) {
///
},
type : function(o) {
///
///
},
isEmpty : function(v, allowBlank) {
///
///
///
},
value : function(v, defaultValue, allowBlank) {
},
isArray : function(v) {
///
///
},
isDate : function(v) {
///
///
},
ns : function() { },
query : function(path, root, type) {
///
///
///
},
onReady : function(fn, scope, options) {
///
///
///
},
get : function(el) {
///
///
},
fly : function(el, named) {
///
///
///
},
select : function(selector, unique, root) {
///
///
///
///
},
encode : function(o) {
///
///
},
decode : function(json) {
///
///
},
reg : function(xtype, cls) {
///
///
},
log : function() { },
logf : function(format, arg1, arg2, etc) {
},
dump : function(o) {
},
time : function(name) {
},
timeEnd : function(name, printResults) {
}
}
Ext.lib = {}
Ext.lib.Dom = {
getViewWidth : function(full) {
},
getViewHeight : function(full) {
},
getDocumentHeight : function() { },
getDocumentWidth : function() { },
getViewportHeight : function() { },
getViewportWidth : function() { },
isAncestor : function(p, c) {
},
getRegion : function(el) {
},
getY : function(el) {
},
getX : function(el) {
},
getXY : function(el) {
},
setXY : function(el, xy) {
},
setX : function(el, x) {
},
setY : function(el, y) {
}
}
Ext.lib.Event = {
startInterval : function() { },
onAvailable : function(p_id, p_fn, p_obj, p_override) {
},
addListener : function(el, eventName, fn) {
},
removeListener : function(el, eventName, fn) {
},
getTarget : function(ev, resolveTextNode) {
},
resolveTextNode : function(node) {
},
getPageX : function(ev) {
},
getPageY : function(ev) {
},
getXY : function(ev) {
},
getRelatedTarget : function(ev) {
},
getTime : function(ev) {
},
stopEvent : function(ev) {
},
stopPropagation : function(ev) {
},
preventDefault : function(ev) {
},
getEvent : function(e) {
},
getCharCode : function(ev) {
},
getEl : function(id) {
},
clearCache : function() { },
purgeElement : function(el, recurse, eventName) {
},
getListeners : function(el, eventName) {
},
getScroll : function() { },
on : function(el, eventName, fn) {
},
un : function(el, eventName, fn) {
}
}
Ext.lib.Event.elCache = {}
Ext.lib.Ajax = {
request : function(method, uri, cb, data, options) {
},
serializeForm : function(form) {
},
setProgId : function(id) {
},
setDefaultPostHeader : function(b) {
},
setDefaultXhrHeader : function(b) {
},
setPollingInterval : function(i) {
},
createXhrObject : function(transactionId) {
},
getConnectionObject : function() { },
asyncRequest : function(method, uri, callback, postData) {
},
handleReadyState : function(o, callback) {
},
handleTransactionResponse : function(o, callback, isAbort) {
},
createResponseObject : function(o, callbackArg) {
},
createExceptionObject : function(tId, callbackArg, isAbort) {
},
initHeader : function(label, value, isDefault) {
},
setHeader : function(o) {
},
resetDefaultHeaders : function() { },
abort : function(o, callback, isTimeout) {
},
isCallInProgress : function(o) {
},
releaseObject : function(o) {
}
}
Ext.lib.Ajax.headers = {}
Ext.lib.Ajax.defaultHeaders = {}
Ext.lib.Ajax.poll = {}
Ext.lib.Ajax.timeout = {}
Ext.lib.Region = function(t, r, b, l) {
}
Ext.lib.Region.getRegion = function(el) {
}
Ext.lib.Point = function(x, y) {
}
Ext.lib.Anim = {
scroll : function(el, args, duration, easing, cb, scope) {
},
motion : function(el, args, duration, easing, cb, scope) {
},
color : function(el, args, duration, easing, cb, scope) {
},
run : function(el, args, duration, easing, cb, scope, type) {
}
}
Ext.lib.AnimBase = function(el, attributes, duration, method) {
}
Ext.lib.AnimMgr = {
registerElement : function(tween) {
},
unRegister : function(tween, index) {
},
start : function() { },
stop : function(tween) {
},
run : function() { }
}
Ext.lib.Bezier = {
getPosition : function(points, t) {
}
}
Ext.lib.ColorAnim = function(el, attributes, duration, method) {
}
Ext.lib.Easing = {
easeNone : function(t, b, c, d) {
},
easeIn : function(t, b, c, d) {
},
easeOut : function(t, b, c, d) {
},
easeBoth : function(t, b, c, d) {
},
easeInStrong : function(t, b, c, d) {
},
easeOutStrong : function(t, b, c, d) {
},
easeBothStrong : function(t, b, c, d) {
},
elasticIn : function(t, b, c, d, a, p) {
},
elasticOut : function(t, b, c, d, a, p) {
},
elasticBoth : function(t, b, c, d, a, p) {
},
backIn : function(t, b, c, d, s) {
},
backOut : function(t, b, c, d, s) {
},
backBoth : function(t, b, c, d, s) {
},
bounceIn : function(t, b, c, d) {
},
bounceOut : function(t, b, c, d) {
},
bounceBoth : function(t, b, c, d) {
}
}
Ext.lib.Motion = function(el, attributes, duration, method) {
}
Ext.lib.Scroll = function(el, attributes, duration, method) {
}
Ext.DomHelper = {
markup : function(o) {
///
///
},
applyStyles : function(el, styles) {
///
///
},
insertHtml : function(where, el, html) {
///
///
///
///
},
insertBefore : function(el, o, returnElement) {
///
///
///
///
},
insertAfter : function(el, o, returnElement) {
///
///
///
///
},
insertFirst : function(el, o, returnElement) {
///
///
///
///
},
doInsert : function(el, o, returnElement, pos, sibling) {
},
append : function(el, o, returnElement) {
///
///
///
///
},
overwrite : function(el, o, returnElement) {
///
///
///
///
},
createTemplate : function(o) {
///
///
}
}
Ext.DomHelper.Template = function(html) {
}
Ext.DomHelper.Template.from = function(el, config) {
///
///
///
}
Ext.Template = function(html) {
///
}
Ext.Template.from = function(el, config) {
///
///
///
}
Ext.DomQuery = {
getStyle : function(el, name) {
},
compile : function(path, type) {
///
///
///
},
select : function(path, root, type) {
///
///
///
},
selectNode : function(path, root) {
///
///
///
},
selectValue : function(path, root, defaultValue) {
///
///
///
///
},
selectNumber : function(path, root, defaultValue) {
///
///
///
///
},
is : function(el, ss) {
///
///
///
},
filter : function(els, ss, nonMatches) {
///
///
///
///
}
}
Ext.DomQuery.operators = {}
Ext.DomQuery.pseudos = {
empty : function(c) {
},
contains : function(c, v) {
},
nodeValue : function(c, v) {
},
checked : function(c) {
},
not : function(c, ss) {
},
any : function(c, selectors) {
},
odd : function(c) {
},
even : function(c) {
},
nth : function(c, a) {
},
first : function(c) {
},
last : function(c) {
},
has : function(c, ss) {
},
next : function(c, ss) {
},
prev : function(c, ss) {
}
}
Ext.util = {}
Ext.util.Observable = function() {}
Ext.util.Observable.capture = function(o, fn, scope) {
///
///
///
}
Ext.util.Observable.releaseCapture = function(o) {
///
}
Ext.util.Event = function(obj, name) {
}
Ext.util.DelayedTask = function(fn, scope, args) {
///
///
///
}
Ext.util.TaskRunner = function(interval) {
///
}
Ext.util.MixedCollection = function(allowFunctions, keyFn) {
///
///
}
Ext.util.JSON = {
encodeDate : function(o) {
},
encode : function(o) {
///
///
},
decode : function(json) {
///
///
}
}
Ext.util.Format = {
ellipsis : function(value, len) {
///
///
///
},
undef : function(value) {
///
///
},
defaultValue : function(value, defaultValue) {
///
///
///
},
htmlEncode : function(value) {
///
///
},
htmlDecode : function(value) {
///
///
},
trim : function(value) {
///
///
},
substr : function(value, start, length) {
///
///
///
///
},
lowercase : function(value) {
///
///
},
uppercase : function(value) {
///
///
},
capitalize : function(value) {
///
///
},
call : function(value, fn) {
},
usMoney : function(v) {
///
///
},
date : function(v, format) {
///
///
///
},
dateRenderer : function(format) {
///
///
},
stripTags : function(v) {
///
///
},
stripScripts : function(v) {
///
///
},
fileSize : function(size) {
///
///
},
math : function(v, a) {
},
nl2br : function(v) {
}
}
Ext.util.CSS = {
createStyleSheet : function(cssText, id) {
///
///
///
},
removeStyleSheet : function(id) {
///
},
swapStyleSheet : function(id, url) {
///
///
},
refreshCache : function() {
///
},
cacheStyleSheet : function(ss) {
},
getRules : function(refreshCache) {
///
///
},
getRule : function(selector, refreshCache) {
///
///
///
},
updateRule : function(selector, property, value) {
///
///
///
///
}
}
Ext.util.ClickRepeater = function(el, config) {
///
///
}
Ext.util.TextMetrics = {
measure : function(el, text, fixedWidth) {
///
///
///
///
},
createInstance : function(el, fixedWidth) {
///
///
///
}
}
Ext.util.TextMetrics.Instance = function(bindTo, fixedWidth) {
}
Ext.EventManager = {
addListener : function(element, eventName, fn, scope, options) {
///
///
///
///
///
},
removeListener : function(element, eventName, fn, scope) {
///
///
///
},
removeAll : function(element) {
///
},
onDocumentReady : function(fn, scope, options) {
///
///
///
},
onWindowResize : function(fn, scope, options) {
///
///
///
},
fireWindowResize : function() { },
onTextResize : function(fn, scope, options) {
///
///
///
},
removeResizeListener : function(fn, scope) {
///
///
},
fireResize : function() { },
on : function(element, eventName, fn, scope, options) {
///
///
///
///
///
},
un : function(element, eventName, fn, scope) {
///
///
///
///
}
}
Ext.EventObjectImpl = function(e) {
}
Ext.Element = function(element, forceNew) {
///
///
}
Ext.Element.addUnits = function(v, defaultUnit) {
}
Ext.Element.get = function(el) {
///
///
}
Ext.Element.uncache = function(el) {
}
Ext.Element.garbageCollect = function() {}
Ext.Element.fly = function(el, named) {
///
///
///
}
Ext.Element.selectorFunction = function(path, root, type) {
}
Ext.Element.select = function(selector, unique, root) {
}
Ext.Element.measureText = function(el, text, fixedWidth) {
}
Ext.Element.borders = {}
Ext.Element.paddings = {}
Ext.Element.margins = {}
Ext.Element.cache = {}
Ext.Element.Flyweight = function(dom) {
}
Ext.Fx = {
slideIn : function(anchor, o) {
///
///
///
},
slideOut : function(anchor, o) {
///
///
///
},
puff : function(o) {
///
///
},
switchOff : function(o) {
///
///
},
highlight : function(color, o) {
///
///
///
},
frame : function(color, count, o) {
///
///
///
///
},
pause : function(seconds) {
///
///
},
fadeIn : function(o) {
///
///
},
fadeOut : function(o) {
///
///
},
scale : function(w, h, o) {
///
///
///
///
},
shift : function(o) {
///
///
},
ghost : function(anchor, o) {
///
///
///
},
syncFx : function() {
///
},
sequenceFx : function() {
///
},
nextFx : function() { },
hasActiveFx : function() {
///
},
stopFx : function() {
///
},
beforeFx : function(o) {
},
hasFxBlock : function() {
///
},
queueFx : function(o, fn) {
},
fxWrap : function(pos, o, vis) {
},
fxUnwrap : function(wrap, pos, o) {
},
getFxRestore : function() { },
afterFx : function(o) {
},
getFxEl : function() { },
fxanim : function(args, opt, animType, defaultDur, defaultEase, cb) {
},
resize : function(w, h, o) {
}
}
Ext.CompositeElement = function(els) {
}
Ext.CompositeElement.createCall = function(proto, fnName) {
}
Ext.CompositeElementLite = function(els) {
}
Ext.data = {}
Ext.data.Connection = function(config) {
///
}
Ext.data.SortTypes = {
none : function(s) {
///
///
},
asText : function(s) {
///
///
},
asUCText : function(s) {
///
///
},
asUCString : function(s) {
///
///
},
asDate : function(s) {
///
///
},
asFloat : function(s) {
///
///
},
asInt : function(s) {
///
///
}
}
Ext.data.Record = function(data, id) {
///
///
}
Ext.data.Record.create = function(o) {
///
///
}
Ext.data.Store = function(config) {
///
}
Ext.data.SimpleStore = function(config) {
///
}
Ext.data.JsonStore = function(c) {
///
}
Ext.data.Field = function(config) {
}
Ext.data.DataReader = function(meta, recordType) {
///
///
}
Ext.data.DataProxy = function() {}
Ext.data.MemoryProxy = function(data) {
///
}
Ext.data.HttpProxy = function(conn) {
///
}
Ext.data.ScriptTagProxy = function(config) {
///
}
Ext.data.JsonReader = function(meta, recordType) {
///
///
}
Ext.data.XmlReader = function(meta, recordType) {
///
///
}
Ext.data.ArrayReader = function(meta, recordType) {
///
///
}
Ext.data.Tree = function(root) {
///
}
Ext.data.Node = function(attributes) {
///
}
Ext.data.GroupingStore = function(config) {
///
}
Ext.Updater = function(el, forceNew) {
///
///
}
Ext.Updater.updateElement = function(el, url, params, options) {
///
///
///
///
}
Ext.Updater.defaults = {}
Ext.Updater.BasicRenderer = function() {}
Ext.UpdateManager = function() {}
Ext.UpdateManager.updateElement = function(el, url, params, options) {
///
///
///
///
}
Ext.UpdateManager.defaults = {}
Ext.UpdateManager.BasicRenderer = function() {}
Ext.XTemplate = function(parts) {
///
}
Ext.KeyNav = function(el, config) {
///
///
}
Ext.KeyMap = function(el, config, eventName) {
///
///
///
}
Ext.dd = {}
Ext.dd.DragDrop = function(id, sGroup, config) {
///
///
///
}
Ext.dd.DragDropMgr = {
init : function() { },
lock : function() { },
unlock : function() { },
isLocked : function() {
///
},
regDragDrop : function(oDD, sGroup) {
///
///
},
removeDDFromGroup : function(oDD, sGroup) {
},
regHandle : function(sDDId, sHandleId) {
///
///
},
isDragDrop : function(id) {
///
///
},
getRelated : function(p_oDD, bTargetsOnly) {
///
///
///
},
isLegalTarget : function(oDD, oTargetDD) {
///
///
///
},
isTypeOfDD : function(oDD) {
///
///
},
isHandle : function(sDDId, sHandleId) {
///
///
},
getDDById : function(id) {
///
///
},
handleMouseDown : function(e, oDD) {
///
},
startDrag : function(x, y) {
///
///
},
handleMouseUp : function(e) {
///
},
stopEvent : function(e) {
///
},
stopDrag : function(e) {
///
},
handleMouseMove : function(e) {
///
},
fireEvents : function(e, isDrop) {
///
///
},
getBestMatch : function(dds) {
///
///
},
refreshCache : function(groups) {
///
},
verifyEl : function(el) {
///
///
},
getLocation : function(oDD) {
///
///
},
isOverTarget : function(pt, oTarget, intersect) {
///
///
///
},
unregAll : function() { },
getElWrapper : function(id) {
///
///
},
getElement : function(id) {
///
///
},
getCss : function(id) {
///
///
},
getPosX : function(el) {
///
},
getPosY : function(el) {
///
},
swapNode : function(n1, n2) {
},
getScroll : function() { },
getStyle : function(el, styleProp) {
///
///
///
},
getScrollTop : function() {
///
},
getScrollLeft : function() {
///
},
moveToEl : function(moveEl, targetEl) {
///
///
},
numericSort : function(a, b) {
},
handleWasClicked : function(node, id) {
}
}
Ext.dd.DragDropMgr.ids = {}
Ext.dd.DragDropMgr.handleIds = {}
Ext.dd.DragDropMgr.dragOvers = {}
Ext.dd.DragDropMgr.locationCache = {}
Ext.dd.DragDropMgr.elementCache = {}
Ext.dd.DragDropMgr.ElementWrapper = function(el) {
}
Ext.dd.DDM = {
init : function() { },
lock : function() { },
unlock : function() { },
isLocked : function() {
///
},
regDragDrop : function(oDD, sGroup) {
///
///
},
removeDDFromGroup : function(oDD, sGroup) {
},
regHandle : function(sDDId, sHandleId) {
///
///
},
isDragDrop : function(id) {
///
///
},
getRelated : function(p_oDD, bTargetsOnly) {
///
///
///
},
isLegalTarget : function(oDD, oTargetDD) {
///
///
///
},
isTypeOfDD : function(oDD) {
///
///
},
isHandle : function(sDDId, sHandleId) {
///
///
},
getDDById : function(id) {
///
///
},
handleMouseDown : function(e, oDD) {
///
},
startDrag : function(x, y) {
///
///
},
handleMouseUp : function(e) {
///
},
stopEvent : function(e) {
///
},
stopDrag : function(e) {
///
},
handleMouseMove : function(e) {
///
},
fireEvents : function(e, isDrop) {
///
///
},
getBestMatch : function(dds) {
///
///
},
refreshCache : function(groups) {
///
},
verifyEl : function(el) {
///
///
},
getLocation : function(oDD) {
///
///
},
isOverTarget : function(pt, oTarget, intersect) {
///
///
///
},
unregAll : function() { },
getElWrapper : function(id) {
///
///
},
getElement : function(id) {
///
///
},
getCss : function(id) {
///
///
},
getPosX : function(el) {
///
},
getPosY : function(el) {
///
},
swapNode : function(n1, n2) {
},
getScroll : function() { },
getStyle : function(el, styleProp) {
///
///
///
},
getScrollTop : function() {
///
},
getScrollLeft : function() {
///
},
moveToEl : function(moveEl, targetEl) {
///
///
},
numericSort : function(a, b) {
},
handleWasClicked : function(node, id) {
}
}
Ext.dd.DDM.ids = {}
Ext.dd.DDM.handleIds = {}
Ext.dd.DDM.dragOvers = {}
Ext.dd.DDM.locationCache = {}
Ext.dd.DDM.elementCache = {}
Ext.dd.DDM.ElementWrapper = function(el) {
}
Ext.dd.DD = function(id, sGroup, config) {
///
///
///
}
Ext.dd.DDProxy = function(id, sGroup, config) {
///
///
///
}
Ext.dd.DDTarget = function(id, sGroup, config) {
///
///
///
}
Ext.dd.DragTracker = function(config) {
}
Ext.dd.ScrollManager = {
register : function(el) {
///
},
unregister : function(el) {
///
},
refreshCache : function() { }
}
Ext.dd.Registry = {
register : function(el, data) {
///
///
},
unregister : function(el) {
///
},
getHandle : function(id) {
///
///
},
getHandleFromEvent : function(e) {
///
///
},
getTarget : function(id) {
///
///
},
getTargetFromEvent : function(e) {
///
///
}
}
Ext.dd.StatusProxy = function(config) {
///
}
Ext.dd.DragSource = function(el, config) {
///
///
}
Ext.dd.DropTarget = function(el, config) {
///
///
}
Ext.dd.DragZone = function(el, config) {
///
///
}
Ext.dd.DropZone = function(el, config) {
///
///
}
Ext.dd.PanelProxy = function(panel, config) {
}
Ext.ComponentMgr = {
register : function(c) {
///
},
unregister : function(c) {
///
},
get : function(id) {
///
///
},
onAvailable : function(id, fn, scope) {
///
///
///
},
registerType : function(xtype, cls) {
///
///
},
create : function(config, defaultType) {
///
///
}
}
Ext.Component = function(config) {
///
}
Ext.Action = function(config) {
///
}
Ext.Layer = function(config, existingEl) {
///
///
}
Ext.Shadow = function(config) {
///
}
Ext.Shadow.Pool = {
pull : function() { },
push : function(sh) {
}
}
Ext.BoxComponent = function(config) {
///
}
Ext.SplitBar = function(dragElement, resizingElement, orientation, placement, existingProxy) {
///
///
///
///
}
Ext.SplitBar.createProxy = function(dir) {
}
Ext.SplitBar.BasicLayoutAdapter = function() {}
Ext.SplitBar.AbsoluteLayoutAdapter = function(container) {
///
}
Ext.Container = function() {}
Ext.Container.LAYOUTS = {}
Ext.Container.LAYOUTS.auto = function(config) {
}
Ext.Container.LAYOUTS.fit = function() {}
Ext.Container.LAYOUTS.card = function() {}
Ext.Container.LAYOUTS.anchor = function() {}
Ext.Container.LAYOUTS.column = function() {}
Ext.Container.LAYOUTS.border = function() {}
Ext.Container.LAYOUTS.border.Region = function(layout, config, pos) {
///
///
///
}
Ext.Container.LAYOUTS.border.SplitRegion = function(layout, config, pos) {
///
///
///
}
Ext.Container.LAYOUTS.form = function() {}
Ext.Container.LAYOUTS.accordion = function() {}
Ext.Container.LAYOUTS.table = function() {}
Ext.Container.LAYOUTS.absolute = function() {}
Ext.layout = {}
Ext.layout.ContainerLayout = function(config) {
}
Ext.layout.FitLayout = function() {}
Ext.layout.CardLayout = function() {}
Ext.layout.AnchorLayout = function() {}
Ext.layout.ColumnLayout = function() {}
Ext.layout.BorderLayout = function() {}
Ext.layout.BorderLayout.Region = function(layout, config, pos) {
///
///
///
}
Ext.layout.BorderLayout.SplitRegion = function(layout, config, pos) {
///
///
///
}
Ext.layout.FormLayout = function() {}
Ext.layout.Accordion = function() {}
Ext.layout.TableLayout = function() {}
Ext.layout.AbsoluteLayout = function() {}
Ext.Viewport = function(config) {
///
}
Ext.Panel = function(config) {
///
}
Ext.Panel.DD = function(panel, cfg) {
}
Ext.Window = function(config) {
///
}
Ext.Window.DD = function(win) {
}
Ext.WindowGroup = function() {}
Ext.state = {}
Ext.state.Provider = function() {}
Ext.state.Manager = {
setProvider : function(stateProvider) {
///
},
get : function(key, defaultValue) {
///
///
///
},
set : function(key, value) {
///
///
},
clear : function(key) {
///
},
getProvider : function() {
///
}
}
Ext.state.CookieProvider = function(config) {
///
}
Ext.DataView = function(config) {
///
}
Ext.ColorPalette = function(config) {
///
}
Ext.DatePicker = function(config) {
///
}
Ext.TabPanel = function(config) {
///
}
Ext.TabPanel.AccessStack = function() {}
Ext.Button = function(config) {
///
}
Ext.ButtonToggleMgr = {
register : function(btn) {
},
unregister : function(btn) {
}
}
Ext.SplitButton = function(config) {
///
}
Ext.MenuButton = function() {}
Ext.CycleButton = function(config) {
///
}
Ext.Toolbar = function(config) {
///
}
Ext.Toolbar.Item = function(el) {
///
}
Ext.Toolbar.Separator = function() {}
Ext.Toolbar.Spacer = function() {}
Ext.Toolbar.Fill = function() {}
Ext.Toolbar.TextItem = function(t) {
///
}
Ext.Toolbar.Button = function(config) {
///
}
Ext.Toolbar.SplitButton = function(config) {
///
}
Ext.Toolbar.MenuButton = function() {}
Ext.PagingToolbar = function(config) {
///
}
Ext.Resizable = function(el, config) {
///
///
}
Ext.Resizable.positions = {}
Ext.Resizable.Handle = function(rz, pos, disableTrackOver, transparent) {
}
Ext.Editor = function(field, config) {
///
///
}
Ext.MessageBox = {
getDialog : function(titleText) {
///
},
updateText : function(text) {
///
///
},
updateProgress : function(value, progressText, msg) {
///
///
///
///
},
isVisible : function() {
///
},
hide : function() {
///
},
show : function(options) {
///
///
},
setIcon : function(icon) {
///
///
},
progress : function(title, msg, progressText) {
///
///
///
///
},
wait : function(msg, title, config) {
///
///
///
///
},
alert : function(title, msg, fn, scope) {
///
///
///
///
///
},
confirm : function(title, msg, fn, scope) {
///
///
///
///
///
},
prompt : function(title, msg, fn, scope, multiline, value) {
///
///
///
///
///
///
///
}
}
Ext.MessageBox.OK = {}
Ext.MessageBox.CANCEL = {}
Ext.MessageBox.OKCANCEL = {}
Ext.MessageBox.YESNO = {}
Ext.MessageBox.YESNOCANCEL = {}
Ext.MessageBox.buttonText = {}
Ext.Msg = {
getDialog : function(titleText) {
///
},
updateText : function(text) {
///
///
},
updateProgress : function(value, progressText, msg) {
///
///
///
///
},
isVisible : function() {
///
},
hide : function() {
///
},
show : function(options) {
///
///
},
setIcon : function(icon) {
///
///
},
progress : function(title, msg, progressText) {
///
///
///
///
},
wait : function(msg, title, config) {
///
///
///
///
},
alert : function(title, msg, fn, scope) {
///
///
///
///
///
},
confirm : function(title, msg, fn, scope) {
///
///
///
///
///
},
prompt : function(title, msg, fn, scope, multiline, value) {
///
///
///
///
///
///
///
}
}
Ext.Msg.OK = {}
Ext.Msg.CANCEL = {}
Ext.Msg.OKCANCEL = {}
Ext.Msg.YESNO = {}
Ext.Msg.YESNOCANCEL = {}
Ext.Msg.buttonText = {}
Ext.Tip = function(config) {
///
}
Ext.ToolTip = function(config) {
///
}
Ext.QuickTip = function(config) {
///
}
Ext.QuickTips = {
init : function(autoRender) {
///
},
enable : function() { },
disable : function() { },
isEnabled : function() {
///
},
getQuickTip : function() { },
register : function(config) {
///
},
unregister : function(el) {
///
},
tips : function(config) {
///
}
}
Ext.tree = {}
Ext.tree.TreePanel = function(config) {
///
}
Ext.tree.TreePanel.nodeTypes = {}
Ext.tree.TreePanel.nodeTypes.node = function(attributes) {
}
Ext.tree.TreePanel.nodeTypes.async = function(config) {
}
Ext.tree.TreeEventModel = function(tree) {
}
Ext.tree.DefaultSelectionModel = function(config) {
}
Ext.tree.MultiSelectionModel = function(config) {
}
Ext.tree.TreeNode = function(attributes) {
///
}
Ext.tree.AsyncTreeNode = function(config) {
///
}
Ext.tree.TreeNodeUI = function(node) {
}
Ext.tree.RootTreeNodeUI = function() {}
Ext.tree.TreeLoader = function(config) {
///
}
Ext.tree.TreeFilter = function(tree, config) {
///
///
}
Ext.tree.TreeSorter = function(tree, config) {
///
///
}
Ext.tree.TreeDropZone = function(tree, config) {
///
///
}
Ext.tree.TreeDragZone = function(tree, config) {
///
///
}
Ext.tree.TreeEditor = function(tree, fc, config) {
///
///
///
}
Ext.menu = {}
Ext.menu.Menu = function(config) {
///
}
Ext.menu.MenuNav = function(menu) {
}
Ext.menu.MenuMgr = {
hideAll : function() { },
register : function(menu) {
},
get : function(menu) {
///
///
},
unregister : function(menu) {
},
registerCheckable : function(menuItem) {
},
unregisterCheckable : function(menuItem) {
},
getCheckedItem : function(groupId) {
},
setCheckedItem : function(groupId, itemId) {
}
}
Ext.menu.BaseItem = function(config) {
///
}
Ext.menu.TextItem = function(cfg) {
///
}
Ext.menu.Separator = function(config) {
///
}
Ext.menu.Item = function(config) {
///
}
Ext.menu.CheckItem = function(config) {
///
}
Ext.menu.Adapter = function(component, config) {
///
///
}
Ext.menu.DateItem = function(config) {
///
}
Ext.menu.ColorItem = function(config) {
///
}
Ext.menu.DateMenu = function(config) {
///
}
Ext.menu.ColorMenu = function(config) {
///
}
Ext.form = {}
Ext.form.Field = function(config) {
///
}
Ext.form.Field.msgFx = {}
Ext.form.Field.msgFx.normal = {
show : function(msgEl, f) {
},
hide : function(msgEl, f) {
}
}
Ext.form.Field.msgFx.slide = {
show : function(msgEl, f) {
},
hide : function(msgEl, f) {
}
}
Ext.form.Field.msgFx.slideRight = {
show : function(msgEl, f) {
},
hide : function(msgEl, f) {
}
}
Ext.form.MessageTargets = {}
Ext.form.MessageTargets.qtip = {
mark : function(f) {
},
clear : function(f) {
}
}
Ext.form.MessageTargets.title = {
mark : function(f) {
},
clear : function(f) {
}
}
Ext.form.MessageTargets.under = {
mark : function(f) {
},
clear : function(f) {
}
}
Ext.form.MessageTargets.side = {
mark : function(f) {
},
clear : function(f) {
}
}
Ext.form.MessageTargets.around = {
mark : function(f) {
},
clear : function(f) {
}
}
Ext.form.TextField = function(config) {
///
}
Ext.form.TriggerField = function(config) {
///
}
Ext.form.TwinTriggerField = function() {}
Ext.form.TextArea = function(config) {
///
}
Ext.form.NumberField = function(config) {
///
}
Ext.form.DateField = function(config) {
///
}
Ext.form.ComboBox = function(config) {
///
}
Ext.form.Checkbox = function(config) {
///
}
Ext.form.CheckboxGroup = function(config) {
///
}
Ext.form.Radio = function(config) {
///
}
Ext.form.RadioGroup = function(config) {
///
}
Ext.form.Hidden = function(config) {
///
}
Ext.form.BasicForm = function(el, config) {
///
///
}
Ext.form.FormPanel = function(config) {
///
}
Ext.form.FieldSet = function(config) {
///
}
Ext.form.HtmlEditor = function(config) {
///
}
Ext.form.TimeField = function(config) {
///
}
Ext.form.Label = function(config) {
///
}
Ext.form.Action = function(form, options) {
}
Ext.form.Action.Submit = function(form, options) {
}
Ext.form.Action.Load = function(form, options) {
}
Ext.form.Action.ACTION_TYPES = {}
Ext.form.Action.ACTION_TYPES.load = function(form, options) {
}
Ext.form.Action.ACTION_TYPES.submit = function(form, options) {
}
Ext.form.VTypes = {
email : function(v) {
///
},
url : function(v) {
///
},
alpha : function(v) {
///
},
alphanum : function(v) {
///
}
}
Ext.BasicForm = function(el, config) {
}
Ext.FormPanel = function(config) {
///
}
Ext.grid = {}
Ext.grid.GridPanel = function(config) {
///
}
Ext.grid.GridView = function(config) {
///
}
Ext.grid.GridView.SplitDragZone = function(grid, hd) {
}
Ext.grid.GridView.ColumnDragZone = function(grid, hd) {
}
Ext.grid.GroupingView = function(config) {
///
}
Ext.grid.HeaderDragZone = function(grid, hd, hd2) {
}
Ext.grid.HeaderDropZone = function(grid, hd, hd2) {
}
Ext.grid.SplitDragZone = function(grid, hd, hd2) {
}
Ext.grid.GridDragZone = function(grid, config) {
}
Ext.grid.ColumnModel = function(config) {
///
}
Ext.grid.ColumnModel.defaultRenderer = function(value) {
}
Ext.grid.DefaultColumnModel = function(config) {
}
Ext.grid.DefaultColumnModel.defaultRenderer = function(value) {
}
Ext.grid.AbstractSelectionModel = function() {}
Ext.grid.RowSelectionModel = function(config) {
///
}
Ext.grid.CellSelectionModel = function(config) {
///
}
Ext.grid.EditorGridPanel = function(config) {
///
}
Ext.grid.GridEditor = function(field, config) {
}
Ext.grid.PropertyStore = function(grid, source) {
///
///
}
Ext.grid.PropertyColumnModel = function(grid, store) {
///
///
}
Ext.grid.PropertyGrid = function(config) {
///
}
Ext.grid.RowNumberer = function(config) {
///
}
Ext.grid.CheckboxSelectionModel = function(config) {
///
}
Ext.LoadMask = function(el, config) {
///
///
}
Ext.ProgressBar = function() {}
Ext.Slider = function() {}
Ext.Slider.Vertical = {
onResize : function(w, h) {
},
getRatio : function() { },
moveThumb : function(v, animate) {
},
onDrag : function(e) {
},
onClickChange : function(local) {
}
}
Ext.StatusBar = function(config) {
///
}
Ext.History = {
init : function(onReady, scope) {
///
///
},
add : function(token, preventDup) {
///
///
},
back : function() { },
forward : function() { },
getToken : function() {
///
}
}
Ext.History.events = {}
Ext.debug = {}
Ext.debug.ScriptsPanel = function() {}
Ext.debug.LogPanel = function() {}
Ext.debug.DomTree = function() {}
Ext.debug.HtmlNode = function(n) {
}
Ext.lib.Region.prototype = {
contains : function(region) {
},
getArea : function() { },
intersect : function(region) {
},
union : function(region) {
},
constrainTo : function(r) {
},
adjust : function(t, l, b, r) {
},
top : null,
right : null,
bottom : null,
left : null
}
Ext.lib.Point.prototype = {
x : null,
y : null
}
Ext.lib.AnimBase.prototype = {
patterns : null,
doMethod : function(attr, start, end) {
},
setAttribute : function(attr, val, unit) {
},
getAttribute : function(attr) {
},
getDefaultUnit : function(attr) {
},
animateX : function(callback, scope) {
},
setRuntimeAttribute : function(attr) {
},
init : function(el, attributes, duration, method) {
}
}
Ext.lib.ColorAnim.prototype = new Ext.lib.AnimBase;
Ext.lib.ColorAnim.prototype.parseColor = function(s) {
}
Ext.lib.Motion.prototype = new Ext.lib.ColorAnim;
Ext.lib.Scroll.prototype = new Ext.lib.ColorAnim;
Ext.Template.prototype = {
applyTemplate : function(values) {
///
///
},
set : function(html, compile) {
///
///
///
},
disableFormats : false,
re : new RegExp,
compile : function() {
///
},
call : function(fnName, value, allValues) {
},
insertFirst : function(el, values, returnElement) {
///
///
///
///
},
insertBefore : function(el, values, returnElement) {
///
///
///
///
},
insertAfter : function(el, values, returnElement) {
///
///
///
///
},
append : function(el, values, returnElement) {
///
///
///
///
},
doInsert : function(where, el, values, returnEl) {
},
overwrite : function(el, values, returnElement) {
///
///
///
///
},
apply : function(values) {
///
///
},
html : null
}
Ext.util.Observable.prototype = {
fireEvent : function(eventName, args) {
///
///
///
},
filterOptRe : new RegExp,
addListener : function(eventName, fn, scope, o) {
///
///
///
///
},
removeListener : function(eventName, fn, scope) {
///
///
///
},
purgeListeners : function() { },
relayEvents : function(o, events) {
///
///
},
addEvents : function(o) {
///
},
hasListener : function(eventName) {
///
///
},
suspendEvents : function() { },
resumeEvents : function() { },
getMethodEvent : function(method) {
},
beforeMethod : function(method, fn, scope) {
},
afterMethod : function(method, fn, scope) {
},
removeMethodListener : function(method, fn, scope) {
},
on : function(eventName, fn, scope, o) {
///
///
///
///
},
un : function(eventName, fn, scope) {
///
///
///
}
}
Ext.util.Event.prototype = {
addListener : function(fn, scope, options) {
},
createListener : function(fn, scope, o) {
},
findListener : function(fn, scope) {
},
isListening : function(fn, scope) {
},
removeListener : function(fn, scope) {
},
clearListeners : function() { },
fire : function() { },
name : null,
obj : null,
listeners : null
}
Ext.util.DelayedTask.prototype = {
delay : function(delay, newFn, newScope, newArgs) {
///
///
///
///
},
cancel : function() { }
}
Ext.util.TaskRunner.prototype = {
start : function(task) {
///
///
},
stop : function(task) {
///
///
},
stopAll : function() { }
}
Ext.util.MixedCollection.prototype = new Ext.util.Observable;
Ext.util.MixedCollection.prototype.allowFunctions = false;
Ext.util.MixedCollection.prototype.add = function(key, o) {
///
///
///
}
Ext.util.MixedCollection.prototype.getKey = function(o) {
///
///
}
Ext.util.MixedCollection.prototype.replace = function(key, o) {
///
///
///
}
Ext.util.MixedCollection.prototype.addAll = function(objs) {
///
}
Ext.util.MixedCollection.prototype.each = function(fn, scope) {
///
///
}
Ext.util.MixedCollection.prototype.eachKey = function(fn, scope) {
///
///
}
Ext.util.MixedCollection.prototype.find = function(fn, scope) {
///
///
///
}
Ext.util.MixedCollection.prototype.insert = function(index, key, o) {
///
///
///
///
}
Ext.util.MixedCollection.prototype.remove = function(o) {
///
///
}
Ext.util.MixedCollection.prototype.removeAt = function(index) {
///
///
}
Ext.util.MixedCollection.prototype.removeKey = function(key) {
///
///
}
Ext.util.MixedCollection.prototype.getCount = function() {
///
}
Ext.util.MixedCollection.prototype.indexOf = function(o) {
///
///
}
Ext.util.MixedCollection.prototype.indexOfKey = function(key) {
///
///
}
Ext.util.MixedCollection.prototype.item = function(key) {
///
///
}
Ext.util.MixedCollection.prototype.itemAt = function(index) {
///
///
}
Ext.util.MixedCollection.prototype.key = function(key) {
///
///
}
Ext.util.MixedCollection.prototype.contains = function(o) {
///
///
}
Ext.util.MixedCollection.prototype.containsKey = function(key) {
///
///
}
Ext.util.MixedCollection.prototype.clear = function() {}
Ext.util.MixedCollection.prototype.first = function() {
///
}
Ext.util.MixedCollection.prototype.last = function() {
///
}
Ext.util.MixedCollection.prototype.sort = function(dir, fn) {
///
///
}
Ext.util.MixedCollection.prototype.keySort = function(dir, fn) {
///
///
}
Ext.util.MixedCollection.prototype.getRange = function(start, end) {
///
///
///
}
Ext.util.MixedCollection.prototype.filter = function(property, value, anyMatch, caseSensitive) {
///
///
///
///
///
}
Ext.util.MixedCollection.prototype.filterBy = function(fn, scope) {
///
///
///
}
Ext.util.MixedCollection.prototype.findIndex = function(property, value, start, anyMatch, caseSensitive) {
///
///
///
///
///
///
}
Ext.util.MixedCollection.prototype.findIndexBy = function(fn, scope, start) {
///
///
///
///
}
Ext.util.MixedCollection.prototype.createValueMatcher = function(value, anyMatch, caseSensitive) {
}
Ext.util.MixedCollection.prototype.clone = function() {
///
}
Ext.util.MixedCollection.prototype.get = function(key) {
///
///
}
Ext.util.MixedCollection.prototype.items = null;
Ext.util.MixedCollection.prototype.map = null;
Ext.util.MixedCollection.prototype.keys = null;
Ext.util.MixedCollection.prototype.length = null;
Ext.util.ClickRepeater.prototype = new Ext.util.Observable;
Ext.util.ClickRepeater.prototype.interval = 0;
Ext.util.ClickRepeater.prototype.delay = 0;
Ext.util.ClickRepeater.prototype.preventDefault = false;
Ext.util.ClickRepeater.prototype.stopDefault = false;
Ext.util.ClickRepeater.prototype.timer = 0;
Ext.util.ClickRepeater.prototype.handleMouseDown = function() {}
Ext.util.ClickRepeater.prototype.click = function() {}
Ext.util.ClickRepeater.prototype.easeOutExpo = function(t, b, c, d) {
}
Ext.util.ClickRepeater.prototype.handleMouseOut = function() {}
Ext.util.ClickRepeater.prototype.handleMouseReturn = function() {}
Ext.util.ClickRepeater.prototype.handleMouseUp = function() {}
Ext.util.ClickRepeater.prototype.el = null;
Ext.EventObjectImpl.prototype = {
browserEvent : null,
button : 0,
shiftKey : false,
ctrlKey : false,
altKey : false,
BACKSPACE : 0,
TAB : 0,
NUM_CENTER : 0,
ENTER : 0,
RETURN : 0,
SHIFT : 0,
CTRL : 0,
CONTROL : 0,
ALT : 0,
PAUSE : 0,
CAPS_LOCK : 0,
ESC : 0,
SPACE : 0,
PAGE_UP : 0,
PAGEUP : 0,
PAGE_DOWN : 0,
PAGEDOWN : 0,
END : 0,
HOME : 0,
LEFT : 0,
UP : 0,
RIGHT : 0,
DOWN : 0,
PRINT_SCREEN : 0,
INSERT : 0,
DELETE : 0,
ZERO : 0,
ONE : 0,
TWO : 0,
THREE : 0,
FOUR : 0,
FIVE : 0,
SIX : 0,
SEVEN : 0,
EIGHT : 0,
NINE : 0,
A : 0,
B : 0,
C : 0,
D : 0,
E : 0,
F : 0,
G : 0,
H : 0,
I : 0,
J : 0,
K : 0,
L : 0,
M : 0,
N : 0,
O : 0,
P : 0,
Q : 0,
R : 0,
S : 0,
T : 0,
U : 0,
V : 0,
W : 0,
X : 0,
Y : 0,
Z : 0,
CONTEXT_MENU : 0,
NUM_ZERO : 0,
NUM_ONE : 0,
NUM_TWO : 0,
NUM_THREE : 0,
NUM_FOUR : 0,
NUM_FIVE : 0,
NUM_SIX : 0,
NUM_SEVEN : 0,
NUM_EIGHT : 0,
NUM_NINE : 0,
NUM_MULTIPLY : 0,
NUM_PLUS : 0,
NUM_MINUS : 0,
NUM_PERIOD : 0,
NUM_DIVISION : 0,
F1 : 0,
F2 : 0,
F3 : 0,
F4 : 0,
F5 : 0,
F6 : 0,
F7 : 0,
F8 : 0,
F9 : 0,
F10 : 0,
F11 : 0,
F12 : 0,
setEvent : function(e) {
},
stopEvent : function() { },
preventDefault : function() { },
isNavKeyPress : function() { },
isSpecialKey : function() { },
stopPropagation : function() { },
getCharCode : function() {
///
},
getKey : function() {
///
},
getPageX : function() {
///
},
getPageY : function() {
///
},
getTime : function() {
///
},
getXY : function() {
///
},
getTarget : function(selector, maxDepth, returnEl) {
///
///
///
///
},
getRelatedTarget : function() {
///
},
getWheelDelta : function() {
///
},
hasModifier : function() {
///
},
within : function(el, related) {
///
///
///
},
getPoint : function() { }
}
Ext.Element.prototype = {
originalDisplay : "",
visibilityMode : 0,
defaultUnit : "",
setVisibilityMode : function(visMode) {
///
},
enableDisplayMode : function(display) {
///
///
},
findParent : function(simpleSelector, maxDepth, returnEl) {
///
///
///
///
},
findParentNode : function(simpleSelector, maxDepth, returnEl) {
///
///
///
///
},
up : function(simpleSelector, maxDepth) {
///
///
///
},
is : function(simpleSelector) {
///
///
},
animate : function(args, duration, onComplete, easing, animType) {
///
///
///
///
///
///
},
anim : function(args, opt, animType, defaultDur, defaultEase, cb) {
},
preanim : function(a, i) {
},
clean : function(forceReclean) {
///
},
scrollIntoView : function(container, hscroll) {
///
///
///
},
scrollChildIntoView : function(child, hscroll) {
},
autoHeight : function(animate, duration, onComplete, easing) {
///
///
///
///
///
},
contains : function(el) {
///
///
},
isVisible : function(deep) {
///
///
},
select : function(selector, unique) {
///
///
///
},
query : function(selector) {
///
///
},
child : function(selector, returnDom) {
///
///
///
},
down : function(selector, returnDom) {
///
///
///
},
initDD : function(group, config, overrides) {
///
///
///
///
},
initDDProxy : function(group, config, overrides) {
///
///
///
///
},
initDDTarget : function(group, config, overrides) {
///
///
///
///
},
setVisible : function(visible, animate) {
///
///
///
},
isDisplayed : function() {
///
},
toggle : function(animate) {
///
///
},
setDisplayed : function(value) {
///
///
},
focus : function() {
///
},
blur : function() {
///
},
addClass : function(className) {
///
///
},
radioClass : function(className) {
///
///
},
removeClass : function(className) {
///
///
},
classReCache : null,
toggleClass : function(className) {
///
///
},
hasClass : function(className) {
///
///
},
replaceClass : function(oldClassName, newClassName) {
///
///
///
},
getStyles : function(style1, style2, etc) {
///
///
///
///
},
getStyle : function(prop) {
///
///
},
setStyle : function(prop, value) {
///
///
///
},
applyStyles : function(style) {
///
///
},
getX : function() {
///
},
getY : function() {
///
},
getXY : function() {
///
},
getOffsetsTo : function(el) {
///
///
},
setX : function(x, animate) {
///
///
///
},
setY : function(y, animate) {
///
///
///
},
setLeft : function(left) {
///
///
},
setTop : function(top) {
///
///
},
setRight : function(right) {
///
///
},
setBottom : function(bottom) {
///
///
},
setXY : function(pos, animate) {
///
///
///
},
setLocation : function(x, y, animate) {
///
///
///
///
},
moveTo : function(x, y, animate) {
///
///
///
///
},
getRegion : function() {
///
},
getHeight : function(contentHeight) {
///
///
},
getWidth : function(contentWidth) {
///
///
},
getComputedHeight : function() {
///
},
getComputedWidth : function() {
///
},
getSize : function(contentSize) {
///
///
},
getStyleSize : function() { },
getViewSize : function() {
///
},
getValue : function(asNumber) {
///
///
},
adjustWidth : function(width) {
},
adjustHeight : function(height) {
},
setWidth : function(width, animate) {
///
///
///
},
setHeight : function(height, animate) {
///
///
///
},
setSize : function(width, height, animate) {
///
///
///
///
},
setBounds : function(x, y, width, height, animate) {
///
///
///
///
///
///
},
setRegion : function(region, animate) {
///
///
///
},
addListener : function(eventName, fn, scope, options) {
///
///
///
///
},
removeListener : function(eventName, fn, scope) {
///
///
///
///
},
removeAllListeners : function() {
///
},
relayEvent : function(eventName, observable) {
///
///
},
setOpacity : function(opacity, animate) {
///
///
///
},
getLeft : function(local) {
///
///
},
getRight : function(local) {
///
///
},
getTop : function(local) {
///
///
},
getBottom : function(local) {
///
///
},
position : function(pos, zIndex, x, y) {
///
///
///
///
},
clearPositioning : function(value) {
///
///
},
getPositioning : function() {
///
},
getBorderWidth : function(side) {
///
///
},
getPadding : function(side) {
///
///
},
setPositioning : function(pc) {
///
///
},
fixDisplay : function() { },
setOverflow : function(v) {
},
setLeftTop : function(left, top) {
///
///
///
},
move : function(direction, distance, animate) {
///
///
///
///
},
clip : function() {
///
},
unclip : function() {
///
},
getAnchorXY : function(anchor, local, s) {
///
///
///
///
},
getAlignToXY : function(el, p, o) {
///
///
///
///
},
getConstrainToXY : function(el, local, offsets, proposedXY) {
},
adjustForConstraints : function(xy, parent, offsets) {
},
alignTo : function(element, position, offsets, animate) {
///
///
///
///
///
},
anchorTo : function(el, alignment, offsets, animate, monitorScroll, callback) {
///
///
///
///
///
///
///
},
clearOpacity : function() {
///
},
hide : function(animate) {
///
///
},
show : function(animate) {
///
///
},
addUnits : function(size) {
},
update : function(html, loadScripts, callback) {
///
///
///
///
},
load : function() {
///
},
getUpdater : function() {
///
},
unselectable : function() {
///
},
getCenterXY : function() {
///
},
center : function(centerIn) {
///
},
isBorderBox : function() {
///
},
getBox : function(contentBox, local) {
///
///
///
},
getFrameWidth : function(sides, onlyContentBox) {
///
///
},
setBox : function(box, adjust, animate) {
///
///
///
///
},
repaint : function() {
///
},
getMargins : function(side) {
///
///
},
addStyles : function(sides, styles) {
},
createProxy : function(config, renderTo, matchBox) {
///
///
///
///
},
mask : function(msg, msgCls) {
///
///
///
},
unmask : function() { },
isMasked : function() {
///
},
createShim : function() {
///
},
remove : function() { },
hover : function(overFn, outFn, scope) {
///
///
///
///
},
addClassOnOver : function(className) {
///
///
},
addClassOnFocus : function(className) {
///
///
},
addClassOnClick : function(className) {
///
///
},
swallowEvent : function(eventName, preventDefault) {
///
///
///
},
parent : function(selector, returnDom) {
///
///
///
},
next : function(selector, returnDom) {
///
///
///
},
prev : function(selector, returnDom) {
///
///
///
},
first : function(selector, returnDom) {
///
///
///
},
last : function(selector, returnDom) {
///
///
///
},
matchNode : function(dir, start, selector, returnDom) {
},
appendChild : function(el) {
///
///
},
createChild : function(config, insertBefore, returnDom) {
///
///
///
///
},
appendTo : function(el) {
///
///
},
insertBefore : function(el) {
///
///
},
insertAfter : function(el) {
///
///
},
insertFirst : function(el, returnDom) {
///
///
},
insertSibling : function(el, where, returnDom) {
///
///
///
///
},
wrap : function(config, returnDom) {
///
///
///
},
replace : function(el) {
///
///
},
replaceWith : function(el) {
///
///
},
insertHtml : function(where, html, returnEl) {
///
///
///
///
},
set : function(o, useSet) {
///
///
///
},
addKeyListener : function(key, fn, scope) {
///
///
///
///
},
addKeyMap : function(config) {
///
///
},
isScrollable : function() {
///
},
scrollTo : function(side, value, animate) {
///
///
///
///
},
scroll : function(direction, distance, animate) {
///
///
///
///
},
translatePoints : function(x, y) {
///
///
///
},
getScroll : function() {
///
},
getColor : function(attr, defaultValue, prefix) {
///
///
///
},
boxWrap : function(cls) {
///
///
},
getAttributeNS : function(ns, name) {
///
///
///
},
getTextWidth : function(text, min, max) {
///
///
///
///
},
on : function(eventName, fn, scope, options) {
///
///
///
///
},
mon : function(eventName, fn, scope, options) {
},
getUpdateManager : function() { },
un : function(eventName, fn, scope) {
///
///
///
},
autoBoxAdjust : false,
dom : null,
id : null,
slideIn : function(anchor, o) {
///
///
///
},
slideOut : function(anchor, o) {
///
///
///
},
puff : function(o) {
///
///
},
switchOff : function(o) {
///
///
},
highlight : function(color, o) {
///
///
///
},
frame : function(color, count, o) {
///
///
///
///
},
pause : function(seconds) {
///
///
},
fadeIn : function(o) {
///
///
},
fadeOut : function(o) {
///
///
},
scale : function(w, h, o) {
///
///
///
///
},
shift : function(o) {
///
///
},
ghost : function(anchor, o) {
///
///
///
},
syncFx : function() {
///
},
sequenceFx : function() {
///
},
nextFx : function() { },
hasActiveFx : function() {
///
},
stopFx : function() {
///
},
beforeFx : function(o) {
},
hasFxBlock : function() {
///
},
queueFx : function(o, fn) {
},
fxWrap : function(pos, o, vis) {
},
fxUnwrap : function(wrap, pos, o) {
},
getFxRestore : function() { },
afterFx : function(o) {
},
getFxEl : function() { },
fxanim : function(args, opt, animType, defaultDur, defaultEase, cb) {
},
resize : function(w, h, o) {
}
}
Ext.Element.Flyweight.prototype = {
isFlyweight : false
}
Ext.CompositeElement.prototype = {
isComposite : false,
addElements : function(els) {
},
fill : function(els) {
///
///
},
filter : function(selector) {
///
///
},
invoke : function(fn, args) {
},
add : function(els) {
///
///
},
each : function(fn, scope) {
///
///
///
},
item : function(index) {
///
///
},
first : function() {
///
},
last : function() {
///
},
getCount : function() {
///
},
contains : function(el) {
///
///
},
indexOf : function(el) {
///
},
removeElement : function(el, removeDom) {
///
///
///
},
replaceElement : function(el, replacement, domReplace) {
///
///
///
///
},
clear : function() { },
elements : null
}
Ext.CompositeElementLite.prototype = new Ext.CompositeElement;
Ext.CompositeElementLite.prototype.addElements = function(els) {
}
Ext.CompositeElementLite.prototype.invoke = function(fn, args) {
}
Ext.CompositeElementLite.prototype.item = function(index) {
///
///
}
Ext.CompositeElementLite.prototype.addListener = function(eventName, handler, scope, opt) {
}
Ext.CompositeElementLite.prototype.each = function(fn, scope) {
///
///
///
}
Ext.CompositeElementLite.prototype.indexOf = function(el) {
}
Ext.CompositeElementLite.prototype.replaceElement = function(el, replacement, domReplace) {
}
Ext.CompositeElementLite.prototype.on = function(eventName, handler, scope, opt) {
}
Ext.CompositeElementLite.prototype.el = null;
Ext.data.Connection.prototype = new Ext.util.Observable;
Ext.data.Connection.prototype.timeout = 0;
Ext.data.Connection.prototype.autoAbort = false;
Ext.data.Connection.prototype.disableCaching = false;
Ext.data.Connection.prototype.disableCachingParam = "";
Ext.data.Connection.prototype.request = function(o) {
///
///
}
Ext.data.Connection.prototype.isLoading = function(transId) {
///
///
}
Ext.data.Connection.prototype.abort = function(transId) {
///
}
Ext.data.Connection.prototype.handleResponse = function(response) {
}
Ext.data.Connection.prototype.handleFailure = function(response, e) {
}
Ext.data.Connection.prototype.doFormUpload = function(o, ps, url) {
}
Ext.data.Record.prototype = {
dirty : false,
editing : false,
error : null,
modified : null,
join : function(store) {
},
set : function(name, value) {
///
///
},
get : function(name) {
///
///
},
beginEdit : function() { },
cancelEdit : function() { },
endEdit : function() { },
reject : function(silent) {
///
},
commit : function(silent) {
///
},
getChanges : function() {
///
},
hasError : function() { },
clearError : function() { },
copy : function(newId) {
///
///
},
isModified : function(fieldName) {
///
///
},
id : null,
data : null
}
Ext.data.Store.prototype = new Ext.util.Observable;
Ext.data.Store.prototype.remoteSort = false;
Ext.data.Store.prototype.pruneModifiedRecords = false;
Ext.data.Store.prototype.lastOptions = null;
Ext.data.Store.prototype.destroy = function() {}
Ext.data.Store.prototype.add = function(records) {
///
}
Ext.data.Store.prototype.addSorted = function(record) {
///
}
Ext.data.Store.prototype.remove = function(record) {
///
}
Ext.data.Store.prototype.removeAll = function() {}
Ext.data.Store.prototype.insert = function(index, records) {
///
///
}
Ext.data.Store.prototype.indexOf = function(record) {
///
///
}
Ext.data.Store.prototype.indexOfId = function(id) {
///
///
}
Ext.data.Store.prototype.getById = function(id) {
///
///
}
Ext.data.Store.prototype.getAt = function(index) {
///
///
}
Ext.data.Store.prototype.getRange = function(start, end) {
///
///
///
}
Ext.data.Store.prototype.storeOptions = function(o) {
}
Ext.data.Store.prototype.load = function(options) {
///
///
}
Ext.data.Store.prototype.reload = function(options) {
///
}
Ext.data.Store.prototype.loadRecords = function(o, options, success) {
}
Ext.data.Store.prototype.loadData = function(o, append) {
///
///
}
Ext.data.Store.prototype.getCount = function() {
///
}
Ext.data.Store.prototype.getTotalCount = function() {
///
}
Ext.data.Store.prototype.getSortState = function() {
///
}
Ext.data.Store.prototype.applySort = function() {}
Ext.data.Store.prototype.sortData = function(f, direction) {
}
Ext.data.Store.prototype.setDefaultSort = function(field, dir) {
///
///
}
Ext.data.Store.prototype.sort = function(fieldName, dir) {
///
///
}
Ext.data.Store.prototype.each = function(fn, scope) {
///
///
}
Ext.data.Store.prototype.getModifiedRecords = function() {
///
}
Ext.data.Store.prototype.createFilterFn = function(property, value, anyMatch, caseSensitive) {
}
Ext.data.Store.prototype.sum = function(property, start, end) {
///
///
///
///
}
Ext.data.Store.prototype.filter = function(property, value, anyMatch, caseSensitive) {
///
///
///
///
}
Ext.data.Store.prototype.filterBy = function(fn, scope) {
///
///
}
Ext.data.Store.prototype.query = function(property, value, anyMatch, caseSensitive) {
///
///
///
///
///
}
Ext.data.Store.prototype.queryBy = function(fn, scope) {
///
///
///
}
Ext.data.Store.prototype.find = function(property, value, start, anyMatch, caseSensitive) {
///
///
///
///
///
///
}
Ext.data.Store.prototype.findBy = function(fn, scope, start) {
///
///
///
///
}
Ext.data.Store.prototype.collect = function(dataIndex, allowNull, bypassFilter) {
///
///
///
///
}
Ext.data.Store.prototype.clearFilter = function(suppressEvent) {
///
}
Ext.data.Store.prototype.isFiltered = function() {
///
}
Ext.data.Store.prototype.afterEdit = function(record) {
}
Ext.data.Store.prototype.afterReject = function(record) {
}
Ext.data.Store.prototype.afterCommit = function(record) {
}
Ext.data.Store.prototype.commitChanges = function() {}
Ext.data.Store.prototype.rejectChanges = function() {}
Ext.data.Store.prototype.onMetaChange = function(meta, rtype, o) {
}
Ext.data.Store.prototype.findInsertIndex = function(record) {
}
Ext.data.Store.prototype.data = null;
Ext.data.Store.prototype.baseParams = null;
Ext.data.Store.prototype.paramNames = null;
Ext.data.Store.prototype.modified = null;
Ext.data.Store.prototype.sortToggle = null;
Ext.data.SimpleStore.prototype = new Ext.data.Store;
Ext.data.SimpleStore.prototype.loadData = function(data, append) {
}
Ext.data.JsonStore.prototype = new Ext.data.Store;
Ext.data.Field.prototype = {
dateFormat : null,
defaultValue : "",
mapping : null,
sortType : null,
sortDir : ""
}
Ext.data.DataReader.prototype = {
meta : null,
recordType : null
}
Ext.data.DataProxy.prototype = new Ext.util.Observable;
Ext.data.MemoryProxy.prototype = new Ext.data.DataProxy;
Ext.data.MemoryProxy.prototype.load = function(params, reader, callback, scope, arg) {
///
///
///
///
///
}
Ext.data.MemoryProxy.prototype.update = function(params, records) {
}
Ext.data.MemoryProxy.prototype.data = null;
Ext.data.HttpProxy.prototype = new Ext.data.DataProxy;
Ext.data.HttpProxy.prototype.getConnection = function() {
///
}
Ext.data.HttpProxy.prototype.load = function(params, reader, callback, scope, arg) {
///
///
///
///
///
}
Ext.data.HttpProxy.prototype.loadResponse = function(o, success, response) {
}
Ext.data.HttpProxy.prototype.update = function(dataSet) {
}
Ext.data.HttpProxy.prototype.updateResponse = function(dataSet) {
}
Ext.data.HttpProxy.prototype.conn = null;
Ext.data.HttpProxy.prototype.useAjax = null;
Ext.data.ScriptTagProxy.prototype = new Ext.data.DataProxy;
Ext.data.ScriptTagProxy.prototype.timeout = 0;
Ext.data.ScriptTagProxy.prototype.callbackParam = "";
Ext.data.ScriptTagProxy.prototype.nocache = false;
Ext.data.ScriptTagProxy.prototype.load = function(params, reader, callback, scope, arg) {
///
///
///
///
///
}
Ext.data.ScriptTagProxy.prototype.isLoading = function() {}
Ext.data.ScriptTagProxy.prototype.abort = function() {}
Ext.data.ScriptTagProxy.prototype.destroyTrans = function(trans, isLoaded) {
}
Ext.data.ScriptTagProxy.prototype.handleResponse = function(o, trans) {
}
Ext.data.ScriptTagProxy.prototype.handleFailure = function(trans) {
}
Ext.data.ScriptTagProxy.prototype.head = null;
Ext.data.JsonReader.prototype = new Ext.data.DataReader;
Ext.data.JsonReader.prototype.read = function(response) {
///
///
}
Ext.data.JsonReader.prototype.onMetaChange = function(meta, recordType, o) {
}
Ext.data.JsonReader.prototype.simpleAccess = function(obj, subsc) {
}
Ext.data.JsonReader.prototype.getJsonAccessor = function(expr) {
}
Ext.data.JsonReader.prototype.readRecords = function(o) {
///
///
}
Ext.data.XmlReader.prototype = new Ext.data.DataReader;
Ext.data.XmlReader.prototype.read = function(response) {
///
///
}
Ext.data.XmlReader.prototype.readRecords = function(doc) {
///
///
}
Ext.data.ArrayReader.prototype = new Ext.data.JsonReader;
Ext.data.ArrayReader.prototype.readRecords = function(o) {
///
///
}
Ext.data.Tree.prototype = new Ext.util.Observable;
Ext.data.Tree.prototype.pathSeparator = "";
Ext.data.Tree.prototype.proxyNodeEvent = function() {}
Ext.data.Tree.prototype.getRootNode = function() {
///
}
Ext.data.Tree.prototype.setRootNode = function(node) {
///
///
}
Ext.data.Tree.prototype.getNodeById = function(id) {
///
///
}
Ext.data.Tree.prototype.registerNode = function(node) {
}
Ext.data.Tree.prototype.unregisterNode = function(node) {
}
Ext.data.Tree.prototype.nodeHash = null;
Ext.data.Tree.prototype.root = null;
Ext.data.Node.prototype = new Ext.util.Observable;
Ext.data.Node.prototype.fireEvent = function(evtName) {
}
Ext.data.Node.prototype.isLeaf = function() {
///
}
Ext.data.Node.prototype.setFirstChild = function(node) {
}
Ext.data.Node.prototype.setLastChild = function(node) {
}
Ext.data.Node.prototype.isLast = function() {
///
}
Ext.data.Node.prototype.isFirst = function() {
///
}
Ext.data.Node.prototype.hasChildNodes = function() {
///
}
Ext.data.Node.prototype.isExpandable = function() {
///
}
Ext.data.Node.prototype.appendChild = function(node) {
///
///
}
Ext.data.Node.prototype.removeChild = function(node) {
///
///
}
Ext.data.Node.prototype.insertBefore = function(node, refNode) {
///
///
///
}
Ext.data.Node.prototype.remove = function() {
///
}
Ext.data.Node.prototype.item = function(index) {
///
///
}
Ext.data.Node.prototype.replaceChild = function(newChild, oldChild) {
///
///
///
}
Ext.data.Node.prototype.indexOf = function(child) {
///
///
}
Ext.data.Node.prototype.getOwnerTree = function() {
///
}
Ext.data.Node.prototype.getDepth = function() {
///
}
Ext.data.Node.prototype.setOwnerTree = function(tree) {
}
Ext.data.Node.prototype.getPath = function(attr) {
///
///
}
Ext.data.Node.prototype.bubble = function(fn, scope, args) {
///
///
///
}
Ext.data.Node.prototype.cascade = function(fn, scope, args) {
///
///
///
}
Ext.data.Node.prototype.eachChild = function(fn, scope, args) {
///
///
///
}
Ext.data.Node.prototype.findChild = function(attribute, value) {
///
///
///
}
Ext.data.Node.prototype.findChildBy = function(fn, scope) {
///
///
///
}
Ext.data.Node.prototype.sort = function(fn, scope) {
///
///
}
Ext.data.Node.prototype.contains = function(node) {
///
///
}
Ext.data.Node.prototype.isAncestor = function(node) {
///
///
}
Ext.data.Node.prototype.attributes = null;
Ext.data.Node.prototype.leaf = null;
Ext.data.Node.prototype.id = null;
Ext.data.Node.prototype.childNodes = null;
Ext.data.Node.prototype.parentNode = null;
Ext.data.Node.prototype.firstChild = null;
Ext.data.Node.prototype.lastChild = null;
Ext.data.Node.prototype.previousSibling = null;
Ext.data.Node.prototype.nextSibling = null;
Ext.data.Node.prototype.listeners = null;
Ext.data.GroupingStore.prototype = new Ext.data.Store;
Ext.data.GroupingStore.prototype.remoteGroup = false;
Ext.data.GroupingStore.prototype.groupOnSort = false;
Ext.data.GroupingStore.prototype.clearGrouping = function() {}
Ext.data.GroupingStore.prototype.groupBy = function(field, forceRegroup) {
///
///
}
Ext.data.GroupingStore.prototype.applySort = function() {}
Ext.data.GroupingStore.prototype.applyGrouping = function(alwaysFireChange) {
}
Ext.data.GroupingStore.prototype.getGroupState = function() {}
Ext.UpdateManager.prototype = new Ext.util.Observable;
Ext.UpdateManager.prototype.getDefaultRenderer = function() {}
Ext.UpdateManager.prototype.getEl = function() {
///
}
Ext.UpdateManager.prototype.update = function(url, params, callback, discardUrl) {
///
}
Ext.UpdateManager.prototype.formUpdate = function(form, url, reset, callback) {
///
///
///
///
}
Ext.UpdateManager.prototype.refresh = function(callback) {
///
}
Ext.UpdateManager.prototype.startAutoRefresh = function(interval, url, params, callback, refreshNow) {
///
///
///
///
///
}
Ext.UpdateManager.prototype.stopAutoRefresh = function() {}
Ext.UpdateManager.prototype.isAutoRefreshing = function() {}
Ext.UpdateManager.prototype.showLoading = function() {}
Ext.UpdateManager.prototype.processSuccess = function(response) {
}
Ext.UpdateManager.prototype.updateComplete = function(response) {
}
Ext.UpdateManager.prototype.processFailure = function(response) {
}
Ext.UpdateManager.prototype.setRenderer = function(renderer) {
///
}
Ext.UpdateManager.prototype.getRenderer = function() {
///
}
Ext.UpdateManager.prototype.setDefaultUrl = function(defaultUrl) {
///
}
Ext.UpdateManager.prototype.abort = function() {}
Ext.UpdateManager.prototype.isUpdating = function() {
///
}
Ext.UpdateManager.BasicRenderer.prototype = {
render : function(el, response, updateManager, callback) {
///
///
///
///
}
}
Ext.XTemplate.prototype = new Ext.Template;
Ext.XTemplate.prototype.re = new RegExp;
Ext.XTemplate.prototype.codeRe = new RegExp;
Ext.XTemplate.prototype.applySubTemplate = function(id, values, parent, xindex, xcount) {
}
Ext.XTemplate.prototype.compileTpl = function(tpl) {
}
Ext.XTemplate.prototype.applyTemplate = function(values) {
///
///
}
Ext.XTemplate.prototype.compile = function() {
///
}
Ext.XTemplate.prototype.master = null;
Ext.XTemplate.prototype.tpls = null;
Ext.KeyNav.prototype = {
disabled : false,
defaultEventAction : "",
forceKeyDown : false,
prepareEvent : function(e) {
},
relay : function(e) {
},
doRelay : function(e, h, hname) {
},
enter : false,
left : false,
right : false,
up : false,
down : false,
tab : false,
esc : false,
pageUp : false,
pageDown : false,
del : false,
home : false,
end : false,
keyToHandler : null,
enable : function() { },
disable : function() { },
el : null
}
Ext.KeyMap.prototype = {
stopEvent : false,
addBinding : function(config) {
///
},
on : function(key, fn, scope) {
///
///
///
},
handleKeyDown : function(e) {
},
isEnabled : function() {
///
},
enable : function() { },
disable : function() { },
el : null,
eventName : null,
bindings : null
}
Ext.dd.DragDrop.prototype = {
id : null,
config : null,
dragElId : null,
handleElId : null,
invalidHandleTypes : null,
invalidHandleIds : null,
invalidHandleClasses : null,
startPageX : 0,
startPageY : 0,
groups : null,
locked : false,
lock : function() { },
unlock : function() { },
isTarget : false,
padding : null,
constrainX : false,
constrainY : false,
minX : 0,
maxX : 0,
minY : 0,
maxY : 0,
maintainOffset : false,
xTicks : null,
yTicks : null,
primaryButtonOnly : false,
available : false,
hasOuterHandles : false,
b4StartDrag : function(x, y) {
},
startDrag : function(x, y) {
///
///
},
b4Drag : function(e) {
},
onDrag : function(e) {
///
},
onDragEnter : function(e, id) {
///
///
},
b4DragOver : function(e) {
},
onDragOver : function(e, id) {
///
///
},
b4DragOut : function(e) {
},
onDragOut : function(e, id) {
///
///
},
b4DragDrop : function(e) {
},
onDragDrop : function(e, id) {
///
///
},
onInvalidDrop : function(e) {
///
},
b4EndDrag : function(e) {
},
endDrag : function(e) {
///
},
b4MouseDown : function(e) {
///
},
onMouseDown : function(e) {
///
},
onMouseUp : function(e) {
///
},
onAvailable : function() { },
defaultPadding : null,
constrainTo : function(constrainTo, pad, inContent) {
///
///
///
},
getEl : function() {
///
},
getDragEl : function() {
///
},
init : function(id, sGroup, config) {
///
///
},
initTarget : function(id, sGroup, config) {
///
///
},
applyConfig : function() { },
handleOnAvailable : function() { },
setPadding : function(iTop, iRight, iBot, iLeft) {
///
///
///
///
},
setInitPosition : function(diffX, diffY) {
///
///
},
setStartPosition : function(pos) {
},
addToGroup : function(sGroup) {
///
},
removeFromGroup : function(sGroup) {
///
},
setDragElId : function(id) {
///
},
setHandleElId : function(id) {
///
},
setOuterHandleElId : function(id) {
},
unreg : function() { },
destroy : function() { },
isLocked : function() {
///
},
handleMouseDown : function(e, oDD) {
///
///
},
clickValidator : function(e) {
},
addInvalidHandleType : function(tagName) {
///
},
addInvalidHandleId : function(id) {
///
},
addInvalidHandleClass : function(cssClass) {
///
},
removeInvalidHandleType : function(tagName) {
///
},
removeInvalidHandleId : function(id) {
///
},
removeInvalidHandleClass : function(cssClass) {
///
},
isValidHandleChild : function(node) {
///
///
},
setXTicks : function(iStartX, iTickSize) {
},
setYTicks : function(iStartY, iTickSize) {
},
setXConstraint : function(iLeft, iRight, iTickSize) {
///
///
///
},
clearConstraints : function() { },
clearTicks : function() { },
setYConstraint : function(iUp, iDown, iTickSize) {
///
///
///
},
resetConstraints : function(maintainOffset) {
///
},
getTick : function(val, tickArray) {
///
///
///
}
}
Ext.dd.DDM.ElementWrapper.prototype = {
el : null,
id : null,
css : null
}
Ext.dd.DD.prototype = new Ext.dd.DragDrop;
Ext.dd.DD.prototype.scroll = false;
Ext.dd.DD.prototype.autoOffset = function(iPageX, iPageY) {
///
///
}
Ext.dd.DD.prototype.setDelta = function(iDeltaX, iDeltaY) {
///
///
}
Ext.dd.DD.prototype.setDragElPos = function(iPageX, iPageY) {
///
///
}
Ext.dd.DD.prototype.alignElWithMouse = function(el, iPageX, iPageY) {
///
///
///
}
Ext.dd.DD.prototype.cachePosition = function(iPageX, iPageY) {
}
Ext.dd.DD.prototype.autoScroll = function(x, y, h, w) {
///
///
///
///
}
Ext.dd.DD.prototype.getTargetCoord = function(iPageX, iPageY) {
///
///
}
Ext.dd.DD.prototype.applyConfig = function() {}
Ext.dd.DD.prototype.b4MouseDown = function(e) {
}
Ext.dd.DD.prototype.b4Drag = function(e) {
}
Ext.dd.DDProxy.prototype = new Ext.dd.DD;
Ext.dd.DDProxy.prototype.resizeFrame = false;
Ext.dd.DDProxy.prototype.centerFrame = false;
Ext.dd.DDProxy.prototype.createFrame = function() {}
Ext.dd.DDProxy.prototype.initFrame = function() {}
Ext.dd.DDProxy.prototype.applyConfig = function() {}
Ext.dd.DDProxy.prototype.showFrame = function(iPageX, iPageY) {
///
///
}
Ext.dd.DDProxy.prototype.b4MouseDown = function(e) {
}
Ext.dd.DDProxy.prototype.b4StartDrag = function(x, y) {
}
Ext.dd.DDProxy.prototype.b4EndDrag = function(e) {
}
Ext.dd.DDProxy.prototype.endDrag = function(e) {
}
Ext.dd.DDProxy.prototype.beforeMove = function() {}
Ext.dd.DDProxy.prototype.afterDrag = function() {}
Ext.dd.DDTarget.prototype = new Ext.dd.DragDrop;
Ext.dd.DragTracker.prototype = new Ext.util.Observable;
Ext.dd.DragTracker.prototype.active = false;
Ext.dd.DragTracker.prototype.tolerance = 0;
Ext.dd.DragTracker.prototype.autoStart = false;
Ext.dd.DragTracker.prototype.initEl = function(el) {
}
Ext.dd.DragTracker.prototype.destroy = function() {}
Ext.dd.DragTracker.prototype.onMouseDown = function(e, target) {
}
Ext.dd.DragTracker.prototype.onMouseMove = function(e, target) {
}
Ext.dd.DragTracker.prototype.onMouseUp = function(e) {
}
Ext.dd.DragTracker.prototype.triggerStart = function(isTimer) {
}
Ext.dd.DragTracker.prototype.clearStart = function() {}
Ext.dd.DragTracker.prototype.stopSelect = function(e) {
}
Ext.dd.DragTracker.prototype.onBeforeStart = function(e) {
}
Ext.dd.DragTracker.prototype.onStart = function(xy) {
}
Ext.dd.DragTracker.prototype.onDrag = function(e) {
}
Ext.dd.DragTracker.prototype.onEnd = function(e) {
}
Ext.dd.DragTracker.prototype.getDragTarget = function() {}
Ext.dd.DragTracker.prototype.getDragCt = function() {}
Ext.dd.DragTracker.prototype.getXY = function(constrain) {
}
Ext.dd.DragTracker.prototype.getOffset = function(constrain) {
}
Ext.dd.DragTracker.prototype.constrainModes = null;
Ext.dd.StatusProxy.prototype = {
dropAllowed : "",
dropNotAllowed : "",
setStatus : function(cssClass) {
///
},
reset : function(clearGhost) {
///
},
update : function(html) {
///
},
getEl : function() {
///
},
getGhost : function() {
///
},
hide : function(clear) {
///
},
stop : function() { },
show : function() { },
sync : function() { },
repair : function(xy, callback, scope) {
///
///
///
},
afterRepair : function() { },
id : null,
el : null,
ghost : null,
dropStatus : ""
}
Ext.dd.DragSource.prototype = new Ext.dd.DDProxy;
Ext.dd.DragSource.prototype.dropAllowed = "";
Ext.dd.DragSource.prototype.dropNotAllowed = "";
Ext.dd.DragSource.prototype.getDragData = function(e) {
///
}
Ext.dd.DragSource.prototype.onDragEnter = function(e, id) {
}
Ext.dd.DragSource.prototype.beforeDragEnter = function(target, e, id) {
///
///
///
///
}
Ext.dd.DragSource.prototype.alignElWithMouse = function() {}
Ext.dd.DragSource.prototype.onDragOver = function(e, id) {
}
Ext.dd.DragSource.prototype.beforeDragOver = function(target, e, id) {
///
///
///
///
}
Ext.dd.DragSource.prototype.onDragOut = function(e, id) {
}
Ext.dd.DragSource.prototype.beforeDragOut = function(target, e, id) {
///
///
///
///
}
Ext.dd.DragSource.prototype.onDragDrop = function(e, id) {
}
Ext.dd.DragSource.prototype.beforeDragDrop = function(target, e, id) {
///
///
///
///
}
Ext.dd.DragSource.prototype.onValidDrop = function(target, e, id) {
}
Ext.dd.DragSource.prototype.getRepairXY = function(e, data) {
}
Ext.dd.DragSource.prototype.onInvalidDrop = function(target, e, id) {
}
Ext.dd.DragSource.prototype.afterRepair = function() {}
Ext.dd.DragSource.prototype.beforeInvalidDrop = function(target, e, id) {
///
///
///
///
}
Ext.dd.DragSource.prototype.handleMouseDown = function(e) {
}
Ext.dd.DragSource.prototype.onBeforeDrag = function(data, e) {
///
///
///
}
Ext.dd.DragSource.prototype.onStartDrag = function(x, y) {
///
///
}
Ext.dd.DragSource.prototype.startDrag = function(x, y) {
}
Ext.dd.DragSource.prototype.onInitDrag = function(x, y) {
}
Ext.dd.DragSource.prototype.getProxy = function() {
///
}
Ext.dd.DragSource.prototype.hideProxy = function() {}
Ext.dd.DragSource.prototype.triggerCacheRefresh = function() {}
Ext.dd.DragSource.prototype.b4EndDrag = function(e) {
}
Ext.dd.DragSource.prototype.endDrag = function(e) {
}
Ext.dd.DragSource.prototype.onEndDrag = function(data, e) {
}
Ext.dd.DragSource.prototype.autoOffset = function(x, y) {
}
Ext.dd.DragSource.prototype.el = null;
Ext.dd.DragSource.prototype.dragging = null;
Ext.dd.DropTarget.prototype = new Ext.dd.DDTarget;
Ext.dd.DropTarget.prototype.dropAllowed = "";
Ext.dd.DropTarget.prototype.dropNotAllowed = "";
Ext.dd.DropTarget.prototype.isTarget = false;
Ext.dd.DropTarget.prototype.isNotifyTarget = false;
Ext.dd.DropTarget.prototype.notifyEnter = function(dd, e, data) {
///
///
///
///
}
Ext.dd.DropTarget.prototype.notifyOver = function(dd, e, data) {
///
///
///
///
}
Ext.dd.DropTarget.prototype.notifyOut = function(dd, e, data) {
///
///
///
}
Ext.dd.DropTarget.prototype.notifyDrop = function(dd, e, data) {
///
///
///
///
}
Ext.dd.DropTarget.prototype.el = null;
Ext.dd.DragZone.prototype = new Ext.dd.DragSource;
Ext.dd.DragZone.prototype.getDragData = function(e) {
///
///
}
Ext.dd.DragZone.prototype.onInitDrag = function(x, y) {
///
///
///
}
Ext.dd.DragZone.prototype.afterRepair = function() {}
Ext.dd.DragZone.prototype.getRepairXY = function(e) {
///
///
}
Ext.dd.DropZone.prototype = new Ext.dd.DropTarget;
Ext.dd.DropZone.prototype.getTargetFromEvent = function(e) {
///
///
}
Ext.dd.DropZone.prototype.onNodeEnter = function(n, dd, e, data) {
///
///
///
///
}
Ext.dd.DropZone.prototype.onNodeOver = function(n, dd, e, data) {
///
///
///
///
///
}
Ext.dd.DropZone.prototype.onNodeOut = function(n, dd, e, data) {
///
///
///
///
}
Ext.dd.DropZone.prototype.onNodeDrop = function(n, dd, e, data) {
///
///
///
///
///
}
Ext.dd.DropZone.prototype.onContainerOver = function(dd, e, data) {
///
///
///
///
}
Ext.dd.DropZone.prototype.onContainerDrop = function(dd, e, data) {
///
///
///
///
}
Ext.dd.DropZone.prototype.notifyEnter = function(dd, e, data) {
///
///
///
///
}
Ext.dd.DropZone.prototype.notifyOver = function(dd, e, data) {
///
///
///
///
}
Ext.dd.DropZone.prototype.notifyOut = function(dd, e, data) {
///
///
///
}
Ext.dd.DropZone.prototype.notifyDrop = function(dd, e, data) {
///
///
///
///
}
Ext.dd.DropZone.prototype.triggerCacheRefresh = function() {}
Ext.dd.PanelProxy.prototype = {
insertProxy : false,
setStatus : function() { },
reset : function() { },
update : function() { },
stop : function() { },
sync : function() { },
getEl : function() {
///
},
getGhost : function() {
///
},
getProxy : function() {
///
},
hide : function() { },
show : function() { },
repair : function(xy, callback, scope) {
},
moveProxy : function(parentNode, before) {
///
///
},
panel : null,
id : null
}
Ext.Component.prototype = new Ext.util.Observable;
Ext.Component.prototype.disabledClass = "";
Ext.Component.prototype.allowDomMove = false;
Ext.Component.prototype.autoShow = false;
Ext.Component.prototype.hideMode = "";
Ext.Component.prototype.hideParent = false;
Ext.Component.prototype.hidden = false;
Ext.Component.prototype.disabled = false;
Ext.Component.prototype.rendered = false;
Ext.Component.prototype.ctype = "";
Ext.Component.prototype.actionMode = "";
Ext.Component.prototype.getActionEl = function() {}
Ext.Component.prototype.initPlugin = function(p) {
}
Ext.Component.prototype.initComponent = function() {}
Ext.Component.prototype.render = function(container, position) {
///
///
}
Ext.Component.prototype.initState = function(config) {
}
Ext.Component.prototype.initStateEvents = function() {}
Ext.Component.prototype.applyState = function(state, config) {
}
Ext.Component.prototype.getState = function() {}
Ext.Component.prototype.saveState = function() {}
Ext.Component.prototype.applyToMarkup = function(el) {
///
}
Ext.Component.prototype.addClass = function(cls) {
///
}
Ext.Component.prototype.removeClass = function(cls) {
///
}
Ext.Component.prototype.onRender = function(ct, position) {
}
Ext.Component.prototype.getAutoCreate = function() {}
Ext.Component.prototype.afterRender = function() {}
Ext.Component.prototype.destroy = function() {}
Ext.Component.prototype.beforeDestroy = function() {}
Ext.Component.prototype.onDestroy = function() {}
Ext.Component.prototype.getEl = function() {
///
}
Ext.Component.prototype.getId = function() {
///
}
Ext.Component.prototype.getItemId = function() {
///
}
Ext.Component.prototype.focus = function(selectText, delay) {
///
///
///
}
Ext.Component.prototype.blur = function() {}
Ext.Component.prototype.disable = function() {
///
}
Ext.Component.prototype.onDisable = function() {}
Ext.Component.prototype.enable = function() {
///
}
Ext.Component.prototype.onEnable = function() {}
Ext.Component.prototype.setDisabled = function(disabled) {
///
}
Ext.Component.prototype.show = function() {
///
}
Ext.Component.prototype.onShow = function() {}
Ext.Component.prototype.hide = function() {
///
}
Ext.Component.prototype.onHide = function() {}
Ext.Component.prototype.setVisible = function(visible) {
///
///
}
Ext.Component.prototype.isVisible = function() {}
Ext.Component.prototype.cloneConfig = function(overrides) {
///
///
}
Ext.Component.prototype.getXType = function() {
///
}
Ext.Component.prototype.isXType = function(xtype, shallow) {
///
///
}
Ext.Component.prototype.getXTypes = function() {
///
}
Ext.Component.prototype.findParentBy = function(fn) {
///
///
}
Ext.Component.prototype.findParentByType = function(xtype) {
///
///
}
Ext.Component.prototype.mon = function(item, ename, fn, scope, opt) {
}
Ext.Component.prototype.initialConfig = null;
Ext.Action.prototype = {
isAction : false,
setText : function(text) {
///
},
getText : function() { },
setIconClass : function(cls) {
///
},
getIconClass : function() { },
setDisabled : function(v) {
///
},
enable : function() { },
disable : function() { },
isDisabled : function() { },
setHidden : function(v) {
///
},
show : function() { },
hide : function() { },
isHidden : function() { },
setHandler : function(fn, scope) {
///
///
},
each : function(fn, scope) {
///
///
},
callEach : function(fnName, args) {
},
addComponent : function(comp) {
},
removeComponent : function(comp) {
},
execute : function(arg1, arg2, etc) {
///
///
///
},
initialConfig : null,
items : null
}
Ext.Layer.prototype = new Ext.Element;
Ext.Layer.prototype.getZIndex = function() {}
Ext.Layer.prototype.getShim = function() {}
Ext.Layer.prototype.hideShim = function() {}
Ext.Layer.prototype.disableShadow = function() {}
Ext.Layer.prototype.enableShadow = function(show) {
}
Ext.Layer.prototype.sync = function(doShow) {
}
Ext.Layer.prototype.destroy = function() {}
Ext.Layer.prototype.remove = function() {}
Ext.Layer.prototype.beginUpdate = function() {}
Ext.Layer.prototype.endUpdate = function() {}
Ext.Layer.prototype.hideUnders = function(negOffset) {
}
Ext.Layer.prototype.constrainXY = function() {}
Ext.Layer.prototype.isVisible = function() {}
Ext.Layer.prototype.showAction = function() {}
Ext.Layer.prototype.hideAction = function() {}
Ext.Layer.prototype.setVisible = function(v, a, d, c, e) {
}
Ext.Layer.prototype.storeXY = function(xy) {
}
Ext.Layer.prototype.storeLeftTop = function(left, top) {
}
Ext.Layer.prototype.beforeFx = function() {}
Ext.Layer.prototype.afterFx = function() {}
Ext.Layer.prototype.beforeAction = function() {}
Ext.Layer.prototype.setLeft = function(left) {
}
Ext.Layer.prototype.setTop = function(top) {
}
Ext.Layer.prototype.setLeftTop = function(left, top) {
}
Ext.Layer.prototype.setXY = function(xy, a, d, c, e) {
}
Ext.Layer.prototype.createCB = function(c) {
}
Ext.Layer.prototype.setX = function(x, a, d, c, e) {
}
Ext.Layer.prototype.setY = function(y, a, d, c, e) {
}
Ext.Layer.prototype.setSize = function(w, h, a, d, c, e) {
}
Ext.Layer.prototype.setWidth = function(w, a, d, c, e) {
}
Ext.Layer.prototype.setHeight = function(h, a, d, c, e) {
}
Ext.Layer.prototype.setBounds = function(x, y, w, h, a, d, c, e) {
}
Ext.Layer.prototype.setZIndex = function(zindex) {
///
///
}
Ext.Layer.prototype.constrain = null;
Ext.Layer.prototype.zindex = null;
Ext.Layer.prototype.useShim = null;
Ext.Layer.prototype.useDisplay = null;
Ext.Shadow.prototype = {
offset : 0,
defaultMode : "",
show : function(target) {
///
},
isVisible : function() { },
realign : function(l, t, w, h) {
///
///
///
///
},
hide : function() { },
setZIndex : function(z) {
///
},
adjusts : null
}
Ext.BoxComponent.prototype = new Ext.Component;
Ext.BoxComponent.prototype.initComponent = function() {}
Ext.BoxComponent.prototype.boxReady = false;
Ext.BoxComponent.prototype.deferHeight = false;
Ext.BoxComponent.prototype.setSize = function(w, h) {
///
///
///
}
Ext.BoxComponent.prototype.setWidth = function(width) {
///
///
}
Ext.BoxComponent.prototype.setHeight = function(height) {
///
///
}
Ext.BoxComponent.prototype.getSize = function() {
///
}
Ext.BoxComponent.prototype.getPosition = function(local) {
///
///
}
Ext.BoxComponent.prototype.getBox = function(local) {
///
///
}
Ext.BoxComponent.prototype.updateBox = function(box) {
///
///
}
Ext.BoxComponent.prototype.getResizeEl = function() {}
Ext.BoxComponent.prototype.getPositionEl = function() {}
Ext.BoxComponent.prototype.setPosition = function(x, y) {
///
///
///
}
Ext.BoxComponent.prototype.setPagePosition = function(x, y) {
///
///
///
}
Ext.BoxComponent.prototype.onRender = function(ct, position) {
}
Ext.BoxComponent.prototype.afterRender = function() {}
Ext.BoxComponent.prototype.syncSize = function() {
///
}
Ext.BoxComponent.prototype.onResize = function(adjWidth, adjHeight, rawWidth, rawHeight) {
}
Ext.BoxComponent.prototype.onPosition = function(x, y) {
}
Ext.BoxComponent.prototype.adjustSize = function(w, h) {
}
Ext.BoxComponent.prototype.adjustPosition = function(x, y) {
}
Ext.SplitBar.prototype = new Ext.util.Observable;
Ext.SplitBar.prototype.onStartProxyDrag = function(x, y) {
}
Ext.SplitBar.prototype.onEndProxyDrag = function(e) {
}
Ext.SplitBar.prototype.getAdapter = function() {}
Ext.SplitBar.prototype.setAdapter = function(adapter) {
///
}
Ext.SplitBar.prototype.getMinimumSize = function() {
///
}
Ext.SplitBar.prototype.setMinimumSize = function(minSize) {
///
}
Ext.SplitBar.prototype.getMaximumSize = function() {
///
}
Ext.SplitBar.prototype.setMaximumSize = function(maxSize) {
///
}
Ext.SplitBar.prototype.setCurrentSize = function(size) {
///
}
Ext.SplitBar.prototype.destroy = function(removeEl) {
///
}
Ext.SplitBar.prototype.el = null;
Ext.SplitBar.prototype.resizingEl = null;
Ext.SplitBar.prototype.orientation = null;
Ext.SplitBar.prototype.minSize = null;
Ext.SplitBar.prototype.maxSize = null;
Ext.SplitBar.prototype.animate = null;
Ext.SplitBar.prototype.useShim = null;
Ext.SplitBar.prototype.shim = null;
Ext.SplitBar.prototype.dd = null;
Ext.SplitBar.prototype.dragSpecs = null;
Ext.SplitBar.prototype.adapter = null;
Ext.SplitBar.BasicLayoutAdapter.prototype = {
init : function(s) {
},
getElementSize : function(s) {
///
},
setElementSize : function(s, newSize, onComplete) {
///
///
///
}
}
Ext.SplitBar.AbsoluteLayoutAdapter.prototype = {
init : function(s) {
},
getElementSize : function(s) {
},
setElementSize : function(s, newSize, onComplete) {
},
moveSplitter : function(s) {
},
basic : null,
container : null
}
Ext.Container.prototype = new Ext.BoxComponent;
Ext.Container.prototype.autoDestroy = false;
Ext.Container.prototype.defaultType = "";
Ext.Container.prototype.initComponent = function() {}
Ext.Container.prototype.initItems = function() {}
Ext.Container.prototype.setLayout = function(layout) {
}
Ext.Container.prototype.render = function() {}
Ext.Container.prototype.getLayoutTarget = function() {}
Ext.Container.prototype.getComponentId = function(comp) {
}
Ext.Container.prototype.add = function(comp) {
///
///
}
Ext.Container.prototype.insert = function(index, comp) {
///
///
///
}
Ext.Container.prototype.applyDefaults = function(c) {
}
Ext.Container.prototype.onBeforeAdd = function(item) {
}
Ext.Container.prototype.remove = function(comp, autoDestroy) {
///
///
}
Ext.Container.prototype.getComponent = function(comp) {
///
///
}
Ext.Container.prototype.lookupComponent = function(comp) {
}
Ext.Container.prototype.createComponent = function(config) {
}
Ext.Container.prototype.doLayout = function(shallow) {
///
}
Ext.Container.prototype.getLayout = function() {
///
}
Ext.Container.prototype.beforeDestroy = function() {}
Ext.Container.prototype.bubble = function(fn, scope, args) {
///
///
///
}
Ext.Container.prototype.cascade = function(fn, scope, args) {
///
///
///
}
Ext.Container.prototype.findById = function(id) {
///
///
}
Ext.Container.prototype.findByType = function(xtype) {
///
///
}
Ext.Container.prototype.find = function(prop, value) {
///
///
///
}
Ext.Container.prototype.findBy = function(fn, scope) {
///
///
///
}
Ext.layout.ContainerLayout.prototype = {
monitorResize : false,
activeItem : null,
layout : function() { },
onLayout : function(ct, target) {
},
isValidParent : function(c, target) {
},
renderAll : function(ct, target) {
},
renderItem : function(c, position, target) {
},
onResize : function() { },
setContainer : function(ct) {
},
parseMargins : function(v) {
},
destroy : function() { }
}
Ext.layout.FitLayout.prototype = new Ext.layout.ContainerLayout;
Ext.layout.FitLayout.prototype.monitorResize = false;
Ext.layout.FitLayout.prototype.onLayout = function(ct, target) {
}
Ext.layout.FitLayout.prototype.setItemSize = function(item, size) {
}
Ext.layout.CardLayout.prototype = new Ext.layout.FitLayout;
Ext.layout.CardLayout.prototype.deferredRender = false;
Ext.layout.CardLayout.prototype.renderHidden = false;
Ext.layout.CardLayout.prototype.setActiveItem = function(item) {
///
}
Ext.layout.CardLayout.prototype.renderAll = function(ct, target) {
}
Ext.layout.AnchorLayout.prototype = new Ext.layout.ContainerLayout;
Ext.layout.AnchorLayout.prototype.monitorResize = false;
Ext.layout.AnchorLayout.prototype.getAnchorViewSize = function(ct, target) {
}
Ext.layout.AnchorLayout.prototype.onLayout = function(ct, target) {
}
Ext.layout.AnchorLayout.prototype.parseAnchor = function(a, start, cstart) {
}
Ext.layout.AnchorLayout.prototype.adjustWidthAnchor = function(value, comp) {
}
Ext.layout.AnchorLayout.prototype.adjustHeightAnchor = function(value, comp) {
}
Ext.layout.ColumnLayout.prototype = new Ext.layout.ContainerLayout;
Ext.layout.ColumnLayout.prototype.monitorResize = false;
Ext.layout.ColumnLayout.prototype.extraCls = "";
Ext.layout.ColumnLayout.prototype.scrollOffset = 0;
Ext.layout.ColumnLayout.prototype.isValidParent = function(c, target) {
}
Ext.layout.ColumnLayout.prototype.onLayout = function(ct, target) {
}
Ext.layout.BorderLayout.prototype = new Ext.layout.ContainerLayout;
Ext.layout.BorderLayout.prototype.monitorResize = false;
Ext.layout.BorderLayout.prototype.rendered = false;
Ext.layout.BorderLayout.prototype.onLayout = function(ct, target) {
}
Ext.layout.BorderLayout.prototype.destroy = function() {}
Ext.layout.BorderLayout.Region.prototype = {
collapsible : false,
split : false,
floatable : false,
minWidth : 0,
minHeight : 0,
defaultMargins : null,
defaultNSCMargins : null,
defaultEWCMargins : null,
isCollapsed : false,
render : function(ct, p) {
///
},
getCollapsedEl : function() { },
onExpandClick : function(e) {
},
onCollapseClick : function(e) {
},
beforeCollapse : function(p, animate) {
},
onCollapse : function(animate) {
},
beforeExpand : function(animate) {
},
onExpand : function() { },
collapseClick : function(e) {
},
onHide : function() { },
onShow : function() { },
isVisible : function() {
///
},
getMargins : function() {
///
},
getSize : function() {
///
},
setPanel : function(panel) {
///
},
getMinWidth : function() {
///
},
getMinHeight : function() {
///
},
applyLayoutCollapsed : function(box) {
},
applyLayout : function(box) {
},
beforeSlide : function() { },
afterSlide : function() { },
initAutoHide : function() { },
clearAutoHide : function() { },
clearMonitor : function() { },
slideOut : function() { },
afterSlideIn : function() { },
slideIn : function(cb) {
},
slideInIf : function(e) {
},
anchors : null,
sanchors : null,
canchors : null,
getAnchor : function() { },
getCollapseAnchor : function() { },
getSlideAnchor : function() { },
getAlignAdj : function() { },
getExpandAdj : function() { },
layout : null,
position : null,
state : null,
margins : null
}
Ext.layout.BorderLayout.SplitRegion.prototype = new Ext.layout.BorderLayout.Region;
Ext.layout.BorderLayout.SplitRegion.prototype.splitTip = "";
Ext.layout.BorderLayout.SplitRegion.prototype.collapsibleSplitTip = "";
Ext.layout.BorderLayout.SplitRegion.prototype.useSplitTips = false;
Ext.layout.BorderLayout.SplitRegion.prototype.splitSettings = null;
Ext.layout.BorderLayout.SplitRegion.prototype.applyFns = null;
Ext.layout.BorderLayout.SplitRegion.prototype.render = function(ct, p) {
}
Ext.layout.BorderLayout.SplitRegion.prototype.getSize = function() {}
Ext.layout.BorderLayout.SplitRegion.prototype.getHMaxSize = function() {}
Ext.layout.BorderLayout.SplitRegion.prototype.getVMaxSize = function() {}
Ext.layout.BorderLayout.SplitRegion.prototype.onSplitMove = function(split, newSize) {
}
Ext.layout.BorderLayout.SplitRegion.prototype.getSplitBar = function() {
///
}
Ext.layout.FormLayout.prototype = new Ext.layout.AnchorLayout;
Ext.layout.FormLayout.prototype.labelSeparator = "";
Ext.layout.FormLayout.prototype.getAnchorViewSize = function(ct, target) {
}
Ext.layout.FormLayout.prototype.setContainer = function(ct) {
}
Ext.layout.FormLayout.prototype.renderItem = function(c, position, target) {
}
Ext.layout.FormLayout.prototype.adjustWidthAnchor = function(value, comp) {
}
Ext.layout.FormLayout.prototype.isValidParent = function(c, target) {
}
Ext.layout.Accordion.prototype = new Ext.layout.FitLayout;
Ext.layout.Accordion.prototype.fill = false;
Ext.layout.Accordion.prototype.autoWidth = false;
Ext.layout.Accordion.prototype.titleCollapse = false;
Ext.layout.Accordion.prototype.hideCollapseTool = false;
Ext.layout.Accordion.prototype.collapseFirst = false;
Ext.layout.Accordion.prototype.animate = false;
Ext.layout.Accordion.prototype.sequence = false;
Ext.layout.Accordion.prototype.activeOnTop = false;
Ext.layout.Accordion.prototype.renderItem = function(c) {
}
Ext.layout.Accordion.prototype.beforeExpand = function(p, anim) {
}
Ext.layout.Accordion.prototype.setItemSize = function(item, size) {
}
Ext.layout.TableLayout.prototype = new Ext.layout.ContainerLayout;
Ext.layout.TableLayout.prototype.monitorResize = false;
Ext.layout.TableLayout.prototype.setContainer = function(ct) {
}
Ext.layout.TableLayout.prototype.onLayout = function(ct, target) {
}
Ext.layout.TableLayout.prototype.getRow = function(index) {
}
Ext.layout.TableLayout.prototype.getNextCell = function(c) {
}
Ext.layout.TableLayout.prototype.getNextNonSpan = function(colIndex, rowIndex) {
}
Ext.layout.TableLayout.prototype.renderItem = function(c, position, target) {
}
Ext.layout.TableLayout.prototype.isValidParent = function(c, target) {
}
Ext.layout.AbsoluteLayout.prototype = new Ext.layout.AnchorLayout;
Ext.layout.AbsoluteLayout.prototype.extraCls = "";
Ext.layout.AbsoluteLayout.prototype.isForm = false;
Ext.layout.AbsoluteLayout.prototype.setContainer = function(ct) {
}
Ext.layout.AbsoluteLayout.prototype.onLayout = function(ct, target) {
}
Ext.layout.AbsoluteLayout.prototype.getAnchorViewSize = function(ct, target) {
}
Ext.layout.AbsoluteLayout.prototype.isValidParent = function(c, target) {
}
Ext.layout.AbsoluteLayout.prototype.adjustWidthAnchor = function(value, comp) {
}
Ext.layout.AbsoluteLayout.prototype.adjustHeightAnchor = function(value, comp) {
}
Ext.Viewport.prototype = new Ext.Container;
Ext.Viewport.prototype.initComponent = function() {}
Ext.Viewport.prototype.fireResize = function(w, h) {
}
Ext.Panel.prototype = new Ext.Container;
Ext.Panel.prototype.baseCls = "";
Ext.Panel.prototype.collapsedCls = "";
Ext.Panel.prototype.maskDisabled = false;
Ext.Panel.prototype.animCollapse = false;
Ext.Panel.prototype.headerAsText = false;
Ext.Panel.prototype.buttonAlign = "";
Ext.Panel.prototype.collapsed = false;
Ext.Panel.prototype.collapseFirst = false;
Ext.Panel.prototype.minButtonWidth = 0;
Ext.Panel.prototype.elements = "";
Ext.Panel.prototype.toolTarget = "";
Ext.Panel.prototype.collapseEl = "";
Ext.Panel.prototype.slideAnchor = "";
Ext.Panel.prototype.disabledClass = "";
Ext.Panel.prototype.deferHeight = false;
Ext.Panel.prototype.expandDefaults = null;
Ext.Panel.prototype.collapseDefaults = null;
Ext.Panel.prototype.initComponent = function() {}
Ext.Panel.prototype.createElement = function(name, pnode) {
}
Ext.Panel.prototype.onRender = function(ct, position) {
}
Ext.Panel.prototype.setIconClass = function(cls) {
///
}
Ext.Panel.prototype.makeFloating = function(cfg) {
}
Ext.Panel.prototype.getTopToolbar = function() {
///
}
Ext.Panel.prototype.getBottomToolbar = function() {
///
}
Ext.Panel.prototype.addButton = function(config, handler, scope) {
///
///
///
///
}
Ext.Panel.prototype.addTool = function() {}
Ext.Panel.prototype.onShow = function() {}
Ext.Panel.prototype.onHide = function() {}
Ext.Panel.prototype.createToolHandler = function(t, tc, overCls, panel) {
}
Ext.Panel.prototype.afterRender = function() {}
Ext.Panel.prototype.setAutoScroll = function() {}
Ext.Panel.prototype.getKeyMap = function() {}
Ext.Panel.prototype.initEvents = function() {}
Ext.Panel.prototype.initDraggable = function() {}
Ext.Panel.prototype.beforeEffect = function() {}
Ext.Panel.prototype.afterEffect = function() {}
Ext.Panel.prototype.createEffect = function(a, cb, scope) {
}
Ext.Panel.prototype.collapse = function(animate) {
///
///
}
Ext.Panel.prototype.onCollapse = function(doAnim, animArg) {
}
Ext.Panel.prototype.afterCollapse = function() {}
Ext.Panel.prototype.expand = function(animate) {
///
///
}
Ext.Panel.prototype.onExpand = function(doAnim, animArg) {
}
Ext.Panel.prototype.afterExpand = function() {}
Ext.Panel.prototype.toggleCollapse = function(animate) {
///
///
}
Ext.Panel.prototype.onDisable = function() {}
Ext.Panel.prototype.onEnable = function() {}
Ext.Panel.prototype.onResize = function(w, h) {
}
Ext.Panel.prototype.adjustBodyHeight = function(h) {
}
Ext.Panel.prototype.adjustBodyWidth = function(w) {
}
Ext.Panel.prototype.onPosition = function() {}
Ext.Panel.prototype.getFrameWidth = function() {
///
}
Ext.Panel.prototype.getFrameHeight = function() {
///
}
Ext.Panel.prototype.getInnerWidth = function() {
///
}
Ext.Panel.prototype.getInnerHeight = function() {
///
}
Ext.Panel.prototype.syncShadow = function() {}
Ext.Panel.prototype.getLayoutTarget = function() {}
Ext.Panel.prototype.setTitle = function(title, iconCls) {
///
///
}
Ext.Panel.prototype.getUpdater = function() {
///
}
Ext.Panel.prototype.load = function(config) {
///
///
}
Ext.Panel.prototype.beforeDestroy = function() {}
Ext.Panel.prototype.createClasses = function() {}
Ext.Panel.prototype.createGhost = function(cls, useShim, appendTo) {
}
Ext.Panel.prototype.doAutoLoad = function() {}
Ext.Panel.DD.prototype = new Ext.dd.DD;
Ext.Panel.DD.prototype.showFrame = function() {}
Ext.Panel.DD.prototype.startDrag = function() {}
Ext.Panel.DD.prototype.b4StartDrag = function(x, y) {
}
Ext.Panel.DD.prototype.b4MouseDown = function(e) {
}
Ext.Panel.DD.prototype.onInitDrag = function(x, y) {
}
Ext.Panel.DD.prototype.createFrame = function() {}
Ext.Panel.DD.prototype.getDragEl = function(e) {
}
Ext.Panel.DD.prototype.endDrag = function(e) {
}
Ext.Panel.DD.prototype.autoOffset = function(x, y) {
}
Ext.Panel.DD.prototype.panel = null;
Ext.Panel.DD.prototype.dragData = null;
Ext.Panel.DD.prototype.proxy = null;
Ext.Panel.DD.prototype.moveOnly = false;
Ext.Panel.DD.prototype.scroll = false;
Ext.Panel.DD.prototype.headerOffsets = [];
Ext.Window.prototype = new Ext.Panel;
Ext.Window.prototype.baseCls = "";
Ext.Window.prototype.resizable = false;
Ext.Window.prototype.draggable = false;
Ext.Window.prototype.closable = false;
Ext.Window.prototype.constrain = false;
Ext.Window.prototype.constrainHeader = false;
Ext.Window.prototype.plain = false;
Ext.Window.prototype.minimizable = false;
Ext.Window.prototype.maximizable = false;
Ext.Window.prototype.minHeight = 0;
Ext.Window.prototype.minWidth = 0;
Ext.Window.prototype.expandOnShow = false;
Ext.Window.prototype.closeAction = "";
Ext.Window.prototype.elements = "";
Ext.Window.prototype.collapsible = false;
Ext.Window.prototype.initHidden = false;
Ext.Window.prototype.monitorResize = false;
Ext.Window.prototype.frame = false;
Ext.Window.prototype.floating = false;
Ext.Window.prototype.initComponent = function() {}
Ext.Window.prototype.getState = function() {}
Ext.Window.prototype.onRender = function(ct, position) {
}
Ext.Window.prototype.initEvents = function() {}
Ext.Window.prototype.initDraggable = function() {}
Ext.Window.prototype.onEsc = function() {}
Ext.Window.prototype.beforeDestroy = function() {}
Ext.Window.prototype.onDestroy = function() {}
Ext.Window.prototype.initTools = function() {}
Ext.Window.prototype.resizerAction = function() {}
Ext.Window.prototype.beforeResize = function() {}
Ext.Window.prototype.updateHandles = function() {}
Ext.Window.prototype.handleResize = function(box) {
}
Ext.Window.prototype.focus = function() {}
Ext.Window.prototype.setAnimateTarget = function(el) {
///
}
Ext.Window.prototype.beforeShow = function() {}
Ext.Window.prototype.show = function(animateTarget, cb, scope) {
///
///
///
}
Ext.Window.prototype.afterShow = function() {}
Ext.Window.prototype.animShow = function() {}
Ext.Window.prototype.hide = function(animateTarget, cb, scope) {
///
///
///
}
Ext.Window.prototype.afterHide = function() {}
Ext.Window.prototype.animHide = function() {}
Ext.Window.prototype.onWindowResize = function() {}
Ext.Window.prototype.doConstrain = function() {}
Ext.Window.prototype.ghost = function(cls) {
}
Ext.Window.prototype.unghost = function(show, matchPosition) {
}
Ext.Window.prototype.minimize = function() {}
Ext.Window.prototype.close = function() {}
Ext.Window.prototype.maximize = function() {}
Ext.Window.prototype.restore = function() {}
Ext.Window.prototype.toggleMaximize = function() {}
Ext.Window.prototype.fitContainer = function() {}
Ext.Window.prototype.setZIndex = function(index) {
}
Ext.Window.prototype.alignTo = function(element, position, offsets) {
///
///
///
///
}
Ext.Window.prototype.anchorTo = function(el, alignment, offsets, monitorScroll, _pname) {
///
///
///
///
///
}
Ext.Window.prototype.toFront = function() {
///
}
Ext.Window.prototype.setActive = function(active) {
///
}
Ext.Window.prototype.toBack = function() {
///
}
Ext.Window.prototype.center = function() {
///
}
Ext.Window.DD.prototype = new Ext.dd.DD;
Ext.Window.DD.prototype.moveOnly = false;
Ext.Window.DD.prototype.headerOffsets = [];
Ext.Window.DD.prototype.startDrag = function() {}
Ext.Window.DD.prototype.b4Drag = function() {}
Ext.Window.DD.prototype.onDrag = function(e) {
}
Ext.Window.DD.prototype.endDrag = function(e) {
}
Ext.Window.DD.prototype.win = null;
Ext.state.Provider.prototype = new Ext.util.Observable;
Ext.state.Provider.prototype.get = function(name, defaultValue) {
///
///
///
}
Ext.state.Provider.prototype.clear = function(name) {
///
}
Ext.state.Provider.prototype.set = function(name, value) {
///
///
}
Ext.state.Provider.prototype.decodeValue = function(cookie) {
///
///
}
Ext.state.Provider.prototype.encodeValue = function(v) {
///
///
}
Ext.state.Provider.prototype.state = null;
Ext.state.CookieProvider.prototype = new Ext.state.Provider;
Ext.state.CookieProvider.prototype.set = function(name, value) {
}
Ext.state.CookieProvider.prototype.clear = function(name) {
}
Ext.state.CookieProvider.prototype.readCookies = function() {}
Ext.state.CookieProvider.prototype.setCookie = function(name, value) {
}
Ext.state.CookieProvider.prototype.clearCookie = function(name) {
}
Ext.state.CookieProvider.prototype.path = null;
Ext.state.CookieProvider.prototype.expires = null;
Ext.state.CookieProvider.prototype.domain = null;
Ext.state.CookieProvider.prototype.secure = null;
Ext.DataView.prototype = new Ext.BoxComponent;
Ext.DataView.prototype.selectedClass = "";
Ext.DataView.prototype.emptyText = "";
Ext.DataView.prototype.deferEmptyText = false;
Ext.DataView.prototype.trackOver = false;
Ext.DataView.prototype.last = false;
Ext.DataView.prototype.initComponent = function() {}
Ext.DataView.prototype.onRender = function() {}
Ext.DataView.prototype.afterRender = function() {}
Ext.DataView.prototype.refresh = function() {}
Ext.DataView.prototype.prepareData = function(data) {
///
///
}
Ext.DataView.prototype.collectData = function(records, startIndex) {
///
///
}
Ext.DataView.prototype.bufferRender = function(records) {
}
Ext.DataView.prototype.onUpdate = function(ds, record) {
}
Ext.DataView.prototype.onAdd = function(ds, records, index) {
}
Ext.DataView.prototype.onRemove = function(ds, record, index) {
}
Ext.DataView.prototype.refreshNode = function(index) {
///
}
Ext.DataView.prototype.updateIndexes = function(startIndex, endIndex) {
}
Ext.DataView.prototype.setStore = function(store, initial) {
///
}
Ext.DataView.prototype.findItemFromChild = function(node) {
///
///
}
Ext.DataView.prototype.onClick = function(e) {
}
Ext.DataView.prototype.onContextMenu = function(e) {
}
Ext.DataView.prototype.onDblClick = function(e) {
}
Ext.DataView.prototype.onMouseOver = function(e) {
}
Ext.DataView.prototype.onMouseOut = function(e) {
}
Ext.DataView.prototype.onItemClick = function(item, index, e) {
}
Ext.DataView.prototype.doSingleSelection = function(item, index, e) {
}
Ext.DataView.prototype.doMultiSelection = function(item, index, e) {
}
Ext.DataView.prototype.getSelectionCount = function() {
///
}
Ext.DataView.prototype.getSelectedNodes = function() {
///
}
Ext.DataView.prototype.getSelectedIndexes = function() {
///
}
Ext.DataView.prototype.getSelectedRecords = function() {
///
}
Ext.DataView.prototype.getRecords = function(nodes) {
///
///
}
Ext.DataView.prototype.getRecord = function(node) {
///
///
}
Ext.DataView.prototype.clearSelections = function(suppressEvent, skipUpdate) {
///
}
Ext.DataView.prototype.isSelected = function(node) {
///
///
}
Ext.DataView.prototype.deselect = function(node) {
///
}
Ext.DataView.prototype.select = function(nodeInfo, keepExisting, suppressEvent) {
///
///
///
}
Ext.DataView.prototype.selectRange = function(start, end, keepExisting) {
///
///
///
}
Ext.DataView.prototype.getNode = function(nodeInfo) {
///
///
}
Ext.DataView.prototype.getNodes = function(start, end) {
///
///
///
}
Ext.DataView.prototype.indexOf = function(node) {
///
///
}
Ext.DataView.prototype.onBeforeLoad = function() {}
Ext.DataView.prototype.onDestroy = function() {}
Ext.ColorPalette.prototype = new Ext.Component;
Ext.ColorPalette.prototype.itemCls = "";
Ext.ColorPalette.prototype.value = null;
Ext.ColorPalette.prototype.clickEvent = "";
Ext.ColorPalette.prototype.ctype = "";
Ext.ColorPalette.prototype.allowReselect = false;
Ext.ColorPalette.prototype.colors = [];
Ext.ColorPalette.prototype.onRender = function(container, position) {
}
Ext.ColorPalette.prototype.afterRender = function() {}
Ext.ColorPalette.prototype.handleClick = function(e, t) {
}
Ext.ColorPalette.prototype.select = function(color) {
///
}
Ext.DatePicker.prototype = new Ext.Component;
Ext.DatePicker.prototype.todayText = "";
Ext.DatePicker.prototype.okText = "";
Ext.DatePicker.prototype.cancelText = "";
Ext.DatePicker.prototype.todayTip = "";
Ext.DatePicker.prototype.minText = "";
Ext.DatePicker.prototype.maxText = "";
Ext.DatePicker.prototype.format = "";
Ext.DatePicker.prototype.disabledDaysText = "";
Ext.DatePicker.prototype.disabledDatesText = "";
Ext.DatePicker.prototype.constrainToViewport = false;
Ext.DatePicker.prototype.monthNames = [];
Ext.DatePicker.prototype.dayNames = [];
Ext.DatePicker.prototype.nextText = "";
Ext.DatePicker.prototype.prevText = "";
Ext.DatePicker.prototype.monthYearText = "";
Ext.DatePicker.prototype.startDay = 0;
Ext.DatePicker.prototype.showToday = false;
Ext.DatePicker.prototype.initComponent = function() {}
Ext.DatePicker.prototype.initDisabledDays = function() {}
Ext.DatePicker.prototype.setDisabledDates = function(dd) {
///
}
Ext.DatePicker.prototype.setDisabledDays = function(dd) {
///
}
Ext.DatePicker.prototype.setMinDate = function(dt) {
///
}
Ext.DatePicker.prototype.setMaxDate = function(dt) {
///
}
Ext.DatePicker.prototype.setValue = function(value) {
///
}
Ext.DatePicker.prototype.getValue = function() {
///
}
Ext.DatePicker.prototype.focus = function() {}
Ext.DatePicker.prototype.onRender = function(container, position) {
}
Ext.DatePicker.prototype.createMonthPicker = function() {}
Ext.DatePicker.prototype.showMonthPicker = function() {}
Ext.DatePicker.prototype.updateMPYear = function(y) {
}
Ext.DatePicker.prototype.updateMPMonth = function(sm) {
}
Ext.DatePicker.prototype.selectMPMonth = function(m) {
}
Ext.DatePicker.prototype.onMonthClick = function(e, t) {
}
Ext.DatePicker.prototype.onMonthDblClick = function(e, t) {
}
Ext.DatePicker.prototype.hideMonthPicker = function(disableAnim) {
}
Ext.DatePicker.prototype.showPrevMonth = function(e) {
}
Ext.DatePicker.prototype.showNextMonth = function(e) {
}
Ext.DatePicker.prototype.showPrevYear = function() {}
Ext.DatePicker.prototype.showNextYear = function() {}
Ext.DatePicker.prototype.handleMouseWheel = function(e) {
}
Ext.DatePicker.prototype.handleDateClick = function(e, t) {
}
Ext.DatePicker.prototype.selectToday = function() {}
Ext.DatePicker.prototype.update = function(date, forceRefresh) {
}
Ext.DatePicker.prototype.beforeDestroy = function() {}
Ext.TabPanel.prototype = new Ext.Panel;
Ext.TabPanel.prototype.monitorResize = false;
Ext.TabPanel.prototype.deferredRender = false;
Ext.TabPanel.prototype.tabWidth = 0;
Ext.TabPanel.prototype.minTabWidth = 0;
Ext.TabPanel.prototype.resizeTabs = false;
Ext.TabPanel.prototype.enableTabScroll = false;
Ext.TabPanel.prototype.scrollIncrement = 0;
Ext.TabPanel.prototype.scrollRepeatInterval = 0;
Ext.TabPanel.prototype.scrollDuration = 0;
Ext.TabPanel.prototype.animScroll = false;
Ext.TabPanel.prototype.tabPosition = "";
Ext.TabPanel.prototype.baseCls = "";
Ext.TabPanel.prototype.autoTabs = false;
Ext.TabPanel.prototype.autoTabSelector = "";
Ext.TabPanel.prototype.activeTab = null;
Ext.TabPanel.prototype.tabMargin = 0;
Ext.TabPanel.prototype.plain = false;
Ext.TabPanel.prototype.wheelIncrement = 0;
Ext.TabPanel.prototype.idDelimiter = "";
Ext.TabPanel.prototype.itemCls = "";
Ext.TabPanel.prototype.elements = "";
Ext.TabPanel.prototype.headerAsText = false;
Ext.TabPanel.prototype.frame = false;
Ext.TabPanel.prototype.hideBorders = false;
Ext.TabPanel.prototype.initComponent = function() {}
Ext.TabPanel.prototype.render = function() {}
Ext.TabPanel.prototype.onRender = function(ct, position) {
}
Ext.TabPanel.prototype.afterRender = function() {}
Ext.TabPanel.prototype.initEvents = function() {}
Ext.TabPanel.prototype.findTargets = function(e) {
}
Ext.TabPanel.prototype.onStripMouseDown = function(e) {
}
Ext.TabPanel.prototype.onStripContextMenu = function(e) {
}
Ext.TabPanel.prototype.readTabs = function(removeExisting) {
///
}
Ext.TabPanel.prototype.initTab = function(item, index) {
}
Ext.TabPanel.prototype.onAdd = function(tp, item, index) {
}
Ext.TabPanel.prototype.onBeforeAdd = function(item) {
}
Ext.TabPanel.prototype.onRemove = function(tp, item) {
}
Ext.TabPanel.prototype.onBeforeShowItem = function(item) {
}
Ext.TabPanel.prototype.onItemDisabled = function(item) {
}
Ext.TabPanel.prototype.onItemEnabled = function(item) {
}
Ext.TabPanel.prototype.onItemTitleChanged = function(item) {
}
Ext.TabPanel.prototype.getTabEl = function(item) {
///
///
}
Ext.TabPanel.prototype.onResize = function() {}
Ext.TabPanel.prototype.beginUpdate = function() {}
Ext.TabPanel.prototype.endUpdate = function() {}
Ext.TabPanel.prototype.hideTabStripItem = function(item) {
///
}
Ext.TabPanel.prototype.unhideTabStripItem = function(item) {
///
}
Ext.TabPanel.prototype.delegateUpdates = function() {}
Ext.TabPanel.prototype.autoSizeTabs = function() {}
Ext.TabPanel.prototype.adjustBodyWidth = function(w) {
}
Ext.TabPanel.prototype.setActiveTab = function(item) {
///
}
Ext.TabPanel.prototype.getActiveTab = function() {
///
}
Ext.TabPanel.prototype.getItem = function(item) {
///
///
}
Ext.TabPanel.prototype.autoScrollTabs = function() {}
Ext.TabPanel.prototype.createScrollers = function() {}
Ext.TabPanel.prototype.getScrollWidth = function() {}
Ext.TabPanel.prototype.getScrollPos = function() {}
Ext.TabPanel.prototype.getScrollArea = function() {}
Ext.TabPanel.prototype.getScrollAnim = function() {}
Ext.TabPanel.prototype.getScrollIncrement = function() {}
Ext.TabPanel.prototype.scrollToTab = function(item, animate) {
///
///
}
Ext.TabPanel.prototype.scrollTo = function(pos, animate) {
}
Ext.TabPanel.prototype.onWheel = function(e) {
}
Ext.TabPanel.prototype.onScrollRight = function() {}
Ext.TabPanel.prototype.onScrollLeft = function() {}
Ext.TabPanel.prototype.updateScrollButtons = function() {}
Ext.TabPanel.prototype.activate = function(item) {
///
}
Ext.Button.prototype = new Ext.Component;
Ext.Button.prototype.hidden = false;
Ext.Button.prototype.disabled = false;
Ext.Button.prototype.pressed = false;
Ext.Button.prototype.enableToggle = false;
Ext.Button.prototype.menuAlign = "";
Ext.Button.prototype.type = "";
Ext.Button.prototype.menuClassTarget = "";
Ext.Button.prototype.clickEvent = "";
Ext.Button.prototype.handleMouseEvents = false;
Ext.Button.prototype.tooltipType = "";
Ext.Button.prototype.buttonSelector = "";
Ext.Button.prototype.initComponent = function() {}
Ext.Button.prototype.onRender = function(ct, position) {
}
Ext.Button.prototype.initButtonEl = function(btn, btnEl) {
}
Ext.Button.prototype.afterRender = function() {}
Ext.Button.prototype.setIconClass = function(cls) {
///
}
Ext.Button.prototype.beforeDestroy = function() {}
Ext.Button.prototype.onDestroy = function() {}
Ext.Button.prototype.autoWidth = function() {}
Ext.Button.prototype.setHandler = function(handler, scope) {
///
///
}
Ext.Button.prototype.setText = function(text) {
///
}
Ext.Button.prototype.getText = function() {
///
}
Ext.Button.prototype.toggle = function(state) {
///
}
Ext.Button.prototype.focus = function() {}
Ext.Button.prototype.onDisable = function() {}
Ext.Button.prototype.onEnable = function() {}
Ext.Button.prototype.showMenu = function() {}
Ext.Button.prototype.hideMenu = function() {}
Ext.Button.prototype.hasVisibleMenu = function() {
///
}
Ext.Button.prototype.onClick = function(e) {
}
Ext.Button.prototype.isMenuTriggerOver = function(e, internal) {
}
Ext.Button.prototype.isMenuTriggerOut = function(e, internal) {
}
Ext.Button.prototype.onMouseOver = function(e) {
}
Ext.Button.prototype.monitorMouseOver = function(e) {
}
Ext.Button.prototype.onMouseOut = function(e) {
}
Ext.Button.prototype.onFocus = function(e) {
}
Ext.Button.prototype.onBlur = function(e) {
}
Ext.Button.prototype.getClickEl = function(e, isUp) {
}
Ext.Button.prototype.onMouseDown = function(e) {
}
Ext.Button.prototype.onMouseUp = function(e) {
}
Ext.Button.prototype.onMenuShow = function(e) {
}
Ext.Button.prototype.onMenuHide = function(e) {
}
Ext.Button.prototype.restoreClick = function() {}
Ext.MenuButton.prototype = new Ext.Button;
Ext.MenuButton.prototype.arrowSelector = "";
Ext.MenuButton.prototype.initComponent = function() {}
Ext.MenuButton.prototype.onRender = function(ct, position) {
}
Ext.MenuButton.prototype.autoWidth = function() {}
Ext.MenuButton.prototype.setArrowHandler = function(handler, scope) {
///
///
}
Ext.MenuButton.prototype.onClick = function(e) {
}
Ext.MenuButton.prototype.getClickEl = function(e, isUp) {
}
Ext.MenuButton.prototype.onDisable = function() {}
Ext.MenuButton.prototype.onEnable = function() {}
Ext.MenuButton.prototype.isMenuTriggerOver = function(e) {
}
Ext.MenuButton.prototype.isMenuTriggerOut = function(e, internal) {
}
Ext.MenuButton.prototype.onDestroy = function() {}
Ext.CycleButton.prototype = new Ext.MenuButton;
Ext.CycleButton.prototype.getItemText = function(item) {
}
Ext.CycleButton.prototype.setActiveItem = function(item, suppressEvent) {
///
///
}
Ext.CycleButton.prototype.getActiveItem = function() {
///
}
Ext.CycleButton.prototype.initComponent = function() {}
Ext.CycleButton.prototype.checkHandler = function(item, pressed) {
}
Ext.CycleButton.prototype.toggleSelected = function() {}
Ext.Toolbar.prototype = new Ext.BoxComponent;
Ext.Toolbar.prototype.trackMenus = false;
Ext.Toolbar.prototype.initComponent = function() {}
Ext.Toolbar.prototype.autoCreate = null;
Ext.Toolbar.prototype.onRender = function(ct, position) {
}
Ext.Toolbar.prototype.afterRender = function() {}
Ext.Toolbar.prototype.add = function(arg1, arg2, etc) {
///
///
///
}
Ext.Toolbar.prototype.addSeparator = function() {
///
}
Ext.Toolbar.prototype.addSpacer = function() {
///
}
Ext.Toolbar.prototype.addFill = function() {
///
}
Ext.Toolbar.prototype.addElement = function(el) {
///
///
}
Ext.Toolbar.prototype.addItem = function(item) {
///
///
}
Ext.Toolbar.prototype.addButton = function(config) {
///
///
}
Ext.Toolbar.prototype.initMenuTracking = function(item) {
}
Ext.Toolbar.prototype.addText = function(text) {
///
///
}
Ext.Toolbar.prototype.insertButton = function(index, item) {
///
///
///
}
Ext.Toolbar.prototype.addDom = function(config, returnEl) {
///
///
}
Ext.Toolbar.prototype.addField = function(field) {
///
///
}
Ext.Toolbar.prototype.nextBlock = function() {}
Ext.Toolbar.prototype.onDestroy = function() {}
Ext.Toolbar.prototype.onDisable = function() {}
Ext.Toolbar.prototype.onEnable = function() {}
Ext.Toolbar.prototype.onButtonTriggerOver = function(btn) {
}
Ext.Toolbar.prototype.onButtonMenuShow = function(btn) {
}
Ext.Toolbar.prototype.onButtonMenuHide = function(btn) {
}
Ext.Toolbar.Item.prototype = {
getEl : function() {
///
},
render : function(td) {
},
destroy : function() { },
show : function() { },
hide : function() { },
setVisible : function(visible) {
///
},
focus : function() { },
disable : function() { },
enable : function() { },
el : null,
id : null,
hidden : null
}
Ext.Toolbar.Separator.prototype = new Ext.Toolbar.Item;
Ext.Toolbar.Separator.prototype.enable = function() {}
Ext.Toolbar.Separator.prototype.disable = function() {}
Ext.Toolbar.Separator.prototype.focus = function() {}
Ext.Toolbar.Spacer.prototype = new Ext.Toolbar.Item;
Ext.Toolbar.Spacer.prototype.enable = function() {}
Ext.Toolbar.Spacer.prototype.disable = function() {}
Ext.Toolbar.Spacer.prototype.focus = function() {}
Ext.Toolbar.Fill.prototype = new Ext.Toolbar.Spacer;
Ext.Toolbar.Fill.prototype.render = function(td) {
}
Ext.Toolbar.TextItem.prototype = new Ext.Toolbar.Item;
Ext.Toolbar.TextItem.prototype.enable = function() {}
Ext.Toolbar.TextItem.prototype.disable = function() {}
Ext.Toolbar.TextItem.prototype.focus = function() {}
Ext.Toolbar.Button.prototype = new Ext.Button;
Ext.Toolbar.Button.prototype.hideParent = false;
Ext.Toolbar.Button.prototype.onDestroy = function() {}
Ext.Toolbar.MenuButton.prototype = new Ext.MenuButton;
Ext.Toolbar.MenuButton.prototype.hideParent = false;
Ext.Toolbar.MenuButton.prototype.onDestroy = function() {}
Ext.PagingToolbar.prototype = new Ext.Toolbar;
Ext.PagingToolbar.prototype.pageSize = 0;
Ext.PagingToolbar.prototype.displayMsg = "";
Ext.PagingToolbar.prototype.emptyMsg = "";
Ext.PagingToolbar.prototype.beforePageText = "";
Ext.PagingToolbar.prototype.afterPageText = "";
Ext.PagingToolbar.prototype.firstText = "";
Ext.PagingToolbar.prototype.prevText = "";
Ext.PagingToolbar.prototype.nextText = "";
Ext.PagingToolbar.prototype.lastText = "";
Ext.PagingToolbar.prototype.refreshText = "";
Ext.PagingToolbar.prototype.paramNames = null;
Ext.PagingToolbar.prototype.initComponent = function() {}
Ext.PagingToolbar.prototype.onRender = function(ct, position) {
}
Ext.PagingToolbar.prototype.updateInfo = function() {}
Ext.PagingToolbar.prototype.onLoad = function(store, r, o) {
}
Ext.PagingToolbar.prototype.getPageData = function() {}
Ext.PagingToolbar.prototype.onLoadError = function() {}
Ext.PagingToolbar.prototype.readPage = function(d) {
}
Ext.PagingToolbar.prototype.onPagingKeydown = function(e) {
}
Ext.PagingToolbar.prototype.beforeLoad = function() {}
Ext.PagingToolbar.prototype.doLoad = function(start) {
}
Ext.PagingToolbar.prototype.changePage = function(page) {
///
}
Ext.PagingToolbar.prototype.onClick = function(which) {
}
Ext.PagingToolbar.prototype.unbind = function(store) {
///
}
Ext.PagingToolbar.prototype.bind = function(store) {
///
}
Ext.Resizable.prototype = new Ext.util.Observable;
Ext.Resizable.prototype.resizeChild = false;
Ext.Resizable.prototype.adjustments = [];
Ext.Resizable.prototype.minWidth = 0;
Ext.Resizable.prototype.minHeight = 0;
Ext.Resizable.prototype.maxWidth = 0;
Ext.Resizable.prototype.maxHeight = 0;
Ext.Resizable.prototype.enabled = false;
Ext.Resizable.prototype.animate = false;
Ext.Resizable.prototype.duration = 0;
Ext.Resizable.prototype.dynamic = false;
Ext.Resizable.prototype.handles = false;
Ext.Resizable.prototype.multiDirectional = false;
Ext.Resizable.prototype.disableTrackOver = false;
Ext.Resizable.prototype.easing = "";
Ext.Resizable.prototype.widthIncrement = 0;
Ext.Resizable.prototype.heightIncrement = 0;
Ext.Resizable.prototype.pinned = false;
Ext.Resizable.prototype.width = null;
Ext.Resizable.prototype.height = null;
Ext.Resizable.prototype.preserveRatio = false;
Ext.Resizable.prototype.transparent = false;
Ext.Resizable.prototype.minX = 0;
Ext.Resizable.prototype.minY = 0;
Ext.Resizable.prototype.draggable = false;
Ext.Resizable.prototype.resizeTo = function(width, height) {
///
///
}
Ext.Resizable.prototype.startSizing = function(e, handle) {
}
Ext.Resizable.prototype.onMouseDown = function(handle, e) {
}
Ext.Resizable.prototype.onMouseUp = function(e) {
}
Ext.Resizable.prototype.updateChildSize = function() {}
Ext.Resizable.prototype.snap = function(value, inc, min) {
}
Ext.Resizable.prototype.resizeElement = function() {}
Ext.Resizable.prototype.constrain = function(v, diff, m, mx) {
}
Ext.Resizable.prototype.onMouseMove = function(e) {
}
Ext.Resizable.prototype.handleOver = function() {}
Ext.Resizable.prototype.handleOut = function() {}
Ext.Resizable.prototype.getEl = function() {
///
}
Ext.Resizable.prototype.getResizeChild = function() {
///
}
Ext.Resizable.prototype.destroy = function(removeEl) {
///
}
Ext.Resizable.prototype.syncHandleHeight = function() {}
Ext.Resizable.prototype.el = null;
Ext.Resizable.prototype.proxy = null;
Ext.Resizable.prototype.corner = null;
Ext.Resizable.prototype.activeHandle = null;
Ext.Resizable.Handle.prototype = {
afterResize : function(rz) {
},
onMouseDown : function(e) {
},
onMouseOver : function(e) {
},
onMouseOut : function(e) {
},
position : null,
rz : null,
el : null
}
Ext.Editor.prototype = new Ext.Component;
Ext.Editor.prototype.value = "";
Ext.Editor.prototype.alignment = "";
Ext.Editor.prototype.shadow = "";
Ext.Editor.prototype.constrain = false;
Ext.Editor.prototype.swallowKeys = false;
Ext.Editor.prototype.completeOnEnter = false;
Ext.Editor.prototype.cancelOnEsc = false;
Ext.Editor.prototype.updateEl = false;
Ext.Editor.prototype.initComponent = function() {}
Ext.Editor.prototype.onRender = function(ct, position) {
}
Ext.Editor.prototype.onSpecialKey = function(field, e) {
}
Ext.Editor.prototype.startEdit = function(el, value) {
///
///
}
Ext.Editor.prototype.doAutoSize = function() {}
Ext.Editor.prototype.setSize = function(w, h) {
///
///
}
Ext.Editor.prototype.realign = function() {}
Ext.Editor.prototype.completeEdit = function(remainVisible) {
///
}
Ext.Editor.prototype.onShow = function() {}
Ext.Editor.prototype.deferredFocus = function() {}
Ext.Editor.prototype.cancelEdit = function(remainVisible) {
///
}
Ext.Editor.prototype.onBlur = function() {}
Ext.Editor.prototype.onHide = function() {}
Ext.Editor.prototype.setValue = function(v) {
///
}
Ext.Editor.prototype.getValue = function() {
///
}
Ext.Editor.prototype.beforeDestroy = function() {}
Ext.Editor.prototype.field = null;
Ext.Tip.prototype = new Ext.Panel;
Ext.Tip.prototype.minWidth = 0;
Ext.Tip.prototype.maxWidth = 0;
Ext.Tip.prototype.shadow = "";
Ext.Tip.prototype.defaultAlign = "";
Ext.Tip.prototype.autoRender = false;
Ext.Tip.prototype.quickShowInterval = 0;
Ext.Tip.prototype.frame = false;
Ext.Tip.prototype.hidden = false;
Ext.Tip.prototype.baseCls = "";
Ext.Tip.prototype.floating = null;
Ext.Tip.prototype.autoHeight = false;
Ext.Tip.prototype.initComponent = function() {}
Ext.Tip.prototype.afterRender = function() {}
Ext.Tip.prototype.showAt = function(xy) {
///
}
Ext.Tip.prototype.doAutoWidth = function() {}
Ext.Tip.prototype.showBy = function(el, pos) {
///
///
}
Ext.Tip.prototype.initDraggable = function() {}
Ext.ToolTip.prototype = new Ext.Tip;
Ext.ToolTip.prototype.showDelay = 0;
Ext.ToolTip.prototype.hideDelay = 0;
Ext.ToolTip.prototype.dismissDelay = 0;
Ext.ToolTip.prototype.mouseOffset = [];
Ext.ToolTip.prototype.trackMouse = false;
Ext.ToolTip.prototype.constrainPosition = false;
Ext.ToolTip.prototype.initComponent = function() {}
Ext.ToolTip.prototype.initTarget = function() {}
Ext.ToolTip.prototype.onMouseMove = function(e) {
}
Ext.ToolTip.prototype.getTargetXY = function() {}
Ext.ToolTip.prototype.onTargetOver = function(e) {
}
Ext.ToolTip.prototype.delayShow = function() {}
Ext.ToolTip.prototype.onTargetOut = function(e) {
}
Ext.ToolTip.prototype.delayHide = function() {}
Ext.ToolTip.prototype.hide = function() {}
Ext.ToolTip.prototype.show = function() {}
Ext.ToolTip.prototype.showAt = function(xy) {
}
Ext.ToolTip.prototype.clearTimer = function(name) {
}
Ext.ToolTip.prototype.clearTimers = function() {}
Ext.ToolTip.prototype.onShow = function() {}
Ext.ToolTip.prototype.onHide = function() {}
Ext.ToolTip.prototype.onDocMouseDown = function(e) {
}
Ext.ToolTip.prototype.onDisable = function() {}
Ext.ToolTip.prototype.adjustPosition = function(x, y) {
}
Ext.ToolTip.prototype.onDestroy = function() {}
Ext.QuickTip.prototype = new Ext.ToolTip;
Ext.QuickTip.prototype.interceptTitles = false;
Ext.QuickTip.prototype.tagConfig = null;
Ext.QuickTip.prototype.initComponent = function() {}
Ext.QuickTip.prototype.register = function(config) {
///
}
Ext.QuickTip.prototype.unregister = function(el) {
///
}
Ext.QuickTip.prototype.onTargetOver = function(e) {
}
Ext.QuickTip.prototype.onTargetOut = function(e) {
}
Ext.QuickTip.prototype.showAt = function(xy) {
}
Ext.QuickTip.prototype.hide = function() {}
Ext.tree.TreePanel.prototype = new Ext.Panel;
Ext.tree.TreePanel.prototype.rootVisible = false;
Ext.tree.TreePanel.prototype.animate = false;
Ext.tree.TreePanel.prototype.lines = false;
Ext.tree.TreePanel.prototype.enableDD = false;
Ext.tree.TreePanel.prototype.hlDrop = false;
Ext.tree.TreePanel.prototype.pathSeparator = "";
Ext.tree.TreePanel.prototype.initComponent = function() {}
Ext.tree.TreePanel.prototype.proxyNodeEvent = function(ename, a1, a2, a3, a4, a5, a6) {
}
Ext.tree.TreePanel.prototype.getRootNode = function() {
///
}
Ext.tree.TreePanel.prototype.setRootNode = function(node) {
///
///
}
Ext.tree.TreePanel.prototype.getNodeById = function(id) {
///
///
}
Ext.tree.TreePanel.prototype.registerNode = function(node) {
}
Ext.tree.TreePanel.prototype.unregisterNode = function(node) {
}
Ext.tree.TreePanel.prototype.restrictExpand = function(node) {
}
Ext.tree.TreePanel.prototype.getChecked = function(a, startNode) {
///
///
///
}
Ext.tree.TreePanel.prototype.getEl = function() {
///
}
Ext.tree.TreePanel.prototype.getLoader = function() {
///
}
Ext.tree.TreePanel.prototype.expandAll = function() {}
Ext.tree.TreePanel.prototype.collapseAll = function() {}
Ext.tree.TreePanel.prototype.getSelectionModel = function() {
///
}
Ext.tree.TreePanel.prototype.expandPath = function(path, attr, callback) {
///
///
///
}
Ext.tree.TreePanel.prototype.selectPath = function(path, attr, callback) {
///
///
///
}
Ext.tree.TreePanel.prototype.getTreeEl = function() {
///
}
Ext.tree.TreePanel.prototype.onRender = function(ct, position) {
}
Ext.tree.TreePanel.prototype.initEvents = function() {}
Ext.tree.TreePanel.prototype.afterRender = function() {}
Ext.tree.TreePanel.prototype.onDestroy = function() {}
Ext.tree.TreeNode.prototype = new Ext.data.Node;
Ext.tree.TreeNode.prototype.preventHScroll = false;
Ext.tree.TreeNode.prototype.isExpanded = function() {
///
}
Ext.tree.TreeNode.prototype.getUI = function() {
///
}
Ext.tree.TreeNode.prototype.getLoader = function() {}
Ext.tree.TreeNode.prototype.setFirstChild = function(node) {
}
Ext.tree.TreeNode.prototype.setLastChild = function(node) {
}
Ext.tree.TreeNode.prototype.appendChild = function(n) {
}
Ext.tree.TreeNode.prototype.removeChild = function(node) {
}
Ext.tree.TreeNode.prototype.insertBefore = function(node, refNode) {
}
Ext.tree.TreeNode.prototype.setText = function(text) {
///
}
Ext.tree.TreeNode.prototype.select = function() {}
Ext.tree.TreeNode.prototype.unselect = function() {}
Ext.tree.TreeNode.prototype.isSelected = function() {
///
}
Ext.tree.TreeNode.prototype.expand = function(deep, anim, callback) {
///
///
///
}
Ext.tree.TreeNode.prototype.isHiddenRoot = function() {}
Ext.tree.TreeNode.prototype.collapse = function(deep, anim) {
///
///
}
Ext.tree.TreeNode.prototype.delayedExpand = function(delay) {
}
Ext.tree.TreeNode.prototype.cancelExpand = function() {}
Ext.tree.TreeNode.prototype.toggle = function() {}
Ext.tree.TreeNode.prototype.ensureVisible = function(callback) {
}
Ext.tree.TreeNode.prototype.expandChildNodes = function(deep) {
///
}
Ext.tree.TreeNode.prototype.collapseChildNodes = function(deep) {
///
}
Ext.tree.TreeNode.prototype.disable = function() {}
Ext.tree.TreeNode.prototype.enable = function() {}
Ext.tree.TreeNode.prototype.renderChildren = function(suppressEvent) {
}
Ext.tree.TreeNode.prototype.sort = function(fn, scope) {
}
Ext.tree.TreeNode.prototype.render = function(bulkRender) {
}
Ext.tree.TreeNode.prototype.renderIndent = function(deep, refresh) {
}
Ext.tree.TreeNode.prototype.beginUpdate = function() {}
Ext.tree.TreeNode.prototype.endUpdate = function() {}
Ext.tree.TreeNode.prototype.destroy = function() {}
Ext.tree.TreeNode.prototype.childrenRendered = null;
Ext.tree.TreeNode.prototype.rendered = null;
Ext.tree.TreeNode.prototype.expanded = null;
Ext.tree.TreeNode.prototype.isTarget = null;
Ext.tree.TreeNode.prototype.draggable = null;
Ext.tree.TreeNode.prototype.allowChildren = null;
Ext.tree.TreeNode.prototype.text = null;
Ext.tree.TreeNode.prototype.disabled = null;
Ext.tree.TreeNode.prototype.ui = null;
Ext.tree.AsyncTreeNode.prototype = new Ext.tree.TreeNode;
Ext.tree.AsyncTreeNode.prototype.expand = function(deep, anim, callback) {
}
Ext.tree.AsyncTreeNode.prototype.isLoading = function() {
///
}
Ext.tree.AsyncTreeNode.prototype.loadComplete = function(deep, anim, callback) {
}
Ext.tree.AsyncTreeNode.prototype.isLoaded = function() {
///
}
Ext.tree.AsyncTreeNode.prototype.hasChildNodes = function() {}
Ext.tree.AsyncTreeNode.prototype.reload = function(callback) {
///
}
Ext.tree.AsyncTreeNode.prototype.loaded = null;
Ext.tree.AsyncTreeNode.prototype.loading = null;
Ext.tree.TreeEventModel.prototype = {
initEvents : function() { },
getNode : function(e) {
},
getNodeTarget : function(e) {
},
delegateOut : function(e, t) {
},
delegateOver : function(e, t) {
},
delegateClick : function(e, t) {
},
delegateDblClick : function(e, t) {
},
delegateContextMenu : function(e, t) {
},
onNodeClick : function(e, node) {
},
onNodeOver : function(e, node) {
},
onNodeOut : function(e, node) {
},
onIconOver : function(e, node) {
},
onIconOut : function(e, node) {
},
onIconClick : function(e, node) {
},
onCheckboxClick : function(e, node) {
},
onNodeDblClick : function(e, node) {
},
onNodeContextMenu : function(e, node) {
},
beforeEvent : function(e) {
},
disable : function() { },
enable : function() { },
tree : null
}
Ext.tree.DefaultSelectionModel.prototype = new Ext.util.Observable;
Ext.tree.DefaultSelectionModel.prototype.init = function(tree) {
}
Ext.tree.DefaultSelectionModel.prototype.onNodeClick = function(node, e) {
}
Ext.tree.DefaultSelectionModel.prototype.select = function(node) {
///
///
}
Ext.tree.DefaultSelectionModel.prototype.unselect = function(node) {
///
}
Ext.tree.DefaultSelectionModel.prototype.clearSelections = function() {}
Ext.tree.DefaultSelectionModel.prototype.getSelectedNode = function() {
///
}
Ext.tree.DefaultSelectionModel.prototype.isSelected = function(node) {
///
///
}
Ext.tree.DefaultSelectionModel.prototype.selectPrevious = function() {}
Ext.tree.DefaultSelectionModel.prototype.selectNext = function() {}
Ext.tree.DefaultSelectionModel.prototype.onKeyDown = function(e) {
}
Ext.tree.DefaultSelectionModel.prototype.selNode = null;
Ext.tree.MultiSelectionModel.prototype = new Ext.util.Observable;
Ext.tree.MultiSelectionModel.prototype.init = function(tree) {
}
Ext.tree.MultiSelectionModel.prototype.onNodeClick = function(node, e) {
}
Ext.tree.MultiSelectionModel.prototype.select = function(node, e, keepExisting) {
///
///
///
///
}
Ext.tree.MultiSelectionModel.prototype.unselect = function(node) {
///
}
Ext.tree.MultiSelectionModel.prototype.clearSelections = function(suppressEvent) {
}
Ext.tree.MultiSelectionModel.prototype.isSelected = function(node) {
///
///
}
Ext.tree.MultiSelectionModel.prototype.getSelectedNodes = function() {
///
}
Ext.tree.MultiSelectionModel.prototype.onKeyDown = function(e) {
}
Ext.tree.MultiSelectionModel.prototype.selectNext = function() {}
Ext.tree.MultiSelectionModel.prototype.selectPrevious = function() {}
Ext.tree.MultiSelectionModel.prototype.selNodes = null;
Ext.tree.MultiSelectionModel.prototype.selMap = null;
Ext.tree.TreeNodeUI.prototype = {
removeChild : function(node) {
},
beforeLoad : function() { },
afterLoad : function() { },
onTextChange : function(node, text, oldText) {
},
onDisableChange : function(node, state) {
},
onSelectedChange : function(state) {
},
onMove : function(tree, node, oldParent, newParent, index, refNode) {
},
addClass : function(cls) {
///
},
removeClass : function(cls) {
///
},
remove : function() { },
fireEvent : function() { },
initEvents : function() { },
getDDHandles : function() { },
hide : function() { },
show : function() { },
onContextMenu : function(e) {
},
onClick : function(e) {
},
onDblClick : function(e) {
},
onOver : function(e) {
},
onOut : function(e) {
},
onCheckChange : function() { },
ecClick : function(e) {
},
startDrop : function() { },
endDrop : function() { },
expand : function() { },
focus : function() { },
toggleCheck : function(value) {
///
},
blur : function() { },
animExpand : function(callback) {
},
highlight : function() { },
collapse : function() { },
animCollapse : function(callback) {
},
getContainer : function() { },
getEl : function() { },
appendDDGhost : function(ghostNode) {
},
getDDRepairXY : function() { },
onRender : function() { },
render : function(bulkRender) {
},
renderElements : function(n, a, targetNode, bulkRender) {
},
getAnchor : function() {
///
},
getTextEl : function() {
///
},
getIconEl : function() {
///
},
isChecked : function() {
///
},
updateExpandIcon : function() { },
getChildIndent : function() { },
renderIndent : function() { },
destroy : function() { },
node : null,
rendered : null,
animating : null,
wasLeaf : null,
ecc : null,
emptyIcon : null
}
Ext.tree.RootTreeNodeUI.prototype = new Ext.tree.TreeNodeUI;
Ext.tree.RootTreeNodeUI.prototype.render = function() {}
Ext.tree.RootTreeNodeUI.prototype.collapse = function() {}
Ext.tree.RootTreeNodeUI.prototype.expand = function() {}
Ext.tree.TreeLoader.prototype = new Ext.util.Observable;
Ext.tree.TreeLoader.prototype.uiProviders = null;
Ext.tree.TreeLoader.prototype.clearOnLoad = false;
Ext.tree.TreeLoader.prototype.load = function(node, callback) {
///
///
}
Ext.tree.TreeLoader.prototype.doPreload = function(node) {
}
Ext.tree.TreeLoader.prototype.getParams = function(node) {
}
Ext.tree.TreeLoader.prototype.requestData = function(node, callback) {
}
Ext.tree.TreeLoader.prototype.isLoading = function() {}
Ext.tree.TreeLoader.prototype.abort = function() {}
Ext.tree.TreeLoader.prototype.createNode = function(attr) {
}
Ext.tree.TreeLoader.prototype.processResponse = function(response, node, callback) {
}
Ext.tree.TreeLoader.prototype.handleResponse = function(response) {
}
Ext.tree.TreeLoader.prototype.handleFailure = function(response) {
}
Ext.tree.TreeLoader.prototype.baseParams = null;
Ext.tree.TreeFilter.prototype = {
clearBlank : false,
reverse : false,
autoClear : false,
remove : false,
filter : function(value, attr, startNode) {
///
///
///
},
filterBy : function(fn, scope, startNode) {
///
///
},
clear : function() { },
tree : null,
filtered : null
}
Ext.tree.TreeSorter.prototype = {
doSort : function(node) {
},
compareNodes : function(n1, n2) {
},
updateSort : function(tree, node) {
},
updateSortParent : function(node) {
},
sortFn : function(n1, n2) {
}
}
Ext.tree.TreeDropZone.prototype = new Ext.dd.DropZone;
Ext.tree.TreeDropZone.prototype.ddGroup = "";
Ext.tree.TreeDropZone.prototype.expandDelay = 0;
Ext.tree.TreeDropZone.prototype.expandNode = function(node) {
}
Ext.tree.TreeDropZone.prototype.queueExpand = function(node) {
}
Ext.tree.TreeDropZone.prototype.cancelExpand = function() {}
Ext.tree.TreeDropZone.prototype.isValidDropPoint = function(n, pt, dd, e, data) {
}
Ext.tree.TreeDropZone.prototype.getDropPoint = function(e, n, dd) {
}
Ext.tree.TreeDropZone.prototype.onNodeEnter = function(n, dd, e, data) {
}
Ext.tree.TreeDropZone.prototype.onNodeOver = function(n, dd, e, data) {
}
Ext.tree.TreeDropZone.prototype.onNodeOut = function(n, dd, e, data) {
}
Ext.tree.TreeDropZone.prototype.onNodeDrop = function(n, dd, e, data) {
}
Ext.tree.TreeDropZone.prototype.completeDrop = function(de) {
}
Ext.tree.TreeDropZone.prototype.afterNodeMoved = function(dd, data, e, targetNode, dropNode) {
}
Ext.tree.TreeDropZone.prototype.getTree = function() {}
Ext.tree.TreeDropZone.prototype.removeDropIndicators = function(n) {
}
Ext.tree.TreeDropZone.prototype.beforeDragDrop = function(target, e, id) {
}
Ext.tree.TreeDropZone.prototype.afterRepair = function(data) {
}
Ext.tree.TreeDropZone.prototype.allowParentInsert = null;
Ext.tree.TreeDropZone.prototype.allowContainerDrop = null;
Ext.tree.TreeDropZone.prototype.appendOnly = null;
Ext.tree.TreeDropZone.prototype.tree = null;
Ext.tree.TreeDropZone.prototype.dragOverData = null;
Ext.tree.TreeDropZone.prototype.lastInsertClass = null;
Ext.tree.TreeDragZone.prototype = new Ext.dd.DragZone;
Ext.tree.TreeDragZone.prototype.ddGroup = "";
Ext.tree.TreeDragZone.prototype.onBeforeDrag = function(data, e) {
}
Ext.tree.TreeDragZone.prototype.onInitDrag = function(e) {
}
Ext.tree.TreeDragZone.prototype.getRepairXY = function(e, data) {
}
Ext.tree.TreeDragZone.prototype.onEndDrag = function(data, e) {
}
Ext.tree.TreeDragZone.prototype.onValidDrop = function(dd, e, id) {
}
Ext.tree.TreeDragZone.prototype.beforeInvalidDrop = function(e, id) {
}
Ext.tree.TreeDragZone.prototype.afterRepair = function() {}
Ext.tree.TreeDragZone.prototype.tree = null;
Ext.tree.TreeEditor.prototype = new Ext.Editor;
Ext.tree.TreeEditor.prototype.alignment = "";
Ext.tree.TreeEditor.prototype.autoSize = false;
Ext.tree.TreeEditor.prototype.hideEl = false;
Ext.tree.TreeEditor.prototype.cls = "";
Ext.tree.TreeEditor.prototype.shim = false;
Ext.tree.TreeEditor.prototype.shadow = "";
Ext.tree.TreeEditor.prototype.maxWidth = 0;
Ext.tree.TreeEditor.prototype.editDelay = 0;
Ext.tree.TreeEditor.prototype.initEditor = function(tree) {
}
Ext.tree.TreeEditor.prototype.fitToTree = function(ed, el) {
}
Ext.tree.TreeEditor.prototype.triggerEdit = function(node, defer) {
}
Ext.tree.TreeEditor.prototype.bindScroll = function() {}
Ext.tree.TreeEditor.prototype.beforeNodeClick = function(node, e) {
}
Ext.tree.TreeEditor.prototype.onNodeDblClick = function(node, e) {
}
Ext.tree.TreeEditor.prototype.updateNode = function(ed, value) {
}
Ext.tree.TreeEditor.prototype.onHide = function() {}
Ext.tree.TreeEditor.prototype.onSpecialKey = function(field, e) {
}
Ext.tree.TreeEditor.prototype.tree = null;
Ext.menu.Menu.prototype = new Ext.util.Observable;
Ext.menu.Menu.prototype.minWidth = 0;
Ext.menu.Menu.prototype.shadow = "";
Ext.menu.Menu.prototype.subMenuAlign = "";
Ext.menu.Menu.prototype.defaultAlign = "";
Ext.menu.Menu.prototype.allowOtherMenus = false;
Ext.menu.Menu.prototype.ignoreParentClicks = false;
Ext.menu.Menu.prototype.hidden = false;
Ext.menu.Menu.prototype.createEl = function() {}
Ext.menu.Menu.prototype.render = function() {}
Ext.menu.Menu.prototype.autoWidth = function() {}
Ext.menu.Menu.prototype.delayAutoWidth = function() {}
Ext.menu.Menu.prototype.findTargetItem = function(e) {
}
Ext.menu.Menu.prototype.onClick = function(e) {
}
Ext.menu.Menu.prototype.setActiveItem = function(item, autoExpand) {
}
Ext.menu.Menu.prototype.tryActivate = function(start, step) {
}
Ext.menu.Menu.prototype.onMouseOver = function(e) {
}
Ext.menu.Menu.prototype.onMouseOut = function(e) {
}
Ext.menu.Menu.prototype.isVisible = function() {
///
}
Ext.menu.Menu.prototype.show = function(el, pos, parentMenu) {
///
///
///
}
Ext.menu.Menu.prototype.showAt = function(xy, parentMenu, _e) {
///
///
}
Ext.menu.Menu.prototype.focus = function() {}
Ext.menu.Menu.prototype.doFocus = function() {}
Ext.menu.Menu.prototype.hide = function(deep) {
///
}
Ext.menu.Menu.prototype.add = function(args) {
///
///
}
Ext.menu.Menu.prototype.getEl = function() {
///
}
Ext.menu.Menu.prototype.addSeparator = function() {
///
}
Ext.menu.Menu.prototype.addElement = function(el) {
///
///
}
Ext.menu.Menu.prototype.addItem = function(item) {
///
///
}
Ext.menu.Menu.prototype.addMenuItem = function(config) {
///
///
}
Ext.menu.Menu.prototype.addText = function(text) {
///
///
}
Ext.menu.Menu.prototype.insert = function(index, item) {
///
///
///
}
Ext.menu.Menu.prototype.remove = function(item) {
///
}
Ext.menu.Menu.prototype.removeAll = function() {}
Ext.menu.Menu.prototype.destroy = function() {}
Ext.menu.Menu.prototype.beforeDestroy = function() {}
Ext.menu.Menu.prototype.id = null;
Ext.menu.Menu.prototype.items = null;
Ext.menu.MenuNav.prototype = new Ext.KeyNav;
Ext.menu.MenuNav.prototype.doRelay = function(e, h) {
}
Ext.menu.MenuNav.prototype.up = function(e, m) {
}
Ext.menu.MenuNav.prototype.down = function(e, m) {
}
Ext.menu.MenuNav.prototype.right = function(e, m) {
}
Ext.menu.MenuNav.prototype.left = function(e, m) {
}
Ext.menu.MenuNav.prototype.enter = function(e, m) {
}
Ext.menu.MenuNav.prototype.scope = null;
Ext.menu.MenuNav.prototype.menu = null;
Ext.menu.BaseItem.prototype = new Ext.Component;
Ext.menu.BaseItem.prototype.canActivate = false;
Ext.menu.BaseItem.prototype.activeClass = "";
Ext.menu.BaseItem.prototype.hideOnClick = false;
Ext.menu.BaseItem.prototype.hideDelay = 0;
Ext.menu.BaseItem.prototype.ctype = "";
Ext.menu.BaseItem.prototype.actionMode = "";
Ext.menu.BaseItem.prototype.render = function(container, parentMenu) {
}
Ext.menu.BaseItem.prototype.onRender = function(container, position) {
}
Ext.menu.BaseItem.prototype.setHandler = function(handler, scope) {
///
///
}
Ext.menu.BaseItem.prototype.onClick = function(e) {
}
Ext.menu.BaseItem.prototype.activate = function() {}
Ext.menu.BaseItem.prototype.deactivate = function() {}
Ext.menu.BaseItem.prototype.shouldDeactivate = function(e) {
}
Ext.menu.BaseItem.prototype.handleClick = function(e) {
}
Ext.menu.BaseItem.prototype.expandMenu = function(autoActivate) {
}
Ext.menu.BaseItem.prototype.hideMenu = function() {}
Ext.menu.TextItem.prototype = new Ext.menu.BaseItem;
Ext.menu.TextItem.prototype.hideOnClick = false;
Ext.menu.TextItem.prototype.itemCls = "";
Ext.menu.TextItem.prototype.onRender = function() {}
Ext.menu.Separator.prototype = new Ext.menu.BaseItem;
Ext.menu.Separator.prototype.itemCls = "";
Ext.menu.Separator.prototype.hideOnClick = false;
Ext.menu.Separator.prototype.onRender = function(li) {
}
Ext.menu.Item.prototype = new Ext.menu.BaseItem;
Ext.menu.Item.prototype.itemCls = "";
Ext.menu.Item.prototype.canActivate = false;
Ext.menu.Item.prototype.showDelay = 0;
Ext.menu.Item.prototype.hideDelay = 0;
Ext.menu.Item.prototype.ctype = "";
Ext.menu.Item.prototype.onRender = function(container, position) {
}
Ext.menu.Item.prototype.setText = function(text) {
///
}
Ext.menu.Item.prototype.setIconClass = function(cls) {
///
}
Ext.menu.Item.prototype.handleClick = function(e) {
}
Ext.menu.Item.prototype.activate = function(autoExpand) {
}
Ext.menu.Item.prototype.shouldDeactivate = function(e) {
}
Ext.menu.Item.prototype.deactivate = function() {}
Ext.menu.Item.prototype.expandMenu = function(autoActivate) {
}
Ext.menu.Item.prototype.deferExpand = function(autoActivate) {
}
Ext.menu.Item.prototype.hideMenu = function() {}
Ext.menu.Item.prototype.deferHide = function() {}
Ext.menu.CheckItem.prototype = new Ext.menu.Item;
Ext.menu.CheckItem.prototype.itemCls = "";
Ext.menu.CheckItem.prototype.groupClass = "";
Ext.menu.CheckItem.prototype.checked = false;
Ext.menu.CheckItem.prototype.ctype = "";
Ext.menu.CheckItem.prototype.onRender = function(c) {
}
Ext.menu.CheckItem.prototype.destroy = function() {}
Ext.menu.CheckItem.prototype.setChecked = function(state, suppressEvent) {
///
///
}
Ext.menu.CheckItem.prototype.handleClick = function(e) {
}
Ext.menu.Adapter.prototype = new Ext.menu.BaseItem;
Ext.menu.Adapter.prototype.canActivate = false;
Ext.menu.Adapter.prototype.onRender = function(container, position) {
}
Ext.menu.Adapter.prototype.activate = function() {}
Ext.menu.Adapter.prototype.deactivate = function() {}
Ext.menu.Adapter.prototype.disable = function() {}
Ext.menu.Adapter.prototype.enable = function() {}
Ext.menu.Adapter.prototype.component = null;
Ext.menu.DateItem.prototype = new Ext.menu.Adapter;
Ext.menu.DateItem.prototype.onSelect = function(picker, date) {
}
Ext.menu.DateItem.prototype.picker = null;
Ext.menu.ColorItem.prototype = new Ext.menu.Adapter;
Ext.menu.ColorItem.prototype.palette = null;
Ext.menu.DateMenu.prototype = new Ext.menu.Menu;
Ext.menu.DateMenu.prototype.cls = "";
Ext.menu.DateMenu.prototype.beforeDestroy = function() {}
Ext.menu.DateMenu.prototype.plain = null;
Ext.menu.DateMenu.prototype.picker = null;
Ext.menu.ColorMenu.prototype = new Ext.menu.Menu;
Ext.menu.ColorMenu.prototype.plain = null;
Ext.menu.ColorMenu.prototype.palette = null;
Ext.form.Field.prototype = new Ext.BoxComponent;
Ext.form.Field.prototype.invalidClass = "";
Ext.form.Field.prototype.invalidText = "";
Ext.form.Field.prototype.focusClass = "";
Ext.form.Field.prototype.validationEvent = "";
Ext.form.Field.prototype.validateOnBlur = false;
Ext.form.Field.prototype.validationDelay = 0;
Ext.form.Field.prototype.defaultAutoCreate = null;
Ext.form.Field.prototype.fieldClass = "";
Ext.form.Field.prototype.msgTarget = "";
Ext.form.Field.prototype.msgFx = "";
Ext.form.Field.prototype.readOnly = false;
Ext.form.Field.prototype.disabled = false;
Ext.form.Field.prototype.isFormField = false;
Ext.form.Field.prototype.hasFocus = false;
Ext.form.Field.prototype.initComponent = function() {}
Ext.form.Field.prototype.getName = function() {
///
}
Ext.form.Field.prototype.onRender = function(ct, position) {
}
Ext.form.Field.prototype.initValue = function() {}
Ext.form.Field.prototype.isDirty = function() {}
Ext.form.Field.prototype.afterRender = function() {}
Ext.form.Field.prototype.fireKey = function(e) {
}
Ext.form.Field.prototype.reset = function() {}
Ext.form.Field.prototype.initEvents = function() {}
Ext.form.Field.prototype.onFocus = function() {}
Ext.form.Field.prototype.beforeBlur = function() {}
Ext.form.Field.prototype.onBlur = function() {}
Ext.form.Field.prototype.isValid = function(preventMark) {
///
///
}
Ext.form.Field.prototype.validate = function() {
///
}
Ext.form.Field.prototype.processValue = function(value) {
}
Ext.form.Field.prototype.validateValue = function(value) {
}
Ext.form.Field.prototype.markInvalid = function(msg) {
///
}
Ext.form.Field.prototype.getErrorCt = function() {}
Ext.form.Field.prototype.alignErrorIcon = function() {}
Ext.form.Field.prototype.clearInvalid = function() {}
Ext.form.Field.prototype.getRawValue = function() {
///
}
Ext.form.Field.prototype.getValue = function() {
///
}
Ext.form.Field.prototype.setRawValue = function(v) {
///
///
}
Ext.form.Field.prototype.setValue = function(v) {
///
}
Ext.form.Field.prototype.adjustSize = function(w, h) {
}
Ext.form.Field.prototype.adjustWidth = function(tag, w) {
}
Ext.form.TextField.prototype = new Ext.form.Field;
Ext.form.TextField.prototype.grow = false;
Ext.form.TextField.prototype.growMin = 0;
Ext.form.TextField.prototype.growMax = 0;
Ext.form.TextField.prototype.vtype = null;
Ext.form.TextField.prototype.maskRe = null;
Ext.form.TextField.prototype.disableKeyFilter = false;
Ext.form.TextField.prototype.allowBlank = false;
Ext.form.TextField.prototype.minLength = 0;
Ext.form.TextField.prototype.maxLength = null;
Ext.form.TextField.prototype.minLengthText = "";
Ext.form.TextField.prototype.maxLengthText = "";
Ext.form.TextField.prototype.selectOnFocus = false;
Ext.form.TextField.prototype.blankText = "";
Ext.form.TextField.prototype.validator = null;
Ext.form.TextField.prototype.regex = null;
Ext.form.TextField.prototype.regexText = "";
Ext.form.TextField.prototype.emptyText = null;
Ext.form.TextField.prototype.emptyClass = "";
Ext.form.TextField.prototype.initComponent = function() {}
Ext.form.TextField.prototype.initEvents = function() {}
Ext.form.TextField.prototype.processValue = function(value) {
}
Ext.form.TextField.prototype.filterValidation = function(e) {
}
Ext.form.TextField.prototype.onKeyUpBuffered = function(e) {
}
Ext.form.TextField.prototype.onKeyUp = function(e) {
}
Ext.form.TextField.prototype.onKeyDown = function(e) {
}
Ext.form.TextField.prototype.onKeyPress = function(e) {
}
Ext.form.TextField.prototype.reset = function() {}
Ext.form.TextField.prototype.applyEmptyText = function() {}
Ext.form.TextField.prototype.preFocus = function() {}
Ext.form.TextField.prototype.postBlur = function() {}
Ext.form.TextField.prototype.filterKeys = function(e) {
}
Ext.form.TextField.prototype.setValue = function(v) {
}
Ext.form.TextField.prototype.validateValue = function(value) {
///
///
}
Ext.form.TextField.prototype.selectText = function(start, end) {
///
///
}
Ext.form.TextField.prototype.autoSize = function() {}
Ext.form.TriggerField.prototype = new Ext.form.TextField;
Ext.form.TriggerField.prototype.defaultAutoCreate = null;
Ext.form.TriggerField.prototype.hideTrigger = false;
Ext.form.TriggerField.prototype.autoSize = function() {}
Ext.form.TriggerField.prototype.monitorTab = false;
Ext.form.TriggerField.prototype.deferHeight = false;
Ext.form.TriggerField.prototype.mimicing = false;
Ext.form.TriggerField.prototype.onResize = function(w, h) {
}
Ext.form.TriggerField.prototype.adjustSize = function(w, h) {
}
Ext.form.TriggerField.prototype.getResizeEl = function() {}
Ext.form.TriggerField.prototype.getPositionEl = function() {}
Ext.form.TriggerField.prototype.alignErrorIcon = function() {}
Ext.form.TriggerField.prototype.onRender = function(ct, position) {
}
Ext.form.TriggerField.prototype.afterRender = function() {}
Ext.form.TriggerField.prototype.initTrigger = function() {}
Ext.form.TriggerField.prototype.onDestroy = function() {}
Ext.form.TriggerField.prototype.onFocus = function() {}
Ext.form.TriggerField.prototype.checkTab = function(e) {
}
Ext.form.TriggerField.prototype.onBlur = function() {}
Ext.form.TriggerField.prototype.mimicBlur = function(e) {
}
Ext.form.TriggerField.prototype.triggerBlur = function() {}
Ext.form.TriggerField.prototype.beforeBlur = function() {}
Ext.form.TriggerField.prototype.validateBlur = function(e) {
}
Ext.form.TriggerField.prototype.onDisable = function() {}
Ext.form.TriggerField.prototype.onEnable = function() {}
Ext.form.TriggerField.prototype.onShow = function() {}
Ext.form.TriggerField.prototype.onHide = function() {}
Ext.form.TriggerField.prototype.onTriggerClick = function(e) {
///
}
Ext.form.TwinTriggerField.prototype = new Ext.form.TriggerField;
Ext.form.TwinTriggerField.prototype.initComponent = function() {}
Ext.form.TwinTriggerField.prototype.getTrigger = function(index) {
}
Ext.form.TwinTriggerField.prototype.initTrigger = function() {}
Ext.form.TwinTriggerField.prototype.onTrigger1Click = function() {}
Ext.form.TwinTriggerField.prototype.onTrigger2Click = function() {}
Ext.form.TextArea.prototype = new Ext.form.TextField;
Ext.form.TextArea.prototype.growMin = 0;
Ext.form.TextArea.prototype.growMax = 0;
Ext.form.TextArea.prototype.growAppend = "";
Ext.form.TextArea.prototype.growPad = 0;
Ext.form.TextArea.prototype.enterIsSpecial = false;
Ext.form.TextArea.prototype.preventScrollbars = false;
Ext.form.TextArea.prototype.onRender = function(ct, position) {
}
Ext.form.TextArea.prototype.onDestroy = function() {}
Ext.form.TextArea.prototype.fireKey = function(e) {
}
Ext.form.TextArea.prototype.onKeyUp = function(e) {
}
Ext.form.TextArea.prototype.autoSize = function() {}
Ext.form.NumberField.prototype = new Ext.form.TextField;
Ext.form.NumberField.prototype.fieldClass = "";
Ext.form.NumberField.prototype.allowDecimals = false;
Ext.form.NumberField.prototype.decimalSeparator = "";
Ext.form.NumberField.prototype.decimalPrecision = 0;
Ext.form.NumberField.prototype.allowNegative = false;
Ext.form.NumberField.prototype.minValue = null;
Ext.form.NumberField.prototype.maxValue = null;
Ext.form.NumberField.prototype.minText = "";
Ext.form.NumberField.prototype.maxText = "";
Ext.form.NumberField.prototype.nanText = "";
Ext.form.NumberField.prototype.baseChars = "";
Ext.form.NumberField.prototype.initEvents = function() {}
Ext.form.NumberField.prototype.validateValue = function(value) {
}
Ext.form.NumberField.prototype.getValue = function() {}
Ext.form.NumberField.prototype.setValue = function(v) {
}
Ext.form.NumberField.prototype.parseValue = function(value) {
}
Ext.form.NumberField.prototype.fixPrecision = function(value) {
}
Ext.form.NumberField.prototype.beforeBlur = function() {}
Ext.form.DateField.prototype = new Ext.form.TriggerField;
Ext.form.DateField.prototype.format = "";
Ext.form.DateField.prototype.altFormats = "";
Ext.form.DateField.prototype.disabledDaysText = "";
Ext.form.DateField.prototype.disabledDatesText = "";
Ext.form.DateField.prototype.minText = "";
Ext.form.DateField.prototype.maxText = "";
Ext.form.DateField.prototype.invalidText = "";
Ext.form.DateField.prototype.triggerClass = "";
Ext.form.DateField.prototype.showToday = false;
Ext.form.DateField.prototype.defaultAutoCreate = null;
Ext.form.DateField.prototype.initComponent = function() {}
Ext.form.DateField.prototype.initDisabledDays = function() {}
Ext.form.DateField.prototype.setDisabledDates = function(dd) {
///
}
Ext.form.DateField.prototype.setDisabledDays = function(dd) {
///
}
Ext.form.DateField.prototype.setMinValue = function(dt) {
///
}
Ext.form.DateField.prototype.setMaxValue = function(dt) {
///
}
Ext.form.DateField.prototype.validateValue = function(value) {
}
Ext.form.DateField.prototype.validateBlur = function() {}
Ext.form.DateField.prototype.getValue = function() {
///
}
Ext.form.DateField.prototype.setValue = function(date) {
///
}
Ext.form.DateField.prototype.parseDate = function(value) {
}
Ext.form.DateField.prototype.onDestroy = function() {}
Ext.form.DateField.prototype.formatDate = function(date) {
}
Ext.form.DateField.prototype.menuListeners = null;
Ext.form.DateField.prototype.onTriggerClick = function() {}
Ext.form.DateField.prototype.beforeBlur = function() {}
Ext.form.ComboBox.prototype = new Ext.form.TriggerField;
Ext.form.ComboBox.prototype.defaultAutoCreate = null;
Ext.form.ComboBox.prototype.listClass = "";
Ext.form.ComboBox.prototype.selectedClass = "";
Ext.form.ComboBox.prototype.triggerClass = "";
Ext.form.ComboBox.prototype.shadow = "";
Ext.form.ComboBox.prototype.listAlign = "";
Ext.form.ComboBox.prototype.maxHeight = 0;
Ext.form.ComboBox.prototype.minHeight = 0;
Ext.form.ComboBox.prototype.triggerAction = "";
Ext.form.ComboBox.prototype.minChars = 0;
Ext.form.ComboBox.prototype.typeAhead = false;
Ext.form.ComboBox.prototype.queryDelay = 0;
Ext.form.ComboBox.prototype.pageSize = 0;
Ext.form.ComboBox.prototype.selectOnFocus = false;
Ext.form.ComboBox.prototype.queryParam = "";
Ext.form.ComboBox.prototype.loadingText = "";
Ext.form.ComboBox.prototype.resizable = false;
Ext.form.ComboBox.prototype.handleHeight = 0;
Ext.form.ComboBox.prototype.editable = false;
Ext.form.ComboBox.prototype.allQuery = "";
Ext.form.ComboBox.prototype.mode = "";
Ext.form.ComboBox.prototype.minListWidth = 0;
Ext.form.ComboBox.prototype.forceSelection = false;
Ext.form.ComboBox.prototype.typeAheadDelay = 0;
Ext.form.ComboBox.prototype.lazyInit = false;
Ext.form.ComboBox.prototype.initComponent = function() {}
Ext.form.ComboBox.prototype.onRender = function(ct, position) {
}
Ext.form.ComboBox.prototype.initValue = function() {}
Ext.form.ComboBox.prototype.initList = function() {}
Ext.form.ComboBox.prototype.bindStore = function(store, initial) {
}
Ext.form.ComboBox.prototype.initEvents = function() {}
Ext.form.ComboBox.prototype.onDestroy = function() {}
Ext.form.ComboBox.prototype.unsetDelayCheck = function() {}
Ext.form.ComboBox.prototype.fireKey = function(e) {
}
Ext.form.ComboBox.prototype.onResize = function(w, h) {
}
Ext.form.ComboBox.prototype.onEnable = function() {}
Ext.form.ComboBox.prototype.onDisable = function() {}
Ext.form.ComboBox.prototype.setEditable = function(value) {
///
}
Ext.form.ComboBox.prototype.onBeforeLoad = function() {}
Ext.form.ComboBox.prototype.onLoad = function() {}
Ext.form.ComboBox.prototype.onTypeAhead = function() {}
Ext.form.ComboBox.prototype.onSelect = function(record, index) {
}
Ext.form.ComboBox.prototype.getValue = function() {
///
}
Ext.form.ComboBox.prototype.clearValue = function() {}
Ext.form.ComboBox.prototype.setValue = function(v) {
///
}
Ext.form.ComboBox.prototype.findRecord = function(prop, value) {
}
Ext.form.ComboBox.prototype.onViewMove = function(e, t) {
}
Ext.form.ComboBox.prototype.onViewOver = function(e, t) {
}
Ext.form.ComboBox.prototype.onViewClick = function(doFocus) {
}
Ext.form.ComboBox.prototype.restrictHeight = function() {}
Ext.form.ComboBox.prototype.onEmptyResults = function() {}
Ext.form.ComboBox.prototype.isExpanded = function() {}
Ext.form.ComboBox.prototype.selectByValue = function(v, scrollIntoView) {
///
///
///
}
Ext.form.ComboBox.prototype.select = function(index, scrollIntoView) {
///
///
}
Ext.form.ComboBox.prototype.selectNext = function() {}
Ext.form.ComboBox.prototype.selectPrev = function() {}
Ext.form.ComboBox.prototype.onKeyUp = function(e) {
}
Ext.form.ComboBox.prototype.validateBlur = function() {}
Ext.form.ComboBox.prototype.initQuery = function() {}
Ext.form.ComboBox.prototype.doForce = function() {}
Ext.form.ComboBox.prototype.doQuery = function(q, forceAll) {
///
///
}
Ext.form.ComboBox.prototype.getParams = function(q) {
}
Ext.form.ComboBox.prototype.collapse = function() {}
Ext.form.ComboBox.prototype.collapseIf = function(e) {
}
Ext.form.ComboBox.prototype.expand = function() {}
Ext.form.ComboBox.prototype.onTriggerClick = function() {}
Ext.form.Checkbox.prototype = new Ext.form.Field;
Ext.form.Checkbox.prototype.checkedCls = "";
Ext.form.Checkbox.prototype.focusCls = "";
Ext.form.Checkbox.prototype.overCls = "";
Ext.form.Checkbox.prototype.mouseDownCls = "";
Ext.form.Checkbox.prototype.tabIndex = 0;
Ext.form.Checkbox.prototype.checked = false;
Ext.form.Checkbox.prototype.defaultAutoCreate = null;
Ext.form.Checkbox.prototype.baseCls = "";
Ext.form.Checkbox.prototype.initComponent = function() {}
Ext.form.Checkbox.prototype.initEvents = function() {}
Ext.form.Checkbox.prototype.initCheckEvents = function() {}
Ext.form.Checkbox.prototype.onRender = function(ct, position) {
}
Ext.form.Checkbox.prototype.onDestroy = function() {}
Ext.form.Checkbox.prototype.onFocus = function(e) {
}
Ext.form.Checkbox.prototype.onBlur = function(e) {
}
Ext.form.Checkbox.prototype.onResize = function() {}
Ext.form.Checkbox.prototype.onKeyUp = function(e) {
}
Ext.form.Checkbox.prototype.onClick = function(e) {
}
Ext.form.Checkbox.prototype.onEnable = function() {}
Ext.form.Checkbox.prototype.onDisable = function() {}
Ext.form.Checkbox.prototype.toggleValue = function() {}
Ext.form.Checkbox.prototype.getResizeEl = function() {}
Ext.form.Checkbox.prototype.getPositionEl = function() {}
Ext.form.Checkbox.prototype.getActionEl = function() {}
Ext.form.Checkbox.prototype.markInvalid = function() {}
Ext.form.Checkbox.prototype.clearInvalid = function() {}
Ext.form.Checkbox.prototype.initValue = function() {}
Ext.form.Checkbox.prototype.getValue = function() {
///
}
Ext.form.Checkbox.prototype.setValue = function(v) {
///
}
Ext.form.CheckboxGroup.prototype = new Ext.form.Field;
Ext.form.CheckboxGroup.prototype.columns = "";
Ext.form.CheckboxGroup.prototype.vertical = false;
Ext.form.CheckboxGroup.prototype.allowBlank = false;
Ext.form.CheckboxGroup.prototype.blankText = "";
Ext.form.CheckboxGroup.prototype.defaultType = "";
Ext.form.CheckboxGroup.prototype.groupCls = "";
Ext.form.CheckboxGroup.prototype.onRender = function(ct, position) {
}
Ext.form.CheckboxGroup.prototype.validateValue = function(value) {
}
Ext.form.CheckboxGroup.prototype.onDisable = function() {}
Ext.form.CheckboxGroup.prototype.onEnable = function() {}
Ext.form.CheckboxGroup.prototype.onResize = function(w, h) {
}
Ext.form.CheckboxGroup.prototype.reset = function() {}
Ext.form.CheckboxGroup.prototype.initValue = function() {}
Ext.form.CheckboxGroup.prototype.getValue = function() {}
Ext.form.CheckboxGroup.prototype.getRawValue = function() {}
Ext.form.CheckboxGroup.prototype.setValue = function() {}
Ext.form.CheckboxGroup.prototype.setRawValue = function() {}
Ext.form.Radio.prototype = new Ext.form.Checkbox;
Ext.form.Radio.prototype.inputType = "";
Ext.form.Radio.prototype.baseCls = "";
Ext.form.Radio.prototype.getGroupValue = function() {
///
}
Ext.form.Radio.prototype.getParent = function() {}
Ext.form.Radio.prototype.toggleValue = function() {}
Ext.form.Radio.prototype.setValue = function(v) {
///
}
Ext.form.Radio.prototype.markInvalid = function() {}
Ext.form.Radio.prototype.clearInvalid = function() {}
Ext.form.RadioGroup.prototype = new Ext.form.CheckboxGroup;
Ext.form.RadioGroup.prototype.allowBlank = false;
Ext.form.RadioGroup.prototype.blankText = "";
Ext.form.RadioGroup.prototype.defaultType = "";
Ext.form.RadioGroup.prototype.groupCls = "";
Ext.form.Hidden.prototype = new Ext.form.Field;
Ext.form.Hidden.prototype.inputType = "";
Ext.form.Hidden.prototype.onRender = function() {}
Ext.form.Hidden.prototype.initEvents = function() {}
Ext.form.Hidden.prototype.setSize = function() {}
Ext.form.Hidden.prototype.setWidth = function() {}
Ext.form.Hidden.prototype.setHeight = function() {}
Ext.form.Hidden.prototype.setPosition = function() {}
Ext.form.Hidden.prototype.setPagePosition = function() {}
Ext.form.Hidden.prototype.markInvalid = function() {}
Ext.form.Hidden.prototype.clearInvalid = function() {}
Ext.BasicForm.prototype = new Ext.util.Observable;
Ext.BasicForm.prototype.timeout = 0;
Ext.BasicForm.prototype.activeAction = null;
Ext.BasicForm.prototype.trackResetOnLoad = false;
Ext.BasicForm.prototype.initEl = function(el) {
///
}
Ext.BasicForm.prototype.getEl = function() {
///
}
Ext.BasicForm.prototype.onSubmit = function(e) {
}
Ext.BasicForm.prototype.destroy = function() {}
Ext.BasicForm.prototype.isValid = function() {
///
}
Ext.BasicForm.prototype.isDirty = function() {
///
}
Ext.BasicForm.prototype.doAction = function(action, options) {
///
///
///
}
Ext.BasicForm.prototype.submit = function(options) {
///
///
}
Ext.BasicForm.prototype.load = function(options) {
///
///
}
Ext.BasicForm.prototype.updateRecord = function(record) {
///
///
}
Ext.BasicForm.prototype.loadRecord = function(record) {
///
///
}
Ext.BasicForm.prototype.beforeAction = function(action) {
}
Ext.BasicForm.prototype.afterAction = function(action, success) {
}
Ext.BasicForm.prototype.findField = function(id) {
///
///
}
Ext.BasicForm.prototype.markInvalid = function(errors) {
///
///
}
Ext.BasicForm.prototype.setValues = function(values) {
///
///
}
Ext.BasicForm.prototype.getValues = function(asString) {
///
///
}
Ext.BasicForm.prototype.clearInvalid = function() {
///
}
Ext.BasicForm.prototype.reset = function() {
///
}
Ext.BasicForm.prototype.add = function(field1, field2, etc) {
///
///
///
///
}
Ext.BasicForm.prototype.remove = function(field) {
///
///
}
Ext.BasicForm.prototype.render = function() {
///
}
Ext.BasicForm.prototype.applyToFields = function(o) {
///
///
}
Ext.BasicForm.prototype.applyIfToFields = function(o) {
///
///
}
Ext.BasicForm.prototype.items = null;
Ext.FormPanel.prototype = new Ext.Panel;
Ext.FormPanel.prototype.buttonAlign = "";
Ext.FormPanel.prototype.minButtonWidth = 0;
Ext.FormPanel.prototype.labelAlign = "";
Ext.FormPanel.prototype.monitorValid = false;
Ext.FormPanel.prototype.monitorPoll = 0;
Ext.FormPanel.prototype.layout = "";
Ext.FormPanel.prototype.initComponent = function() {}
Ext.FormPanel.prototype.createForm = function() {}
Ext.FormPanel.prototype.initFields = function() {}
Ext.FormPanel.prototype.getLayoutTarget = function() {}
Ext.FormPanel.prototype.getForm = function() {
///
}
Ext.FormPanel.prototype.onRender = function(ct, position) {
}
Ext.FormPanel.prototype.beforeDestroy = function() {}
Ext.FormPanel.prototype.initEvents = function() {}
Ext.FormPanel.prototype.onAdd = function(ct, c) {
}
Ext.FormPanel.prototype.onRemove = function(c) {
}
Ext.FormPanel.prototype.startMonitoring = function() {}
Ext.FormPanel.prototype.stopMonitoring = function() {}
Ext.FormPanel.prototype.load = function(options) {
///
}
Ext.FormPanel.prototype.onDisable = function() {}
Ext.FormPanel.prototype.onEnable = function() {}
Ext.FormPanel.prototype.bindHandler = function() {}
Ext.form.FieldSet.prototype = new Ext.Panel;
Ext.form.FieldSet.prototype.baseCls = "";
Ext.form.FieldSet.prototype.layout = "";
Ext.form.FieldSet.prototype.onRender = function(ct, position) {
}
Ext.form.FieldSet.prototype.onCollapse = function(doAnim, animArg) {
}
Ext.form.FieldSet.prototype.onExpand = function(doAnim, animArg) {
}
Ext.form.FieldSet.prototype.onCheckClick = function() {}
Ext.form.HtmlEditor.prototype = new Ext.form.Field;
Ext.form.HtmlEditor.prototype.enableFormat = false;
Ext.form.HtmlEditor.prototype.enableFontSize = false;
Ext.form.HtmlEditor.prototype.enableColors = false;
Ext.form.HtmlEditor.prototype.enableAlignments = false;
Ext.form.HtmlEditor.prototype.enableLists = false;
Ext.form.HtmlEditor.prototype.enableSourceEdit = false;
Ext.form.HtmlEditor.prototype.enableLinks = false;
Ext.form.HtmlEditor.prototype.enableFont = false;
Ext.form.HtmlEditor.prototype.createLinkText = "";
Ext.form.HtmlEditor.prototype.defaultLinkValue = "";
Ext.form.HtmlEditor.prototype.fontFamilies = [];
Ext.form.HtmlEditor.prototype.defaultFont = "";
Ext.form.HtmlEditor.prototype.validationEvent = false;
Ext.form.HtmlEditor.prototype.deferHeight = false;
Ext.form.HtmlEditor.prototype.initialized = false;
Ext.form.HtmlEditor.prototype.activated = false;
Ext.form.HtmlEditor.prototype.sourceEditMode = false;
Ext.form.HtmlEditor.prototype.onFocus = function() {}
Ext.form.HtmlEditor.prototype.iframePad = 0;
Ext.form.HtmlEditor.prototype.hideMode = "";
Ext.form.HtmlEditor.prototype.defaultAutoCreate = null;
Ext.form.HtmlEditor.prototype.initComponent = function() {}
Ext.form.HtmlEditor.prototype.createFontOptions = function() {}
Ext.form.HtmlEditor.prototype.createToolbar = function(editor) {
}
Ext.form.HtmlEditor.prototype.getDocMarkup = function() {}
Ext.form.HtmlEditor.prototype.getEditorBody = function() {}
Ext.form.HtmlEditor.prototype.getDoc = function() {}
Ext.form.HtmlEditor.prototype.getWin = function() {}
Ext.form.HtmlEditor.prototype.onRender = function(ct, position) {
}
Ext.form.HtmlEditor.prototype.initFrame = function() {}
Ext.form.HtmlEditor.prototype.checkDesignMode = function() {}
Ext.form.HtmlEditor.prototype.onResize = function(w, h) {
}
Ext.form.HtmlEditor.prototype.toggleSourceEdit = function(sourceEditMode) {
///
}
Ext.form.HtmlEditor.prototype.createLink = function() {}
Ext.form.HtmlEditor.prototype.adjustSize = function(w, h) {
}
Ext.form.HtmlEditor.prototype.getResizeEl = function() {}
Ext.form.HtmlEditor.prototype.getPositionEl = function() {}
Ext.form.HtmlEditor.prototype.initEvents = function() {}
Ext.form.HtmlEditor.prototype.markInvalid = function() {}
Ext.form.HtmlEditor.prototype.clearInvalid = function() {}
Ext.form.HtmlEditor.prototype.setValue = function(v) {
}
Ext.form.HtmlEditor.prototype.cleanHtml = function(html) {
///
}
Ext.form.HtmlEditor.prototype.syncValue = function() {}
Ext.form.HtmlEditor.prototype.pushValue = function() {}
Ext.form.HtmlEditor.prototype.deferFocus = function() {}
Ext.form.HtmlEditor.prototype.focus = function() {}
Ext.form.HtmlEditor.prototype.initEditor = function() {}
Ext.form.HtmlEditor.prototype.onDestroy = function() {}
Ext.form.HtmlEditor.prototype.onFirstFocus = function() {}
Ext.form.HtmlEditor.prototype.adjustFont = function(btn) {
}
Ext.form.HtmlEditor.prototype.onEditorEvent = function(e) {
}
Ext.form.HtmlEditor.prototype.updateToolbar = function() {}
Ext.form.HtmlEditor.prototype.relayBtnCmd = function(btn) {
}
Ext.form.HtmlEditor.prototype.relayCmd = function(cmd, value) {
///
///
}
Ext.form.HtmlEditor.prototype.execCmd = function(cmd, value) {
///
///
}
Ext.form.HtmlEditor.prototype.applyCommand = function(e) {
}
Ext.form.HtmlEditor.prototype.insertAtCursor = function(text) {
///
}
Ext.form.HtmlEditor.prototype.fixKeys = null;
Ext.form.HtmlEditor.prototype.getToolbar = function() {
///
}
Ext.form.HtmlEditor.prototype.buttonTips = null;
Ext.form.TimeField.prototype = new Ext.form.ComboBox;
Ext.form.TimeField.prototype.minValue = null;
Ext.form.TimeField.prototype.maxValue = null;
Ext.form.TimeField.prototype.minText = "";
Ext.form.TimeField.prototype.maxText = "";
Ext.form.TimeField.prototype.invalidText = "";
Ext.form.TimeField.prototype.format = "";
Ext.form.TimeField.prototype.altFormats = "";
Ext.form.TimeField.prototype.increment = 0;
Ext.form.TimeField.prototype.mode = "";
Ext.form.TimeField.prototype.triggerAction = "";
Ext.form.TimeField.prototype.typeAhead = false;
Ext.form.TimeField.prototype.initDate = "";
Ext.form.TimeField.prototype.initComponent = function() {}
Ext.form.TimeField.prototype.getValue = function() {}
Ext.form.TimeField.prototype.setValue = function(value) {
}
Ext.form.TimeField.prototype.validateValue = function(value) {
}
Ext.form.TimeField.prototype.parseDate = function(value) {
}
Ext.form.TimeField.prototype.formatDate = function(date) {
}
Ext.form.TimeField.prototype.beforeBlur = function() {}
Ext.form.Label.prototype = new Ext.BoxComponent;
Ext.form.Label.prototype.onRender = function(ct, position) {
}
Ext.form.Label.prototype.setText = function(t, encode) {
///
///
///
}
Ext.form.Action.prototype = {
type : "",
run : function(options) {
},
success : function(response) {
},
handleResponse : function(response) {
},
failure : function(response) {
},
processResponse : function(response) {
},
getUrl : function(appendParams) {
},
getMethod : function() { },
getParams : function() { },
createCallback : function(opts) {
},
form : null,
options : null
}
Ext.form.Action.ACTION_TYPES.submit.prototype = new Ext.form.Action;
Ext.form.Action.ACTION_TYPES.submit.prototype.type = "";
Ext.form.Action.ACTION_TYPES.submit.prototype.run = function() {}
Ext.form.Action.ACTION_TYPES.submit.prototype.success = function(response) {
}
Ext.form.Action.ACTION_TYPES.submit.prototype.handleResponse = function(response) {
}
Ext.form.Action.ACTION_TYPES.load.prototype = new Ext.form.Action;
Ext.form.Action.ACTION_TYPES.load.prototype.type = "";
Ext.form.Action.ACTION_TYPES.load.prototype.run = function() {}
Ext.form.Action.ACTION_TYPES.load.prototype.success = function(response) {
}
Ext.form.Action.ACTION_TYPES.load.prototype.handleResponse = function(response) {
}
Ext.form.Action.ACTION_TYPES.load.prototype.reader = null;
Ext.grid.GridPanel.prototype = new Ext.Panel;
Ext.grid.GridPanel.prototype.ddText = "";
Ext.grid.GridPanel.prototype.minColumnWidth = 0;
Ext.grid.GridPanel.prototype.trackMouseOver = false;
Ext.grid.GridPanel.prototype.enableDragDrop = false;
Ext.grid.GridPanel.prototype.enableColumnMove = false;
Ext.grid.GridPanel.prototype.enableColumnHide = false;
Ext.grid.GridPanel.prototype.enableHdMenu = false;
Ext.grid.GridPanel.prototype.stripeRows = false;
Ext.grid.GridPanel.prototype.autoExpandColumn = false;
Ext.grid.GridPanel.prototype.autoExpandMin = 0;
Ext.grid.GridPanel.prototype.autoExpandMax = 0;
Ext.grid.GridPanel.prototype.view = null;
Ext.grid.GridPanel.prototype.loadMask = false;
Ext.grid.GridPanel.prototype.deferRowRender = false;
Ext.grid.GridPanel.prototype.rendered = false;
Ext.grid.GridPanel.prototype.viewReady = false;
Ext.grid.GridPanel.prototype.stateEvents = [];
Ext.grid.GridPanel.prototype.initComponent = function() {}
Ext.grid.GridPanel.prototype.onRender = function(ct, position) {
}
Ext.grid.GridPanel.prototype.initEvents = function() {}
Ext.grid.GridPanel.prototype.initStateEvents = function() {}
Ext.grid.GridPanel.prototype.applyState = function(state) {
}
Ext.grid.GridPanel.prototype.getState = function() {}
Ext.grid.GridPanel.prototype.afterRender = function() {}
Ext.grid.GridPanel.prototype.reconfigure = function(store, colModel) {
///
///
}
Ext.grid.GridPanel.prototype.onKeyDown = function(e) {
}
Ext.grid.GridPanel.prototype.onDestroy = function() {}
Ext.grid.GridPanel.prototype.processEvent = function(name, e) {
}
Ext.grid.GridPanel.prototype.onClick = function(e) {
}
Ext.grid.GridPanel.prototype.onMouseDown = function(e) {
}
Ext.grid.GridPanel.prototype.onContextMenu = function(e, t) {
}
Ext.grid.GridPanel.prototype.onDblClick = function(e) {
}
Ext.grid.GridPanel.prototype.walkCells = function(row, col, step, fn, scope) {
}
Ext.grid.GridPanel.prototype.getSelections = function() {}
Ext.grid.GridPanel.prototype.onResize = function() {}
Ext.grid.GridPanel.prototype.getGridEl = function() {
///
}
Ext.grid.GridPanel.prototype.stopEditing = function() {}
Ext.grid.GridPanel.prototype.getSelectionModel = function() {
///
}
Ext.grid.GridPanel.prototype.getStore = function() {
///
}
Ext.grid.GridPanel.prototype.getColumnModel = function() {
///
}
Ext.grid.GridPanel.prototype.getView = function() {
///
}
Ext.grid.GridPanel.prototype.getDragDropText = function() {
///
}
Ext.grid.GridView.prototype = new Ext.util.Observable;
Ext.grid.GridView.prototype.deferEmptyText = false;
Ext.grid.GridView.prototype.scrollOffset = 0;
Ext.grid.GridView.prototype.autoFill = false;
Ext.grid.GridView.prototype.forceFit = false;
Ext.grid.GridView.prototype.sortClasses = [];
Ext.grid.GridView.prototype.sortAscText = "";
Ext.grid.GridView.prototype.sortDescText = "";
Ext.grid.GridView.prototype.columnsText = "";
Ext.grid.GridView.prototype.borderWidth = 0;
Ext.grid.GridView.prototype.tdClass = "";
Ext.grid.GridView.prototype.hdCls = "";
Ext.grid.GridView.prototype.cellSelectorDepth = 0;
Ext.grid.GridView.prototype.rowSelectorDepth = 0;
Ext.grid.GridView.prototype.cellSelector = "";
Ext.grid.GridView.prototype.rowSelector = "";
Ext.grid.GridView.prototype.initTemplates = function() {}
Ext.grid.GridView.prototype.fly = function(el) {
}
Ext.grid.GridView.prototype.getEditorParent = function(ed) {
}
Ext.grid.GridView.prototype.initElements = function() {}
Ext.grid.GridView.prototype.getRows = function() {}
Ext.grid.GridView.prototype.findCell = function(el) {
}
Ext.grid.GridView.prototype.findCellIndex = function(el, requiredCls) {
}
Ext.grid.GridView.prototype.getCellIndex = function(el) {
}
Ext.grid.GridView.prototype.findHeaderCell = function(el) {
}
Ext.grid.GridView.prototype.findHeaderIndex = function(el) {
}
Ext.grid.GridView.prototype.findRow = function(el) {
}
Ext.grid.GridView.prototype.findRowIndex = function(el) {
}
Ext.grid.GridView.prototype.getRow = function(row) {
///
///
}
Ext.grid.GridView.prototype.getCell = function(row, col) {
///
///
///
}
Ext.grid.GridView.prototype.getHeaderCell = function(index) {
///
///
}
Ext.grid.GridView.prototype.addRowClass = function(row, cls) {
}
Ext.grid.GridView.prototype.removeRowClass = function(row, cls) {
}
Ext.grid.GridView.prototype.removeRow = function(row) {
}
Ext.grid.GridView.prototype.removeRows = function(firstRow, lastRow) {
}
Ext.grid.GridView.prototype.getScrollState = function() {}
Ext.grid.GridView.prototype.restoreScroll = function(state) {
}
Ext.grid.GridView.prototype.scrollToTop = function() {}
Ext.grid.GridView.prototype.syncScroll = function() {}
Ext.grid.GridView.prototype.syncHeaderScroll = function() {}
Ext.grid.GridView.prototype.updateSortIcon = function(col, dir) {
}
Ext.grid.GridView.prototype.updateAllColumnWidths = function() {}
Ext.grid.GridView.prototype.updateColumnWidth = function(col, width) {
}
Ext.grid.GridView.prototype.updateColumnHidden = function(col, hidden) {
}
Ext.grid.GridView.prototype.doRender = function(cs, rs, ds, startRow, colCount, stripe) {
}
Ext.grid.GridView.prototype.processRows = function(startRow, skipStripe) {
}
Ext.grid.GridView.prototype.afterRender = function() {}
Ext.grid.GridView.prototype.renderUI = function() {}
Ext.grid.GridView.prototype.layout = function() {}
Ext.grid.GridView.prototype.onLayout = function(vw, vh) {
}
Ext.grid.GridView.prototype.onColumnWidthUpdated = function(col, w, tw) {
}
Ext.grid.GridView.prototype.onAllColumnWidthsUpdated = function(ws, tw) {
}
Ext.grid.GridView.prototype.onColumnHiddenUpdated = function(col, hidden, tw) {
}
Ext.grid.GridView.prototype.updateColumnText = function(col, text) {
}
Ext.grid.GridView.prototype.afterMove = function(colIndex) {
}
Ext.grid.GridView.prototype.init = function(grid) {
}
Ext.grid.GridView.prototype.getColumnId = function(index) {
}
Ext.grid.GridView.prototype.renderHeaders = function() {}
Ext.grid.GridView.prototype.getColumnTooltip = function(i) {
}
Ext.grid.GridView.prototype.beforeUpdate = function() {}
Ext.grid.GridView.prototype.updateHeaders = function() {}
Ext.grid.GridView.prototype.focusRow = function(row) {
///
}
Ext.grid.GridView.prototype.focusCell = function(row, col, hscroll) {
///
///
}
Ext.grid.GridView.prototype.ensureVisible = function(row, col, hscroll) {
}
Ext.grid.GridView.prototype.insertRows = function(dm, firstRow, lastRow, isUpdate) {
}
Ext.grid.GridView.prototype.deleteRows = function(dm, firstRow, lastRow) {
}
Ext.grid.GridView.prototype.getColumnStyle = function(col, isHeader) {
}
Ext.grid.GridView.prototype.getColumnWidth = function(col) {
}
Ext.grid.GridView.prototype.getTotalWidth = function() {}
Ext.grid.GridView.prototype.fitColumns = function(preventRefresh, onlyExpand, omitColumn) {
}
Ext.grid.GridView.prototype.autoExpand = function(preventUpdate) {
}
Ext.grid.GridView.prototype.getColumnData = function() {}
Ext.grid.GridView.prototype.renderRows = function(startRow, endRow) {
}
Ext.grid.GridView.prototype.renderBody = function() {}
Ext.grid.GridView.prototype.refreshRow = function(record) {
}
Ext.grid.GridView.prototype.refresh = function(headersToo) {
///
}
Ext.grid.GridView.prototype.applyEmptyText = function() {}
Ext.grid.GridView.prototype.updateHeaderSortState = function() {}
Ext.grid.GridView.prototype.destroy = function() {}
Ext.grid.GridView.prototype.onDenyColumnHide = function() {}
Ext.grid.GridView.prototype.render = function() {}
Ext.grid.GridView.prototype.initData = function(ds, cm) {
}
Ext.grid.GridView.prototype.onDataChange = function() {}
Ext.grid.GridView.prototype.onClear = function() {}
Ext.grid.GridView.prototype.onUpdate = function(ds, record) {
}
Ext.grid.GridView.prototype.onAdd = function(ds, records, index) {
}
Ext.grid.GridView.prototype.onRemove = function(ds, record, index, isUpdate) {
}
Ext.grid.GridView.prototype.onLoad = function() {}
Ext.grid.GridView.prototype.onColWidthChange = function(cm, col, width) {
}
Ext.grid.GridView.prototype.onHeaderChange = function(cm, col, text) {
}
Ext.grid.GridView.prototype.onHiddenChange = function(cm, col, hidden) {
}
Ext.grid.GridView.prototype.onColumnMove = function(cm, oldIndex, newIndex) {
}
Ext.grid.GridView.prototype.onColConfigChange = function() {}
Ext.grid.GridView.prototype.initUI = function(grid) {
}
Ext.grid.GridView.prototype.initEvents = function() {}
Ext.grid.GridView.prototype.onHeaderClick = function(g, index) {
}
Ext.grid.GridView.prototype.onRowOver = function(e, t) {
}
Ext.grid.GridView.prototype.onRowOut = function(e, t) {
}
Ext.grid.GridView.prototype.handleWheel = function(e) {
}
Ext.grid.GridView.prototype.onRowSelect = function(row) {
}
Ext.grid.GridView.prototype.onRowDeselect = function(row) {
}
Ext.grid.GridView.prototype.onCellSelect = function(row, col) {
}
Ext.grid.GridView.prototype.onCellDeselect = function(row, col) {
}
Ext.grid.GridView.prototype.onColumnSplitterMoved = function(i, w) {
}
Ext.grid.GridView.prototype.handleHdMenuClick = function(item) {
}
Ext.grid.GridView.prototype.isHideableColumn = function(c) {
}
Ext.grid.GridView.prototype.beforeColMenuShow = function() {}
Ext.grid.GridView.prototype.handleHdDown = function(e, t) {
}
Ext.grid.GridView.prototype.handleHdOver = function(e, t) {
}
Ext.grid.GridView.prototype.handleHdMove = function(e, t) {
}
Ext.grid.GridView.prototype.handleHdOut = function(e, t) {
}
Ext.grid.GridView.prototype.hasRows = function() {}
Ext.grid.GridView.prototype.bind = function(d, c) {
}
Ext.grid.GridView.SplitDragZone.prototype = new Ext.dd.DDProxy;
Ext.grid.GridView.SplitDragZone.prototype.b4StartDrag = function(x, y) {
}
Ext.grid.GridView.SplitDragZone.prototype.handleMouseDown = function(e) {
}
Ext.grid.GridView.SplitDragZone.prototype.endDrag = function(e) {
}
Ext.grid.GridView.SplitDragZone.prototype.autoOffset = function() {}
Ext.grid.GridView.SplitDragZone.prototype.grid = null;
Ext.grid.GridView.SplitDragZone.prototype.view = null;
Ext.grid.GridView.SplitDragZone.prototype.marker = null;
Ext.grid.GridView.SplitDragZone.prototype.proxy = null;
Ext.grid.GridView.SplitDragZone.prototype.hw = null;
Ext.grid.HeaderDragZone.prototype = new Ext.dd.DragZone;
Ext.grid.HeaderDragZone.prototype.maxDragWidth = 0;
Ext.grid.HeaderDragZone.prototype.getDragData = function(e) {
}
Ext.grid.HeaderDragZone.prototype.onInitDrag = function(e) {
}
Ext.grid.HeaderDragZone.prototype.afterValidDrop = function() {}
Ext.grid.HeaderDragZone.prototype.afterInvalidDrop = function() {}
Ext.grid.HeaderDragZone.prototype.grid = null;
Ext.grid.HeaderDragZone.prototype.view = null;
Ext.grid.GridView.ColumnDragZone.prototype = new Ext.grid.HeaderDragZone;
Ext.grid.GridView.ColumnDragZone.prototype.handleMouseDown = function(e) {
}
Ext.grid.GridView.ColumnDragZone.prototype.callHandleMouseDown = function(e) {
}
Ext.grid.GroupingView.prototype = new Ext.grid.GridView;
Ext.grid.GroupingView.prototype.hideGroupedColumn = false;
Ext.grid.GroupingView.prototype.showGroupName = false;
Ext.grid.GroupingView.prototype.startCollapsed = false;
Ext.grid.GroupingView.prototype.enableGrouping = false;
Ext.grid.GroupingView.prototype.enableGroupingMenu = false;
Ext.grid.GroupingView.prototype.enableNoGroups = false;
Ext.grid.GroupingView.prototype.emptyGroupText = "";
Ext.grid.GroupingView.prototype.ignoreAdd = false;
Ext.grid.GroupingView.prototype.groupTextTpl = "";
Ext.grid.GroupingView.prototype.gidSeed = 0;
Ext.grid.GroupingView.prototype.initTemplates = function() {}
Ext.grid.GroupingView.prototype.findGroup = function(el) {
}
Ext.grid.GroupingView.prototype.getGroups = function() {}
Ext.grid.GroupingView.prototype.onAdd = function() {}
Ext.grid.GroupingView.prototype.onRemove = function(ds, record, index, isUpdate) {
}
Ext.grid.GroupingView.prototype.refreshRow = function(record) {
}
Ext.grid.GroupingView.prototype.beforeMenuShow = function() {}
Ext.grid.GroupingView.prototype.renderUI = function() {}
Ext.grid.GroupingView.prototype.onGroupByClick = function() {}
Ext.grid.GroupingView.prototype.onShowGroupsClick = function(mi, checked) {
}
Ext.grid.GroupingView.prototype.toggleGroup = function(group, expanded) {
///
///
}
Ext.grid.GroupingView.prototype.toggleAllGroups = function(expanded) {
///
}
Ext.grid.GroupingView.prototype.expandAllGroups = function() {}
Ext.grid.GroupingView.prototype.collapseAllGroups = function() {}
Ext.grid.GroupingView.prototype.interceptMouse = function(e) {
}
Ext.grid.GroupingView.prototype.getGroup = function(v, r, groupRenderer, rowIndex, colIndex, ds) {
}
Ext.grid.GroupingView.prototype.getGroupField = function() {}
Ext.grid.GroupingView.prototype.renderRows = function() {}
Ext.grid.GroupingView.prototype.doRender = function(cs, rs, ds, startRow, colCount, stripe) {
}
Ext.grid.GroupingView.prototype.getGroupId = function(value) {
///
///
}
Ext.grid.GroupingView.prototype.doGroupStart = function(buf, g, cs, ds, colCount) {
}
Ext.grid.GroupingView.prototype.doGroupEnd = function(buf, g, cs, ds, colCount) {
}
Ext.grid.GroupingView.prototype.getRows = function() {}
Ext.grid.GroupingView.prototype.updateGroupWidths = function() {}
Ext.grid.GroupingView.prototype.onColumnWidthUpdated = function(col, w, tw) {
}
Ext.grid.GroupingView.prototype.onAllColumnWidthsUpdated = function(ws, tw) {
}
Ext.grid.GroupingView.prototype.onColumnHiddenUpdated = function(col, hidden, tw) {
}
Ext.grid.GroupingView.prototype.onLayout = function() {}
Ext.grid.GroupingView.prototype.onBeforeRowSelect = function(sm, rowIndex) {
}
Ext.grid.GroupingView.prototype.groupByText = "";
Ext.grid.GroupingView.prototype.showGroupsText = "";
Ext.grid.HeaderDropZone.prototype = new Ext.dd.DropZone;
Ext.grid.HeaderDropZone.prototype.proxyOffsets = [];
Ext.grid.HeaderDropZone.prototype.fly = function(el, named) {
}
Ext.grid.HeaderDropZone.prototype.getTargetFromEvent = function(e) {
}
Ext.grid.HeaderDropZone.prototype.nextVisible = function(h) {
}
Ext.grid.HeaderDropZone.prototype.prevVisible = function(h) {
}
Ext.grid.HeaderDropZone.prototype.positionIndicator = function(h, n, e) {
}
Ext.grid.HeaderDropZone.prototype.onNodeEnter = function(n, dd, e, data) {
}
Ext.grid.HeaderDropZone.prototype.onNodeOver = function(n, dd, e, data) {
}
Ext.grid.HeaderDropZone.prototype.onNodeOut = function(n, dd, e, data) {
}
Ext.grid.HeaderDropZone.prototype.onNodeDrop = function(n, dd, e, data) {
}
Ext.grid.HeaderDropZone.prototype.grid = null;
Ext.grid.HeaderDropZone.prototype.view = null;
Ext.grid.HeaderDropZone.prototype.proxyTop = null;
Ext.grid.HeaderDropZone.prototype.proxyBottom = null;
Ext.grid.SplitDragZone.prototype = new Ext.dd.DDProxy;
Ext.grid.SplitDragZone.prototype.fly = function(el, named) {
}
Ext.grid.SplitDragZone.prototype.b4StartDrag = function(x, y) {
}
Ext.grid.SplitDragZone.prototype.handleMouseDown = function(e) {
}
Ext.grid.SplitDragZone.prototype.endDrag = function(e) {
}
Ext.grid.SplitDragZone.prototype.autoOffset = function() {}
Ext.grid.SplitDragZone.prototype.grid = null;
Ext.grid.SplitDragZone.prototype.view = null;
Ext.grid.SplitDragZone.prototype.proxy = null;
Ext.grid.GridDragZone.prototype = new Ext.dd.DragZone;
Ext.grid.GridDragZone.prototype.ddGroup = "";
Ext.grid.GridDragZone.prototype.getDragData = function(e) {
}
Ext.grid.GridDragZone.prototype.onInitDrag = function(e) {
}
Ext.grid.GridDragZone.prototype.afterRepair = function() {}
Ext.grid.GridDragZone.prototype.getRepairXY = function(e, data) {
///
///
}
Ext.grid.GridDragZone.prototype.onEndDrag = function(data, e) {
}
Ext.grid.GridDragZone.prototype.onValidDrop = function(dd, e, id) {
}
Ext.grid.GridDragZone.prototype.beforeInvalidDrop = function(e, id) {
}
Ext.grid.GridDragZone.prototype.view = null;
Ext.grid.GridDragZone.prototype.grid = null;
Ext.grid.GridDragZone.prototype.ddel = null;
Ext.grid.DefaultColumnModel.prototype = new Ext.util.Observable;
Ext.grid.DefaultColumnModel.prototype.getColumnId = function(index) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.setConfig = function(config, initial) {
///
}
Ext.grid.DefaultColumnModel.prototype.getColumnById = function(id) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.getIndexById = function(id) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.moveColumn = function(oldIndex, newIndex) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.isLocked = function(colIndex) {
}
Ext.grid.DefaultColumnModel.prototype.setLocked = function(colIndex, value, suppressEvent) {
}
Ext.grid.DefaultColumnModel.prototype.getTotalLockedWidth = function() {}
Ext.grid.DefaultColumnModel.prototype.getLockedCount = function() {}
Ext.grid.DefaultColumnModel.prototype.getColumnCount = function(visibleOnly) {
///
}
Ext.grid.DefaultColumnModel.prototype.getColumnsBy = function(fn, scope) {
///
///
///
}
Ext.grid.DefaultColumnModel.prototype.isSortable = function(col) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.isMenuDisabled = function(col) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.getRenderer = function(col) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.setRenderer = function(col, fn) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.getColumnWidth = function(col) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.setColumnWidth = function(col, width, suppressEvent) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.getTotalWidth = function(includeHidden) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.getColumnHeader = function(col) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.setColumnHeader = function(col, header) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.getColumnTooltip = function(col) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.setColumnTooltip = function(col, tooltip) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.getDataIndex = function(col) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.setDataIndex = function(col, dataIndex) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.findColumnIndex = function(dataIndex) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.isCellEditable = function(colIndex, rowIndex) {
///
///
///
}
Ext.grid.DefaultColumnModel.prototype.getCellEditor = function(colIndex, rowIndex) {
///
///
///
}
Ext.grid.DefaultColumnModel.prototype.setEditable = function(col, editable) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.isHidden = function(colIndex) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.isFixed = function(colIndex) {
}
Ext.grid.DefaultColumnModel.prototype.isResizable = function(colIndex) {
///
}
Ext.grid.DefaultColumnModel.prototype.setHidden = function(colIndex, hidden) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.setEditor = function(col, editor) {
///
///
}
Ext.grid.DefaultColumnModel.prototype.defaultWidth = null;
Ext.grid.DefaultColumnModel.prototype.defaultSortable = null;
Ext.grid.AbstractSelectionModel.prototype = new Ext.util.Observable;
Ext.grid.AbstractSelectionModel.prototype.init = function(grid) {
}
Ext.grid.AbstractSelectionModel.prototype.lock = function() {}
Ext.grid.AbstractSelectionModel.prototype.unlock = function() {}
Ext.grid.AbstractSelectionModel.prototype.isLocked = function() {
///
}
Ext.grid.AbstractSelectionModel.prototype.locked = null;
Ext.grid.RowSelectionModel.prototype = new Ext.grid.AbstractSelectionModel;
Ext.grid.RowSelectionModel.prototype.singleSelect = false;
Ext.grid.RowSelectionModel.prototype.initEvents = function() {}
Ext.grid.RowSelectionModel.prototype.onRefresh = function() {}
Ext.grid.RowSelectionModel.prototype.onRemove = function(v, index, r) {
}
Ext.grid.RowSelectionModel.prototype.onRowUpdated = function(v, index, r) {
}
Ext.grid.RowSelectionModel.prototype.selectRecords = function(records, keepExisting) {
///
///
}
Ext.grid.RowSelectionModel.prototype.getCount = function() {
///
}
Ext.grid.RowSelectionModel.prototype.selectFirstRow = function() {}
Ext.grid.RowSelectionModel.prototype.selectLastRow = function(keepExisting) {
///
}
Ext.grid.RowSelectionModel.prototype.selectNext = function(keepExisting) {
///
///
}
Ext.grid.RowSelectionModel.prototype.selectPrevious = function(keepExisting) {
///
///
}
Ext.grid.RowSelectionModel.prototype.hasNext = function() {
///
}
Ext.grid.RowSelectionModel.prototype.hasPrevious = function() {
///
}
Ext.grid.RowSelectionModel.prototype.getSelections = function() {
///
}
Ext.grid.RowSelectionModel.prototype.getSelected = function() {
///
}
Ext.grid.RowSelectionModel.prototype.each = function(fn, scope) {
///
///
///
}
Ext.grid.RowSelectionModel.prototype.clearSelections = function(fast) {
}
Ext.grid.RowSelectionModel.prototype.selectAll = function() {}
Ext.grid.RowSelectionModel.prototype.hasSelection = function() {
///
}
Ext.grid.RowSelectionModel.prototype.isSelected = function(index) {
///
///
}
Ext.grid.RowSelectionModel.prototype.isIdSelected = function(id) {
///
///
}
Ext.grid.RowSelectionModel.prototype.handleMouseDown = function(g, rowIndex, e) {
}
Ext.grid.RowSelectionModel.prototype.selectRows = function(rows, keepExisting) {
///
///
}
Ext.grid.RowSelectionModel.prototype.selectRange = function(startRow, endRow, keepExisting) {
///
///
///
}
Ext.grid.RowSelectionModel.prototype.deselectRange = function(startRow, endRow, preventViewNotify) {
///
///
}
Ext.grid.RowSelectionModel.prototype.selectRow = function(index, keepExisting, preventViewNotify) {
///
///
}
Ext.grid.RowSelectionModel.prototype.deselectRow = function(index, preventViewNotify) {
///
}
Ext.grid.RowSelectionModel.prototype.restoreLast = function() {}
Ext.grid.RowSelectionModel.prototype.acceptsNav = function(row, col, cm) {
}
Ext.grid.RowSelectionModel.prototype.onEditorKey = function(field, e) {
}
Ext.grid.RowSelectionModel.prototype.selections = null;
Ext.grid.RowSelectionModel.prototype.last = null;
Ext.grid.RowSelectionModel.prototype.lastActive = null;
Ext.grid.CellSelectionModel.prototype = new Ext.grid.AbstractSelectionModel;
Ext.grid.CellSelectionModel.prototype.initEvents = function() {}
Ext.grid.CellSelectionModel.prototype.beforeEdit = function(e) {
}
Ext.grid.CellSelectionModel.prototype.onRowUpdated = function(v, index, r) {
}
Ext.grid.CellSelectionModel.prototype.onViewChange = function() {}
Ext.grid.CellSelectionModel.prototype.getSelectedCell = function() {
///
}
Ext.grid.CellSelectionModel.prototype.clearSelections = function(preventNotify) {
///
}
Ext.grid.CellSelectionModel.prototype.hasSelection = function() {
///
}
Ext.grid.CellSelectionModel.prototype.handleMouseDown = function(g, row, cell, e) {
}
Ext.grid.CellSelectionModel.prototype.select = function(rowIndex, colIndex, preventViewNotify, preventFocus, r) {
///
///
}
Ext.grid.CellSelectionModel.prototype.isSelectable = function(rowIndex, colIndex, cm) {
}
Ext.grid.CellSelectionModel.prototype.handleKeyDown = function(e) {
}
Ext.grid.CellSelectionModel.prototype.acceptsNav = function(row, col, cm) {
}
Ext.grid.CellSelectionModel.prototype.onEditorKey = function(field, e) {
}
Ext.grid.CellSelectionModel.prototype.selection = null;
Ext.grid.EditorGridPanel.prototype = new Ext.grid.GridPanel;
Ext.grid.EditorGridPanel.prototype.clicksToEdit = 0;
Ext.grid.EditorGridPanel.prototype.isEditor = false;
Ext.grid.EditorGridPanel.prototype.detectEdit = false;
Ext.grid.EditorGridPanel.prototype.autoEncode = false;
Ext.grid.EditorGridPanel.prototype.trackMouseOver = false;
Ext.grid.EditorGridPanel.prototype.initComponent = function() {}
Ext.grid.EditorGridPanel.prototype.initEvents = function() {}
Ext.grid.EditorGridPanel.prototype.onCellDblClick = function(g, row, col) {
}
Ext.grid.EditorGridPanel.prototype.onAutoEditClick = function(e, t) {
}
Ext.grid.EditorGridPanel.prototype.onEditComplete = function(ed, value, startValue) {
}
Ext.grid.EditorGridPanel.prototype.startEditing = function(row, col) {
///
///
}
Ext.grid.EditorGridPanel.prototype.preEditValue = function(r, field) {
}
Ext.grid.EditorGridPanel.prototype.postEditValue = function(value, originalValue, r, field) {
}
Ext.grid.EditorGridPanel.prototype.stopEditing = function(cancel) {
///
}
Ext.grid.EditorGridPanel.prototype.onDestroy = function() {}
Ext.grid.GridEditor.prototype = new Ext.Editor;
Ext.grid.GridEditor.prototype.alignment = "";
Ext.grid.GridEditor.prototype.autoSize = "";
Ext.grid.GridEditor.prototype.hideEl = false;
Ext.grid.GridEditor.prototype.cls = "";
Ext.grid.GridEditor.prototype.shim = false;
Ext.grid.GridEditor.prototype.shadow = false;
Ext.grid.PropertyStore.prototype = new Ext.util.Observable;
Ext.grid.PropertyStore.prototype.setSource = function(o) {
}
Ext.grid.PropertyStore.prototype.onUpdate = function(ds, record, type) {
}
Ext.grid.PropertyStore.prototype.getProperty = function(row) {
}
Ext.grid.PropertyStore.prototype.isEditableValue = function(val) {
}
Ext.grid.PropertyStore.prototype.setValue = function(prop, value) {
}
Ext.grid.PropertyStore.prototype.getSource = function() {}
Ext.grid.PropertyStore.prototype.grid = null;
Ext.grid.PropertyStore.prototype.store = null;
Ext.grid.PropertyColumnModel.prototype = new Ext.grid.DefaultColumnModel;
Ext.grid.PropertyColumnModel.prototype.nameText = "";
Ext.grid.PropertyColumnModel.prototype.valueText = "";
Ext.grid.PropertyColumnModel.prototype.dateFormat = "";
Ext.grid.PropertyColumnModel.prototype.renderDate = function(dateVal) {
}
Ext.grid.PropertyColumnModel.prototype.renderBool = function(bVal) {
}
Ext.grid.PropertyColumnModel.prototype.isCellEditable = function(colIndex, rowIndex) {
}
Ext.grid.PropertyColumnModel.prototype.getRenderer = function(col) {
}
Ext.grid.PropertyColumnModel.prototype.renderProp = function(v) {
}
Ext.grid.PropertyColumnModel.prototype.renderCell = function(val) {
}
Ext.grid.PropertyColumnModel.prototype.getPropertyName = function(name) {
}
Ext.grid.PropertyColumnModel.prototype.getCellEditor = function(colIndex, rowIndex) {
}
Ext.grid.PropertyColumnModel.prototype.grid = null;
Ext.grid.PropertyColumnModel.prototype.store = null;
Ext.grid.PropertyColumnModel.prototype.bselect = null;
Ext.grid.PropertyColumnModel.prototype.editors = null;
Ext.grid.PropertyColumnModel.prototype.renderCellDelegate = null;
Ext.grid.PropertyColumnModel.prototype.renderPropDelegate = null;
Ext.grid.PropertyGrid.prototype = new Ext.grid.EditorGridPanel;
Ext.grid.PropertyGrid.prototype.enableColumnMove = false;
Ext.grid.PropertyGrid.prototype.stripeRows = false;
Ext.grid.PropertyGrid.prototype.trackMouseOver = false;
Ext.grid.PropertyGrid.prototype.clicksToEdit = 0;
Ext.grid.PropertyGrid.prototype.enableHdMenu = false;
Ext.grid.PropertyGrid.prototype.viewConfig = null;
Ext.grid.PropertyGrid.prototype.initComponent = function() {}
Ext.grid.PropertyGrid.prototype.onRender = function() {}
Ext.grid.PropertyGrid.prototype.afterRender = function() {}
Ext.grid.PropertyGrid.prototype.setSource = function(source) {
///
}
Ext.grid.PropertyGrid.prototype.getSource = function() {
///
}
Ext.grid.RowNumberer.prototype = {
header : "",
width : 0,
sortable : false,
fixed : false,
menuDisabled : false,
dataIndex : "",
id : "",
rowspan : null,
renderer : function(v, p, record, rowIndex) {
}
}
Ext.grid.CheckboxSelectionModel.prototype = new Ext.grid.RowSelectionModel;
Ext.grid.CheckboxSelectionModel.prototype.header = "";
Ext.grid.CheckboxSelectionModel.prototype.width = 0;
Ext.grid.CheckboxSelectionModel.prototype.sortable = false;
Ext.grid.CheckboxSelectionModel.prototype.menuDisabled = false;
Ext.grid.CheckboxSelectionModel.prototype.fixed = false;
Ext.grid.CheckboxSelectionModel.prototype.dataIndex = "";
Ext.grid.CheckboxSelectionModel.prototype.id = "";
Ext.grid.CheckboxSelectionModel.prototype.initEvents = function() {}
Ext.grid.CheckboxSelectionModel.prototype.onMouseDown = function(e, t) {
}
Ext.grid.CheckboxSelectionModel.prototype.onHdMouseDown = function(e, t) {
}
Ext.grid.CheckboxSelectionModel.prototype.renderer = function(v, p, record) {
}
Ext.LoadMask.prototype = {
msg : "",
msgCls : "",
disabled : false,
disable : function() { },
enable : function() { },
onLoad : function() { },
onBeforeLoad : function() { },
show : function() { },
hide : function() { },
destroy : function() { },
el : null
}
Ext.ProgressBar.prototype = new Ext.BoxComponent;
Ext.ProgressBar.prototype.baseCls = "";
Ext.ProgressBar.prototype.waitTimer = null;
Ext.ProgressBar.prototype.initComponent = function() {}
Ext.ProgressBar.prototype.onRender = function(ct, position) {
}
Ext.ProgressBar.prototype.afterRender = function() {}
Ext.ProgressBar.prototype.updateProgress = function(value, text) {
///
///
///
}
Ext.ProgressBar.prototype.wait = function(o) {
///
///
}
Ext.ProgressBar.prototype.isWaiting = function() {
///
}
Ext.ProgressBar.prototype.updateText = function(text) {
///
///
}
Ext.ProgressBar.prototype.syncProgressBar = function() {}
Ext.ProgressBar.prototype.setSize = function(w, h) {
///
///
///
}
Ext.ProgressBar.prototype.reset = function(hide) {
///
///
}
Ext.Slider.prototype = new Ext.BoxComponent;
Ext.Slider.prototype.vertical = false;
Ext.Slider.prototype.minValue = 0;
Ext.Slider.prototype.maxValue = 0;
Ext.Slider.prototype.keyIncrement = 0;
Ext.Slider.prototype.increment = 0;
Ext.Slider.prototype.clickRange = [];
Ext.Slider.prototype.clickToChange = false;
Ext.Slider.prototype.animate = false;
Ext.Slider.prototype.dragging = false;
Ext.Slider.prototype.initComponent = function() {}
Ext.Slider.prototype.onRender = function() {}
Ext.Slider.prototype.initEvents = function() {}
Ext.Slider.prototype.onMouseDown = function(e) {
}
Ext.Slider.prototype.onClickChange = function(local) {
}
Ext.Slider.prototype.onKeyDown = function(e) {
}
Ext.Slider.prototype.doSnap = function(value) {
}
Ext.Slider.prototype.afterRender = function() {}
Ext.Slider.prototype.getRatio = function() {}
Ext.Slider.prototype.normalizeValue = function(v) {
}
Ext.Slider.prototype.setValue = function(v, animate, changeComplete) {
///
///
}
Ext.Slider.prototype.translateValue = function(v) {
}
Ext.Slider.prototype.reverseValue = function(pos) {
}
Ext.Slider.prototype.moveThumb = function(v, animate) {
}
Ext.Slider.prototype.focus = function() {}
Ext.Slider.prototype.onBeforeDragStart = function(e) {
}
Ext.Slider.prototype.onDragStart = function(e) {
}
Ext.Slider.prototype.onDrag = function(e) {
}
Ext.Slider.prototype.onDragEnd = function(e) {
}
Ext.Slider.prototype.onResize = function(w, h) {
}
Ext.Slider.prototype.syncThumb = function() {}
Ext.Slider.prototype.getValue = function() {
///
}
Ext.StatusBar.prototype = new Ext.Toolbar;
Ext.StatusBar.prototype.cls = "";
Ext.StatusBar.prototype.busyIconCls = "";
Ext.StatusBar.prototype.busyText = "";
Ext.StatusBar.prototype.autoClear = 0;
Ext.StatusBar.prototype.activeThreadId = 0;
Ext.StatusBar.prototype.initComponent = function() {}
Ext.StatusBar.prototype.afterRender = function() {}
Ext.StatusBar.prototype.setStatus = function(o) {
///
///
}
Ext.StatusBar.prototype.clearStatus = function(o) {
///
///
}
Ext.StatusBar.prototype.setText = function(text) {
///
///
}
Ext.StatusBar.prototype.getText = function() {
///
}
Ext.StatusBar.prototype.setIcon = function(cls) {
///
///
}
Ext.StatusBar.prototype.showBusy = function(o) {
///
///
}
Ext.debug.ScriptsPanel.prototype = new Ext.Panel;
Ext.debug.ScriptsPanel.prototype.id = "";
Ext.debug.ScriptsPanel.prototype.region = "";
Ext.debug.ScriptsPanel.prototype.minWidth = 0;
Ext.debug.ScriptsPanel.prototype.split = false;
Ext.debug.ScriptsPanel.prototype.width = 0;
Ext.debug.ScriptsPanel.prototype.border = false;
Ext.debug.ScriptsPanel.prototype.layout = "";
Ext.debug.ScriptsPanel.prototype.style = "";
Ext.debug.ScriptsPanel.prototype.initComponent = function() {}
Ext.debug.ScriptsPanel.prototype.evalScript = function() {}
Ext.debug.ScriptsPanel.prototype.clear = function() {}
Ext.debug.LogPanel.prototype = new Ext.Panel;
Ext.debug.LogPanel.prototype.autoScroll = false;
Ext.debug.LogPanel.prototype.region = "";
Ext.debug.LogPanel.prototype.border = false;
Ext.debug.LogPanel.prototype.style = "";
Ext.debug.LogPanel.prototype.log = function() {}
Ext.debug.LogPanel.prototype.clear = function() {}
Ext.debug.DomTree.prototype = new Ext.tree.TreePanel;
Ext.debug.DomTree.prototype.enableDD = false;
Ext.debug.DomTree.prototype.lines = false;
Ext.debug.DomTree.prototype.rootVisible = false;
Ext.debug.DomTree.prototype.animate = false;
Ext.debug.DomTree.prototype.hlColor = "";
Ext.debug.DomTree.prototype.autoScroll = false;
Ext.debug.DomTree.prototype.region = "";
Ext.debug.DomTree.prototype.border = false;
Ext.debug.DomTree.prototype.initComponent = function() {}
Ext.debug.HtmlNode.prototype = new Ext.tree.AsyncTreeNode;
Ext.debug.HtmlNode.prototype.cls = "";
Ext.debug.HtmlNode.prototype.preventHScroll = false;
Ext.debug.HtmlNode.prototype.refresh = function(highlight) {
}
Ext.debug.HtmlNode.prototype.onExpand = function() {}
Ext.debug.HtmlNode.prototype.onCollapse = function() {}
Ext.debug.HtmlNode.prototype.render = function(bulkRender) {
}
Ext.debug.HtmlNode.prototype.highlightNode = function() {}
Ext.debug.HtmlNode.prototype.highlight = function() {}
Ext.debug.HtmlNode.prototype.frame = function() {}
Ext.debug.HtmlNode.prototype.unframe = function() {}
Ext.debug.HtmlNode.prototype.htmlNode = null;
Ext.debug.HtmlNode.prototype.tagName = null;
// static property
Ext.StoreMgr = null;
Ext.version = "";
Ext.isStrict = false;
Ext.isSecure = false;
Ext.isReady = false;
Ext.enableGarbageCollector = false;
Ext.enableListenerCollection = false;
Ext.SSL_SECURE_URL = "";
Ext.BLANK_IMAGE_URL = "";
Ext.isOpera = false;
Ext.isSafari = false;
Ext.isSafari3 = false;
Ext.isSafari2 = false;
Ext.isIE = false;
Ext.isIE6 = false;
Ext.isIE7 = false;
Ext.isGecko = false;
Ext.isGecko2 = false;
Ext.isGecko3 = false;
Ext.isBorderBox = false;
Ext.isLinux = false;
Ext.isWindows = false;
Ext.isMac = false;
Ext.isAir = false;
Ext.useShims = false;
Ext.lib.Event.doAdd = null;
Ext.lib.Event.doRemove = null;
Ext.lib.Event.POLL_RETRYS = 0;
Ext.lib.Event.POLL_INTERVAL = 0;
Ext.lib.Event.EL = 0;
Ext.lib.Event.TYPE = 0;
Ext.lib.Event.FN = 0;
Ext.lib.Event.WFN = 0;
Ext.lib.Event.OBJ = 0;
Ext.lib.Event.ADJ_SCOPE = 0;
Ext.lib.Ajax.hasHeaders = false;
Ext.lib.Ajax.useDefaultHeader = false;
Ext.lib.Ajax.defaultPostHeader = "";
Ext.lib.Ajax.useDefaultXhrHeader = false;
Ext.lib.Ajax.defaultXhrHeader = "";
Ext.lib.Ajax.hasDefaultHeaders = false;
Ext.lib.Ajax.pollInterval = 0;
Ext.lib.Ajax.transactionId = 0;
Ext.lib.Ajax.activeX = [];
Ext.lib.AnimMgr.fps = 0;
Ext.lib.AnimMgr.delay = 0;
Ext.DomHelper.useDom = false;
Ext.DomQuery.matchers = [];
Ext.util.Format.stripTagsRE = new RegExp;
Ext.util.Format.stripScriptsRe = new RegExp;
Ext.EventManager.ieDeferSrc = false;
Ext.EventManager.textResizeInterval = 0;
Ext.EventManager.stoppedMouseDownEvent = new Ext.util.Event;
Ext.EventObject = new Ext.EventObjectImpl;
Ext.Element.collectorThreadId = null;
Ext.Element.unitPattern = new RegExp;
Ext.Element.boxMarkup = "";
Ext.Element.VISIBILITY = 0;
Ext.Element.DISPLAY = 0;
Ext.Element.borders.l = "";
Ext.Element.borders.r = "";
Ext.Element.borders.t = "";
Ext.Element.borders.b = "";
Ext.Element.paddings.l = "";
Ext.Element.paddings.r = "";
Ext.Element.paddings.t = "";
Ext.Element.paddings.b = "";
Ext.Element.margins.l = "";
Ext.Element.margins.r = "";
Ext.Element.margins.t = "";
Ext.Element.margins.b = "";
Ext.enableFx = false;
Ext.data.SortTypes.stripTagsRE = new RegExp;
Ext.data.Record.AUTO_ID = 0;
Ext.data.Record.EDIT = "";
Ext.data.Record.REJECT = "";
Ext.data.Record.COMMIT = "";
Ext.data.ScriptTagProxy.TRANS_ID = 0;
Ext.Ajax = new Ext.data.Connection;
Ext.Ajax.extraParams = null;
Ext.Ajax.url = null;
Ext.Ajax.defaultHeaders = null;
Ext.Ajax.method = null;
Ext.Ajax.serializeForm = function(form) {
///
///
}
Ext.Updater.defaults.timeout = 0;
Ext.Updater.defaults.loadScripts = false;
Ext.Updater.defaults.sslBlankUrl = "";
Ext.Updater.defaults.disableCaching = false;
Ext.Updater.defaults.showLoadIndicator = false;
Ext.Updater.defaults.indicatorText = "";
Ext.UpdateManager.defaults.timeout = 0;
Ext.UpdateManager.defaults.loadScripts = false;
Ext.UpdateManager.defaults.sslBlankUrl = "";
Ext.UpdateManager.defaults.disableCaching = false;
Ext.UpdateManager.defaults.showLoadIndicator = false;
Ext.UpdateManager.defaults.indicatorText = "";
Ext.TaskMgr = new Ext.util.TaskRunner;
Ext.dd.DragDropMgr.dragCurrent = null;
Ext.dd.DragDropMgr.clickTimeout = null;
Ext.dd.DragDropMgr.deltaX = 0;
Ext.dd.DragDropMgr.deltaY = 0;
Ext.dd.DragDropMgr.preventDefault = false;
Ext.dd.DragDropMgr.stopPropagation = false;
Ext.dd.DragDropMgr.initialized = false;
Ext.dd.DragDropMgr.locked = false;
Ext.dd.DragDropMgr.POINT = 0;
Ext.dd.DragDropMgr.INTERSECT = 0;
Ext.dd.DragDropMgr.mode = 0;
Ext.dd.DragDropMgr.useCache = false;
Ext.dd.DragDropMgr.clickPixelThresh = 0;
Ext.dd.DragDropMgr.clickTimeThresh = 0;
Ext.dd.DragDropMgr.dragThreshMet = false;
Ext.dd.DragDropMgr.startX = 0;
Ext.dd.DragDropMgr.startY = 0;
Ext.dd.DDM.dragCurrent = null;
Ext.dd.DDM.clickTimeout = null;
Ext.dd.DDM.deltaX = 0;
Ext.dd.DDM.deltaY = 0;
Ext.dd.DDM.preventDefault = false;
Ext.dd.DDM.stopPropagation = false;
Ext.dd.DDM.initialized = false;
Ext.dd.DDM.locked = false;
Ext.dd.DDM.POINT = 0;
Ext.dd.DDM.INTERSECT = 0;
Ext.dd.DDM.mode = 0;
Ext.dd.DDM.useCache = false;
Ext.dd.DDM.clickPixelThresh = 0;
Ext.dd.DDM.clickTimeThresh = 0;
Ext.dd.DDM.dragThreshMet = false;
Ext.dd.DDM.startX = 0;
Ext.dd.DDM.startY = 0;
Ext.dd.DDProxy.dragElId = "";
Ext.dd.ScrollManager.vthresh = 0;
Ext.dd.ScrollManager.hthresh = 0;
Ext.dd.ScrollManager.increment = 0;
Ext.dd.ScrollManager.frequency = 0;
Ext.dd.ScrollManager.animate = false;
Ext.dd.ScrollManager.animDuration = 0;
Ext.ComponentMgr.all = new Ext.util.MixedCollection;
Ext.Component.AUTO_ID = 0;
Ext.SplitBar.VERTICAL = 0;
Ext.SplitBar.HORIZONTAL = 0;
Ext.SplitBar.LEFT = 0;
Ext.SplitBar.RIGHT = 0;
Ext.SplitBar.TOP = 0;
Ext.SplitBar.BOTTOM = 0;
Ext.WindowMgr = new Ext.WindowGroup;
Ext.Resizable.positions.n = "";
Ext.Resizable.positions.s = "";
Ext.Resizable.positions.e = "";
Ext.Resizable.positions.w = "";
Ext.Resizable.positions.se = "";
Ext.Resizable.positions.sw = "";
Ext.Resizable.positions.nw = "";
Ext.Resizable.positions.ne = "";
Ext.MessageBox.OK.ok = false;
Ext.MessageBox.CANCEL.cancel = false;
Ext.MessageBox.OKCANCEL.ok = false;
Ext.MessageBox.OKCANCEL.cancel = false;
Ext.MessageBox.YESNO.yes = false;
Ext.MessageBox.YESNO.no = false;
Ext.MessageBox.YESNOCANCEL.yes = false;
Ext.MessageBox.YESNOCANCEL.no = false;
Ext.MessageBox.YESNOCANCEL.cancel = false;
Ext.MessageBox.INFO = "";
Ext.MessageBox.WARNING = "";
Ext.MessageBox.QUESTION = "";
Ext.MessageBox.ERROR = "";
Ext.MessageBox.defaultTextHeight = 0;
Ext.MessageBox.maxWidth = 0;
Ext.MessageBox.minWidth = 0;
Ext.MessageBox.minProgressWidth = 0;
Ext.MessageBox.buttonText.ok = "";
Ext.MessageBox.buttonText.cancel = "";
Ext.MessageBox.buttonText.yes = "";
Ext.MessageBox.buttonText.no = "";
Ext.Msg.OK.ok = false;
Ext.Msg.CANCEL.cancel = false;
Ext.Msg.OKCANCEL.ok = false;
Ext.Msg.OKCANCEL.cancel = false;
Ext.Msg.YESNO.yes = false;
Ext.Msg.YESNO.no = false;
Ext.Msg.YESNOCANCEL.yes = false;
Ext.Msg.YESNOCANCEL.no = false;
Ext.Msg.YESNOCANCEL.cancel = false;
Ext.Msg.INFO = "";
Ext.Msg.WARNING = "";
Ext.Msg.QUESTION = "";
Ext.Msg.ERROR = "";
Ext.Msg.defaultTextHeight = 0;
Ext.Msg.maxWidth = 0;
Ext.Msg.minWidth = 0;
Ext.Msg.minProgressWidth = 0;
Ext.Msg.buttonText.ok = "";
Ext.Msg.buttonText.cancel = "";
Ext.Msg.buttonText.yes = "";
Ext.Msg.buttonText.no = "";
Ext.form.Action.CLIENT_INVALID = "";
Ext.form.Action.SERVER_INVALID = "";
Ext.form.Action.CONNECT_FAILURE = "";
Ext.form.Action.LOAD_FAILURE = "";
Ext.form.VTypes.emailText = "";
Ext.form.VTypes.emailMask = new RegExp;
Ext.form.VTypes.urlText = "";
Ext.form.VTypes.alphaText = "";
Ext.form.VTypes.alphaMask = new RegExp;
Ext.form.VTypes.alphanumText = "";
Ext.form.VTypes.alphanumMask = new RegExp;
Ext.grid.GroupingView.GROUP_ID = 0;
Ext.grid.PropertyRecord = new Function();
Ext.History.fieldId = "";
Ext.History.iframeId = "";