- All Superinterfaces:
HHeaderTable
,HHeaderTable
,HVHeadersTable
,Table
,Table
,VHeaderTable
,VHeaderTable
public interface HVHeadersTable extends Table, HHeaderTable, VHeaderTable, HVHeadersTable
-
Nested Class Summary
Nested classes/interfaces inherited from interface omix.lang.data.Table
Table.SelectedCell, Table.SelectedColumn, Table.SelectedContent, Table.SelectedRow, Table.SelectedTable
-
Method Summary
Modifier and Type Method Description List<ExtendedHeaderData>
rowLabelData()
returns a list of all available rows.ExtendedHeaderData
rowLabelData(int row)
returns the label data of the given row.void
setValue(String rowIdentifier, String columnIdentifier, Object value)
HVHeadersTable
transposed()
Returns the transposed table matrix of the current table.Methods inherited from interface omix.lang.data.HHeaderTable
columnLabel, columnLabels, columns, getColumn, getColumn, getRowByIdentifiers, getRowByIdentifiers, getValueByColumn, isColumnAvailable
Methods inherited from interface omix.plugin.data.HHeaderTable
columnLabelData, columnLabelData, setValueByColumn
Methods inherited from interface omix.lang.data.HVHeadersTable
getColumnByIdentifiers, getColumnByIdentifiers, getRow, getRow, getRowByIdentifiers, getRowByIdentifiers, getValue, isRowAvailable, rowLabel, rowLabels, rows
Methods inherited from interface omix.lang.data.Table
getColumn, getColumn, getIdentifier, getRow, getRow, getSelection, getSourceIdentifier, getValue
Methods inherited from interface omix.plugin.data.Table
addDataMatrixChangeListener, canGet, canSet, getOriginalDataMatrix, isModified, removeDataMatrixChangeListener, setSelection, setValue, toHorizontalHeaderTable, toHVHeadersTable, toPlainTable, toVerticalHeaderTable
Methods inherited from interface omix.lang.data.VHeaderTable
getColumnByIdentifiers, getColumnByIdentifiers, getValue
-
Method Details
-
setValue
-
transposed
HVHeadersTable transposed()Description copied from interface:Table
Returns the transposed table matrix of the current table. The returned table is a new object which does no longer represent the actual table representation in the data manager sidebar, i.e.Table.getSelection()
will always return an empty list.- Specified by:
transposed
in interfaceHHeaderTable
- Specified by:
transposed
in interfaceHHeaderTable
- Specified by:
transposed
in interfaceHVHeadersTable
- Specified by:
transposed
in interfaceTable
- Specified by:
transposed
in interfaceTable
- Returns:
- transposed table
- See Also:
Table.transposed()
-
rowLabelData
List<ExtendedHeaderData> rowLabelData()returns a list of all available rows.- Specified by:
rowLabelData
in interfaceVHeaderTable
- Returns:
- list with row label data
-
rowLabelData
returns the label data of the given row.- Specified by:
rowLabelData
in interfaceVHeaderTable
- Parameters:
row
-- Returns:
- label data
-