|
JBCSolutions - Jbcgrid v1.6 This document is the API specification for the JbcGrid, version 1.6 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JbcGridInterfaceTableModel
This interface is the minimum basis required for any TableModel used with JbcGridTable.
JbcGridDefaultTableModel
,
JbcGridAbstractTableModel
Method Summary | |
---|---|
javax.swing.JComponent |
getExpandedRowComponent(int row)
You should override this method and return a component that will be used to overload the row. |
javax.swing.JComponent |
getExpandedTreeviewComponent(int row)
You should override this method and return a component that will be used to expand the row. |
boolean |
isExpandableTreeview(int row)
Returns true if this row may be expanded in tree view. |
Method Detail |
---|
boolean isExpandableTreeview(int row)
An expandable row is a row that may answer favourably to the getExpandedTreeviewComponent method.
You should override this method and return true if the specified row is expandable.
getExpandedTreeviewComponent(int)
javax.swing.JComponent getExpandedTreeviewComponent(int row)
row
- the row index
isExpandableTreeview(int)
javax.swing.JComponent getExpandedRowComponent(int row)
row
- the row index
|
JBCSolutions - Jbcgrid v1.6 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |