public interface ExpandCellEventProducer
Modifier and Type | Method and Description |
---|---|
void |
addExpandableCellListener(ExpandableCellListener listener)
This method adds an expandable cell listener.
|
void |
fireExpandCell(ExpandableCell cell)
This method fires the expand cell event.
|
void |
removeExpandableCellListener(ExpandableCellListener listener)
Removes expandable cell listener.
|
void addExpandableCellListener(ExpandableCellListener listener)
listener
- a listener instance.void removeExpandableCellListener(ExpandableCellListener listener)
listener
- is a listener to remove.void fireExpandCell(ExpandableCell cell)
cell
- is an expanded / collapsed cell.Copyright © 2008–2013. All rights reserved.