Package | Description |
---|---|
twaver.table |
Modifier and Type | Field and Description |
---|---|
protected TTableColumn |
TTableModel.checkColumn |
protected static TTableColumn |
TTableModel.currentSortColumn |
protected TTableColumn |
TTableModel.oidColumn |
protected TTableColumn |
TTableModelEvent.tableColumn |
Modifier and Type | Method and Description |
---|---|
TTableColumn |
TTableModel.getCheckColumn()
Get the internal checkbox column
|
TTableColumn |
TTable.getCheckColumn()
Gets the internal "checkbox" column.
|
TTableColumn |
TTable.getColumnByIndex(int columnIndex)
Get column by the specified column index.
|
TTableColumn |
TTableModel.getColumnByName(java.lang.String name)
Get table column by the a column name.
|
TTableColumn |
TTable.getColumnByName(java.lang.String name)
Get table column by the specified column name
|
TTableColumn |
TTableModel.getOIDColumn()
Get internal OID column.
|
TTableColumn |
TTable.getOIDColumn()
Gets the internal OID column.
|
TTableColumn |
TTableModel.getPublishedColumn(int columnIndex)
Get published column by column index.
|
TTableColumn |
TTableModelEvent.getTableColumn()
Get event relevant table column.
|
TTableColumn |
TTreeTable.getTreeColumn()
Gets the tree column.
|
TTableColumn |
TTableColumn.setColumnWith(int width)
Set column preferred width.
|
TTableColumn |
TTableColumn.setDisplayName(java.lang.String displayName)
Set display name for this column.
|
TTableColumn |
TTableColumn.setEditable(boolean editable)
Set whether this column cells are editable.
|
TTableColumn |
TTableColumn.setEditor(javax.swing.table.TableCellEditor editor)
Set cell editor for this column.
|
TTableColumn |
TTableColumn.setExtraWidthAssignable(boolean extraWidthAssignable)
Sets whether to be assigned extra with after packing.
|
TTableColumn |
TTableColumn.setIcon(javax.swing.Icon icon)
Sets the icon for this column.
|
TTableColumn |
TTableColumn.setJavaClass(java.lang.Class javaClass)
Set class type for the column bound property.
|
TTableColumn |
TTableColumn.setMaxPackHeight(int maxPackHeight)
Sets the maximal cell height for packing table rows.
|
TTableColumn |
TTableColumn.setMaxPackWidth(int maxPackWidth)
Sets the maximum with value for packing.
|
TTableColumn |
TTableColumn.setMinPackHeight(int minPackHeight)
Sets the minimal cell height for packing table rows.
|
TTableColumn |
TTableColumn.setMinPackWidth(int minPackWidth)
Sets the minimum with value for packing.
|
TTableColumn |
TTableColumn.setName(java.lang.String name)
Set column name
|
TTableColumn |
TTableColumn.setReadMethod(java.lang.reflect.Method readMethod)
Set read method for this column which is used to get
the column bound property's value
|
TTableColumn |
TTableColumn.setRenderer(javax.swing.table.TableCellRenderer renderer)
Set column cell renderer.
|
TTableColumn |
TTableColumn.setRowPackParticipable(boolean rowPackParticipable)
Sets whether this attribute will participate with packing table rows.
|
TTableColumn |
TTableColumn.setSortable(boolean sortable)
Sets whether this column can be sorted.
|
TTableColumn |
TTableColumn.setSortComparator(java.util.Comparator sortComparator)
Set the column sort comparator.
|
TTableColumn |
TTableColumn.setVisible(boolean visible)
Determine whether this table column is visible on table.
|
TTableColumn |
TTableColumn.setWriteMethod(java.lang.reflect.Method writeMethod)
Set the write method used to set column bound property value.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TTableModel.fireColumnAdded(TTableColumn tableColumn)
Fire column added event.
|
protected void |
TTableModel.fireColumnRemoved(TTableColumn tableColumn)
Fire column removed event.
|
protected void |
TTableModel.fireColumnSorted(TTableColumn tableColumn,
boolean multiColumnSort)
Fire column sorted event.
|
boolean |
TTable.isPredefinedColumn(TTableColumn column)
Checks whether the given table column is predefined column.
|
boolean |
TTable.isVisible(TTableColumn column)
Checks whether the table column is visible on this table.
|
boolean |
ColumnVisibleFilter.isVisible(TTableColumn column)
Checks whether the given column is visible.
|
void |
TTable.prepareTableHeaderRenderer(javax.swing.JLabel renderer,
TTableColumn tableColumn) |
protected java.lang.Object |
TTreeTable.readElementPropertyValue(Element element,
TTableColumn column)
Overridden to consider tree column
|
protected java.lang.Object |
TElementTable.readElementPropertyValue(Element element,
TTableColumn column)
read element property value
|
void |
TAlarmTable.setDataBox(TDataBox box,
TTableColumn[] columns)
Sets a new data box for this table.
|
void |
TTableModel.sortColumn(TTableColumn sortedColumn,
int sortMode,
boolean multiColumnSort)
Sort column.
|
protected void |
TTreeTable.writeElementPropertyValue(Element element,
TTableColumn column,
java.lang.Object value)
Overridden to consider tree column
|
protected void |
TElementTable.writeElementPropertyValue(Element element,
TTableColumn column,
java.lang.Object value)
write element property value
|
Constructor and Description |
---|
TAlarmTable(TDataBox box,
TTableColumn[] columns)
Create alarm table with given databox and columns.
|
TTableModelEvent(TTableModel tableModel,
int type,
TTableColumn tableColumn)
Create a table model change event.
|
TTableModelEvent(TTableModel tableModel,
int type,
TTableColumn tableColumn,
boolean multiColumnSort) |
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.