RowFor.deserialize constructor

RowFor.deserialize(
  1. XmlElement node
)

Implementation

RowFor.deserialize(XmlElement node) :
  binding = node.getAttribute('binding')!,
  condition = node.getAttribute('if'),
  super.deserialize(node);