public interface ViewFolder
Modifier and Type | Method and Description |
---|---|
View |
findViewByName(String name)
Convenience function that gets a view name and returns the view with that name
that is a descendant of this folder.
|
Collection<ViewFolder> |
getChildFolders()
Returns an unmodifiable collection of immediate child folders of this folder.
|
Collection<View> |
getChildViews()
Returns an unmodifiable collection of views residing in this folder.
|
String |
getFolderId()
Returns a unique folder ID
|
String |
getName()
The name of the folder.
|
void |
visitChildren(ViewTreeVisitor visitor)
Visits the view folder's children using a visitor.
|
String getName()
Collection<ViewFolder> getChildFolders()
Collection<View> getChildViews()
void visitChildren(ViewTreeVisitor visitor)
visitor
- a client implementation of the ViewTreeVisitor interface.View findViewByName(String name)
name
- the name to search.String getFolderId()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.