Name

LzDataAttrBind

Synopsis

JavaScript: LzDataAttrBind
Type: Class
Access: private
Topic: LFC.Data
Declared in: WEB-INF/lps/lfc/data/LzDataAttrBind.lzs

Superclass Chain

node (LzNode) » datapointer (LzDatapointer) » LzDataAttrBind

Known Subclasses

Details

Properties (1)

$pathbinding
public var $pathbinding = true;

Methods (7)

_dbg_name()
public function _dbg_name();
initialize()
public function initialize(ndpath, attr, path);
__LZsendUpdate()
public function __LZsendUpdate(a, b);
setDataContext()
public function setDataContext(dc);
toString()
public function toString();
unregisterAll()
public function unregisterAll();
This matches the LzDelegate method of the same name so that these objects can be stored in a node's __LZdelegates array.
updateData()
public function updateData();

Prototype Properties (1)

rerunxpath
public var rerunxpath = true;

JavaScript Synopsis

private LzDataAttrBind extends  LzDatapointer  {
  public var $pathbinding  = true;
  prototype public function _dbg_name ();
  prototype public function initialize (ndpath, attr, path);
  prototype public function __LZsendUpdate (a, b);
  prototype public var rerunxpath  = true;
  prototype public function setDataContext (dc);
  prototype public function toString ();
  prototype public function unregisterAll ();
  prototype public function updateData ();
}