|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.templateutil.table.RowDataTableModel
public class RowDataTableModel
Deprecation Notice: This class is still valid for this release, however
this serves as advance notice that it will be removed in the future.
All user interfaces built using the Windchill HTML Template Processing
client architecture will be rewritten using a different framework in
an upcoming release.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
void |
addColumn(Properties props)
Deprecated. |
void |
addTableModelListener(TableModelListener l)
Deprecated. |
Class |
getColumnClass(int columnIndex)
Deprecated. |
int |
getColumnCount()
Deprecated. |
String |
getColumnName(int columnIndex)
Deprecated. |
String |
getColumnName(String attribute)
Deprecated. |
Object |
getIdentifier(int columnIndex)
Deprecated. |
int |
getRowCount()
Deprecated. |
Vector |
getRowDataObjects()
Deprecated. |
Vector |
getTableColumns()
Deprecated. |
Object |
getValueAt(int rowIndex,
int columnIndex)
Deprecated. |
boolean |
isCellEditable(int rowIndex,
int columnIndex)
Deprecated. |
void |
removeTableModelListener(TableModelListener l)
Deprecated. |
void |
setHeaderFromResource(String resourceBundleName,
String resourceBundleKey,
Object columnId)
Deprecated. |
void |
setHeaderFromTargetClass(String targetClassName,
Object columnId)
Deprecated. |
void |
setLocale(Locale newLocale)
Deprecated. |
void |
setRowDataObjects(Vector a_RowDataObjects)
Deprecated. |
void |
setTableColumns(Vector a_TableColumns)
Deprecated. |
void |
setValueAt(Object value,
int rowIndex,
int columnIndex)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Vector getRowDataObjects()
public void setRowDataObjects(Vector a_RowDataObjects)
a_RowDataObjects - public Vector getTableColumns()
public void setTableColumns(Vector a_TableColumns)
a_TableColumns - public void addTableModelListener(TableModelListener l)
addTableModelListener in interface TableModeladdTableModelListener in interface TableModelStubl - public Class getColumnClass(int columnIndex)
getColumnClass in interface TableModelgetColumnClass in interface TableModelStubcolumnIndex -
public int getColumnCount()
getColumnCount in interface TableModelgetColumnCount in interface TableModelStubpublic String getColumnName(int columnIndex)
getColumnName in interface TableModelgetColumnName in interface TableModelStubcolumnIndex -
public int getRowCount()
getRowCount in interface TableModelgetRowCount in interface TableModelStub
public Object getValueAt(int rowIndex,
int columnIndex)
getValueAt in interface TableModelgetValueAt in interface TableModelStubrowIndex - columnIndex -
public boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in interface TableModelStubrowIndex - columnIndex -
public void removeTableModelListener(TableModelListener l)
removeTableModelListener in interface TableModelremoveTableModelListener in interface TableModelStubl -
public void setValueAt(Object value,
int rowIndex,
int columnIndex)
setValueAt in interface TableModelsetValueAt in interface TableModelStubvalue - rowIndex - columnIndex -
public void addColumn(Properties props)
throws WTException
addColumn in interface AddColumnprops -
WTExceptionpublic Object getIdentifier(int columnIndex)
getIdentifier in interface ColumnIdentifiercolumnIndex -
public void setHeaderFromResource(String resourceBundleName,
String resourceBundleKey,
Object columnId)
This is a convenience method to allow overriding the either the
display name for an attribute or to allow setting the title on a column
when the name/handle of the column is not an attribute of the BinaryLink
or OtherSide object.
Supported API: true
setHeaderFromResource in interface TableHeaderSetterresourceBundleName - resourceBundleKey - columnId -
public void setHeaderFromTargetClass(String targetClassName,
Object columnId)
setHeaderFromTargetClass in interface TableHeaderSettertargetClassName - columnId - public void setLocale(Locale newLocale)
newLocale - public String getColumnName(String attribute)
attribute -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||