public interface ExpandableItemsHandler<T>
Modifier and Type | Field and Description |
---|---|
static Key<java.lang.Boolean> |
EXPANDED_RENDERER |
static Key<java.lang.Boolean> |
IGNORE_ITEM_SELECTION
This key can be set to a component to ignore processing of item selection.
|
static Key<java.lang.Boolean> |
IGNORE_MOUSE_HOVER
This key can be set to a component to ignore processing of mouse events.
|
static Key<java.lang.Boolean> |
RENDERER_DISABLED
This key is used to disable showing a popup for expandable item.
|
static Key<java.lang.Boolean> |
USE_RENDERER_BOUNDS |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<T> |
getExpandedItems() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
static final Key<java.lang.Boolean> IGNORE_MOUSE_HOVER
static final Key<java.lang.Boolean> IGNORE_ITEM_SELECTION
static final Key<java.lang.Boolean> RENDERER_DISABLED
static final Key<java.lang.Boolean> EXPANDED_RENDERER
static final Key<java.lang.Boolean> USE_RENDERER_BOUNDS
void setEnabled(boolean enabled)
boolean isEnabled()
java.util.Collection<T> getExpandedItems()