Пример #1
0
 public void BindPropertyReverse(string targetPath, string sourcePath, object options, qx.ui.tree.core.AbstractTreeItem sourceWidget, object modelNode)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public void BindDefaultProperties(qx.ui.tree.core.AbstractTreeItem treeNode, qx.core.Object modelNode)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public qx.ui.tree.core.AbstractTreeItem GetPreviousSiblingOf(qx.ui.tree.core.AbstractTreeItem treeItem)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public void SetParent(qx.ui.tree.core.AbstractTreeItem value)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public qx.ui.tree.core.AbstractTreeItem GetPreviousNodeOf(qx.ui.tree.core.AbstractTreeItem treeItem, bool invisible = true)
 {
     throw new NotImplementedException();
 }