node
luyoga.Node
Properties
style : luyoga.Style
layout : luyoga.Layout
Functions
new()
from_cdata(node : any
)
reset(self)
calculateLayout(self, availableWidth : number
?
, availableHeight : number
?
, ownerDirection : luyoga.Direction
)
getHasNewLayout(self)
setHasNewLayout(self, hasNewLayout : boolean
)
isDirty(self)
markDirty(self)
insertChild(self, child : luyoga.Node
, index : number
)
swapChild(self, child : luyoga.Node
, index : number
)
removeChild(self, child : luyoga.Node
)
removeAllChildren(self, child : any
)
getChild(self, index : number
)
getChildCount(self)
->
number
getOwner(self)
getParent(self)
setNodeType(self, nodeType : luyoga.NodeType
)
getNodeType(self, nodeType : luyoga.NodeType
)
setAlwaysFormsContainingBlock(self, alwaysFormsContainingBlock : boolean
)
getAlwaysFormsContainingBlock(self)
->
boolean