Module:libextPackage:wrap.ext.treeParent:TreeNodeCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation

wrap.ext.tree.AsyncTreeNode

Inheritance : Object : Observable : Node : TreeNode

Constructors

Signature
public AsyncTreeNode(String config)
public AsyncTreeNode(AsyncTreeNodeConfig config)

Methods

NameSignature
isLoadedboolean isLoaded()
isLoadingboolean isLoading()
reloadvoid reload(Function callback)

Properties

NameTypeComment
loader
wrap.ext.tree.TreeLoader

Constructors

public AsyncTreeNode(String config)

Parameters

NameTypeDescription
configcore.String



public AsyncTreeNode(AsyncTreeNodeConfig config)

Parameters

NameTypeDescription
configwrap.ext.tree.types.AsyncTreeNodeConfig



Methods

isLoaded

boolean isLoaded()

Returns
core.boolean

isLoading

boolean isLoading()

Returns
core.boolean

reload

void reload(Function callback)

Parameters

NameTypeDescription
callbackcore.Function

Module:libextPackage:wrap.ext.treeParent:TreeNodeCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation