wt.templateutil.table
Class ObjectPropertiesTableModel

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

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


Field Summary
private  Vector attributes
          Deprecated.  
private static String CLASSNAME
          Deprecated.  
private  int columnWidth
          Deprecated.  
private  Object contextObject
          Deprecated.  
private  Vector labels
          Deprecated.  
private  Locale locale
          Deprecated.  
private  String mode
          Deprecated.  
private static String RESOURCE
          Deprecated.  
private static boolean VERBOSE
          Deprecated.  
private  WTAttribute wtAttribute
          Deprecated.  
 
Constructor Summary
ObjectPropertiesTableModel()
          Deprecated.  
 
Method Summary
 void addTableModelListener(TableModelListener l)
          Deprecated.  
 Vector getAttributeLabels()
          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 setAttributeLabels(Vector a_Labels)
          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
 

Field Detail

RESOURCE

private static final String RESOURCE
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 

attributes

private Vector attributes
Deprecated. 

wtAttribute

private WTAttribute wtAttribute
Deprecated. 

columnWidth

private int columnWidth
Deprecated. 

locale

private Locale locale
Deprecated. 

mode

private String mode
Deprecated. 

contextObject

private Object contextObject
Deprecated. 

VERBOSE

private static boolean VERBOSE
Deprecated. 

labels

private final Vector labels
Deprecated. 
Constructor Detail

ObjectPropertiesTableModel

public ObjectPropertiesTableModel()
Deprecated. 
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 TableModelStub
Parameters:
l -

getColumnClass

public Class getColumnClass(int columnIndex)
Deprecated.  



Supported API: true

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

getColumnCount

public int getColumnCount()
Deprecated.  



Supported API: true

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 TableModelStub
Parameters:
columnIndex -
Returns:
String

getRowCount

public int getRowCount()
Deprecated.  



Supported API: true

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 TableModelStub
Parameters:
rowIndex -
columnIndex -
Returns:
Object

isCellEditable

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



Supported API: true

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 TableModelStub
Parameters:
l -

setValueAt

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



Supported API: true

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

setAttributeLabels

public void setAttributeLabels(Vector a_Labels)
Deprecated. 

getAttributeLabels

public Vector getAttributeLabels()
Deprecated.