|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReferenceRow
An interface that references to a row in
the underlying data model. By default, we have IndexReferenceRow
that
refers to a row using row index. If you already have an object that represents a row
in a table model, you can use that object inside this ReferenceRow
. Since it is an
interface, it allows you to create your own concrete class and override DefaultGroupTableModel.createReferenceRow(javax.swing.table.TableModel,int)
method to use your own class.
Field Summary |
---|
Fields inherited from interface com.jidesoft.grid.Node |
---|
PROPERTY_ADJUSTING |
Method Summary |
---|
Methods inherited from interface com.jidesoft.grid.GroupRow |
---|
getTreeTableModel |
Methods inherited from interface com.jidesoft.grid.Row |
---|
cellUpdated, getCellClassAt, getConverterContextAt, getEditorContextAt, getValueAt, isCellEditable, rowUpdated, setValueAt |
Methods inherited from interface com.jidesoft.grid.Node |
---|
getLevel, getNextSibling, getParent, getPreviousSibling, setParent |
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |