public interface ValueExpander
Modifier and Type | Method and Description |
---|---|
void |
addExpandListener(ExpandListener listener)
Adds the given listener to listen for expansion events.
|
void |
expandValue(ObjectValue value,
ExpansionDepth depth)
Expand the given value for the given depth.
|
ExpansionDepth |
getExpansionDepth(ObjectValue value)
Gets the expansion depth of the given value.
|
void |
removeExpandListener(ExpandListener listener)
Removes the given listener from listening for expansion events.
|
void |
removeExpansion(ObjectValue value)
Remove expansion from the given value.
|
void removeExpansion(ObjectValue value)
value
- The value to remove expansion from.void expandValue(ObjectValue value, ExpansionDepth depth)
value
- The value to expand.depth
- The depth at which to expand the value.ExpansionDepth getExpansionDepth(ObjectValue value)
value
- The value to get the expansion depth for.void addExpandListener(ExpandListener listener)
listener
- The listener to addvoid removeExpandListener(ExpandListener listener)
listener
- The listener to remove.