|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HierarchicalTableComponentFactory
An interface to create a component from the value that returned from HierarchicalTableModel.
Method Summary | |
---|---|
Component |
createChildComponent(HierarchicalTable table,
Object value,
int row)
Creates the child component for the specified row and using the specified value. |
void |
destroyChildComponent(HierarchicalTable table,
Component component,
int row)
Destroys the child component. |
Method Detail |
---|
Component createChildComponent(HierarchicalTable table, Object value, int row)
table
- the HierarchicalTablevalue
- the value returned from HierarchicalTableModel.getChildValueAt(int)
.row
- the actual row index as in the HierarchicalTableModel. Please note, it may or may not the visual row
index as you see from the screen especially if you have sorting and filtering enabled in this
table.
void destroyChildComponent(HierarchicalTable table, Component component, int row)
table
- the HierarchicalTablecomponent
- the component to be destroyed.row
- the actual row index as in the HierarchicalTableModel. Please note, it may or may not the visual
row index as you see from the screen especially if you have sorting and filtering enabled in
this table.
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |