wt.templateutil.table
Class ObjectPropertiesTableModel

java.lang.Object
  extended by wt.templateutil.table.ObjectPropertiesTableModel
All Implemented Interfaces:
TableModel, TableModelStub

Deprecated.

public class ObjectPropertiesTableModel
extends Object
implements TableModelStub

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

getAttributes

public Vector getAttributes()
Deprecated. 

Gets the value of the attribute: attributes.

Supported API: true

Returns:
Vector

setAttributes

public void setAttributes(Vector a_Attributes)
Deprecated. 

Sets the value of the attribute: attributes.

Supported API: true

Parameters:
a_Attributes -

getWtAttribute

public WTAttribute getWtAttribute()
Deprecated. 

Gets the value of the attribute: wtAttribute.

Supported API: true

Returns:
WTAttribute

setWtAttribute

public void setWtAttribute(WTAttribute a_WtAttribute)
Deprecated. 

Sets the value of the attribute: wtAttribute.

Supported API: true

Parameters:
a_WtAttribute -

getColumnWidth

public int getColumnWidth()
Deprecated. 

Gets the value of the attribute: columnWidth.

Supported API: true

Returns:
int

setColumnWidth

public void setColumnWidth(int a_ColumnWidth)
Deprecated. 

Sets the value of the attribute: columnWidth.

Supported API: true

Parameters:
a_ColumnWidth -

getLocale

public Locale getLocale()
Deprecated. 

Gets the value of the attribute: locale.

Supported API: true

Returns:
Locale

setLocale

public void setLocale(Locale a_Locale)
Deprecated. 

Sets the value of the attribute: locale.

Supported API: true

Parameters:
a_Locale -

getMode

public String getMode()
Deprecated. 

Gets the value of the attribute: mode.

Supported API: true

Returns:
String

setMode

public void setMode(String a_Mode)
Deprecated. 

Sets the value of the attribute: mode.

Supported API: true

Parameters:
a_Mode -

getContextObject

public Object getContextObject()
Deprecated. 

Gets the value of the attribute: contextObject.

Supported API: true

Returns:
Object

setContextObject

public void setContextObject(Object a_ContextObject)
Deprecated. 

Sets the value of the attribute: contextObject.

Supported API: true

Parameters:
a_ContextObject -

addTableModelListener

public void addTableModelListener(TableModelListener l)
Deprecated. 



Supported API: true

Specified by:
addTableModelListener in interface TableModel
Specified by:
addTableModelListener in interface TableModelStub
Parameters:
l -

getColumnClass

public Class getColumnClass(int columnIndex)
Deprecated. 



Supported API: true

Specified by:
getColumnClass in interface TableModel
Specified by:
getColumnClass in interface TableModelStub
Parameters:
columnIndex -
Returns:
Class

getColumnCount

public int getColumnCount()
Deprecated. 



Supported API: true

Specified by:
getColumnCount in interface TableModel
Specified by:
getColumnCount in interface TableModelStub
Returns:
int

getColumnName

public String getColumnName(int columnIndex)
Deprecated. 

Returns name of the HTML table column for the column index passed in as input parameter.

Supported API: true

Specified by:
getColumnName in interface TableModel
Specified by:
getColumnName in interface TableModelStub
Parameters:
columnIndex -
Returns:
String

getRowCount

public int getRowCount()
Deprecated. 



Supported API: true

Specified by:
getRowCount in interface TableModel
Specified by:
getRowCount in interface TableModelStub
Returns:
int

getValueAt

public Object getValueAt(int rowIndex,
                         int columnIndex)
Deprecated. 



Supported API: true

Specified by:
getValueAt in interface TableModel
Specified by:
getValueAt in interface TableModelStub
Parameters:
rowIndex -
columnIndex -
Returns:
Object

isCellEditable

public boolean isCellEditable(int rowIndex,
                              int columnIndex)
Deprecated. 



Supported API: true

Specified by:
isCellEditable in interface TableModel
Specified by:
isCellEditable in interface TableModelStub
Parameters:
rowIndex -
columnIndex -
Returns:
boolean

removeTableModelListener

public void removeTableModelListener(TableModelListener l)
Deprecated. 



Supported API: true

Specified by:
removeTableModelListener in interface TableModel
Specified by:
removeTableModelListener in interface TableModelStub
Parameters:
l -

setValueAt

public void setValueAt(Object value,
                       int rowIndex,
                       int columnIndex)
Deprecated. 



Supported API: true

Specified by:
setValueAt in interface TableModel
Specified by:
setValueAt in interface TableModelStub
Parameters:
value -
rowIndex -
columnIndex -