|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.templateutil.table.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
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 |
private static final String RESOURCE
private static final String CLASSNAME
private Vector attributes
private WTAttribute wtAttribute
private int columnWidth
private Locale locale
private String mode
private Object contextObject
private static boolean VERBOSE
private final Vector labels
Constructor Detail |
public ObjectPropertiesTableModel()
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 TableModelStub
l
- public Class getColumnClass(int columnIndex)
getColumnClass
in interface TableModelStub
columnIndex
-
public int getColumnCount()
getColumnCount
in interface TableModelStub
public String getColumnName(int columnIndex)
getColumnName
in interface TableModelStub
columnIndex
-
public int getRowCount()
getRowCount
in interface TableModelStub
public Object getValueAt(int rowIndex, int columnIndex)
getValueAt
in interface TableModelStub
rowIndex
- columnIndex
-
public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface TableModelStub
rowIndex
- columnIndex
-
public void removeTableModelListener(TableModelListener l)
removeTableModelListener
in interface TableModelStub
l
- public void setValueAt(Object value, int rowIndex, int columnIndex)
setValueAt
in interface TableModelStub
value
- rowIndex
- columnIndex
- public void setAttributeLabels(Vector a_Labels)
public Vector getAttributeLabels()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |