Package | Description |
---|---|
org.safs.selenium.webdriver.lib | |
org.safs.selenium.webdriver.lib.model |
Modifier and Type | Method and Description |
---|---|
TreeNode[] |
Tree.DefaultSelectable_Tree.getCacheableContent() |
TreeNode[] |
Tree.getContent() |
TreeNode[] |
Tree.SapSelectable_Tree.getContent() |
TreeNode |
Tree.getMatchedElement(TextMatchingCriterion criterion) |
TreeNode |
Tree.DefaultSelectable_Tree.getMatchedElement(TextMatchingCriterion criterion)
This method override that of superclass.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Tree.DefaultSelectable_Tree.collapseItem(TreeNode node,
boolean collpaseChildren)
Collapse the nodes (by double-click).
Note:The second parameter collpaseChildren is not used here. |
protected void |
Tree.SapSelectable_Tree.collapseItem(TreeNode node,
boolean collpaseChildren) |
protected void |
Tree.DefaultSelectable_Tree.expandItem(TreeNode node,
boolean expandChildren)
Expand the nodes (by double-click) from the root level by level.
Note:The second parameter expandChildren is not used yet here. |
protected void |
Tree.SapSelectable_Tree.expandItem(TreeNode node,
boolean expandChildren) |
protected boolean |
Tree.DefaultSelectable_Tree.verifyItemExpanded(TreeNode node) |
protected boolean |
Tree.SapSelectable_Tree.verifyItemExpanded(TreeNode node) |
Modifier and Type | Method and Description |
---|---|
protected TreeNode |
AbstractTreeSelectable.convertTo(Element element)
Cast the Element to TreeNode.
|
TreeNode[] |
TreeNode.getChildren() |
TreeNode[] |
ITreeSelectable.getContent()
Get all tree nodes.
|
TreeNode[] |
AbstractTreeSelectable.getContent() |
TreeNode |
ITreeSelectable.getMatchedElement(TextMatchingCriterion criterion) |
TreeNode |
AbstractTreeSelectable.getMatchedElement(TextMatchingCriterion criterion)
According to the "hierarchical path" to get a TreeNode object.
|
TreeNode |
TreeNode.getParent() |
protected TreeNode[] |
TreeNode.newArray(int length) |
protected TreeNode |
TreeNode.newInstance(java.lang.Object object) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractTreeSelectable.collapseItem(TreeNode node,
boolean collpaseChildren) |
protected abstract void |
AbstractTreeSelectable.expandItem(TreeNode node,
boolean expandChildren) |
protected boolean |
AbstractTreeSelectable.verifyItemExpanded(TreeNode node)
Note:In subclass, we need to update the 'expanded' property of TreeNode.
Verify if a tree node is expanded or collapsed. |
protected void |
AbstractTreeSelectable.verifyItemExpension(TreeNode node,
boolean expectExpended) |
Copyright © SAS Institute. All Rights Reserved.