public interface CollapsibleCriteria
Modifier and Type | Method and Description |
---|---|
Vertex |
getCollapsedRepresentation()
This function returns the vertex that will be used to represent the group when the state is
set to collapsed.
|
String |
getId() |
String |
getLabel() |
String |
getNamespace() |
Set<VertexRef> |
getVertices()
Fetch the list of child vertices that should be collapsed
|
boolean |
isCollapsed()
Check to see whether the Criteria is collapsed or not.
|
void |
setCollapsed(boolean collapsed)
Set the collapsed state of the criteria.
|
String getId()
boolean isCollapsed()
void setCollapsed(boolean collapsed)
collapsed
- Whether the criteria should be collapsed or not.Vertex getCollapsedRepresentation()
String getLabel()
String getNamespace()
Copyright © 2021. All rights reserved.