<lazyreplicator>

JavaScript: lz.lazyreplicator
extends <replicator> » <node> » lz.Eventable »

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
clonedel expression any null read/write
   
clonesoffset expression any 0 read/write
   
__emptyArray expression any null read/write
   
_lastNodesLength expression any 0 read/write
   
replicatedsize expression any null read/write
  The size of the replicated clone in the replication axis

Methods

__adjustVisibleClones()
lazyreplicator.__adjustVisibleClones(ignore);
Parameter Name Type Description
ignore    

construct()
lazyreplicator.construct(p, a);
Parameter Name Type Description
p    
a    

createChildren()
lazyreplicator.createChildren(c);
Parameter Name Type Description
c    

destroy()
lazyreplicator.destroy();

getClone()
lazyreplicator.getClone();

getCloneForNode()
lazyreplicator.getCloneForNode(datanode, dontmake);
Parameter Name Type Description
datanode    
dontmake    

getCloneForOffset()
lazyreplicator.getCloneForOffset(n);
Parameter Name Type Description
n    

getCloneIfVisible()
lazyreplicator.getCloneIfVisible(n);
Parameter Name Type Description
n    

init()
lazyreplicator.init();

_setSize()
lazyreplicator._setSize();

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <replicator>

onnodes

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy