|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.templateutil.table.ObjectPropertiesTableModel
public class ObjectPropertiesTableModel
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 |
addTableModelListener(TableModelListener l)
Deprecated. |
Vector |
getAttributes()
Deprecated. |
Class |
getColumnClass(int columnIndex)
Deprecated. |
int |
getColumnCount()
Deprecated. |
String |
getColumnName(int columnIndex)
Deprecated. |
int |
getColumnWidth()
Deprecated. |
Object |
getContextObject()
Deprecated. |
Locale |
getLocale()
Deprecated. |
String |
getMode()
Deprecated. |
int |
getRowCount()
Deprecated. |
Object |
getValueAt(int rowIndex,
int columnIndex)
Deprecated. |
WTAttribute |
getWtAttribute()
Deprecated. |
boolean |
isCellEditable(int rowIndex,
int columnIndex)
Deprecated. |
void |
removeTableModelListener(TableModelListener l)
Deprecated. |
void |
setAttributes(Vector a_Attributes)
Deprecated. |
void |
setColumnWidth(int a_ColumnWidth)
Deprecated. |
void |
setContextObject(Object a_ContextObject)
Deprecated. |
void |
setLocale(Locale a_Locale)
Deprecated. |
void |
setMode(String a_Mode)
Deprecated. |
void |
setValueAt(Object value,
int rowIndex,
int columnIndex)
Deprecated. |
void |
setWtAttribute(WTAttribute a_WtAttribute)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Vector getAttributes()
public void setAttributes(Vector a_Attributes)
a_Attributes - public WTAttribute getWtAttribute()
public void setWtAttribute(WTAttribute a_WtAttribute)
a_WtAttribute - public int getColumnWidth()
public void setColumnWidth(int a_ColumnWidth)
a_ColumnWidth - public Locale getLocale()
public void setLocale(Locale a_Locale)
a_Locale - public String getMode()
public void setMode(String a_Mode)
a_Mode - public Object getContextObject()
public void setContextObject(Object a_ContextObject)
a_ContextObject - 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 -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||