|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.templateutil.table.AssociationTableModel
wt.templateutil.table.UpdateDocumentTableModel
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 static String |
CLASSNAME
Deprecated. |
private int[] |
indexArray
Deprecated. |
private static String |
RESOURCE
Deprecated. |
private Vector |
updateable
Deprecated. |
private static boolean |
VERBOSE
Deprecated. |
Fields inherited from class wt.templateutil.table.AssociationTableModel |
COLUMNTYPE, combinedColumns, LINK, OTHERSIDE |
Constructor Summary | |
UpdateDocumentTableModel()
Deprecated. |
Method Summary | |
int[] |
getIndexArray()
Deprecated. |
Vector |
getUpdateable()
Deprecated. |
Object |
getValueAt(int rowIndex,
int columnIndex)
Deprecated. |
boolean |
isCellEditable(int rowIndex,
int columnIndex)
Deprecated. |
void |
setCheckboxColumn(String type)
Deprecated. |
void |
setIndexArray(int[] a_IndexArray)
Deprecated. |
void |
setUpdateable(Vector a_Updateable)
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 updateable
private int[] indexArray
private static boolean VERBOSE
Constructor Detail |
public UpdateDocumentTableModel()
Method Detail |
public Vector getUpdateable()
public void setUpdateable(Vector a_Updateable)
a_Updateable
- public int[] getIndexArray()
public void setIndexArray(int[] a_IndexArray)
a_IndexArray
- public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface TableModelStub
isCellEditable
in class AssociationTableModel
rowIndex
- columnIndex
-
public Object getValueAt(int rowIndex, int columnIndex)
getValueAt
in interface TableModelStub
getValueAt
in class AssociationTableModel
rowIndex
- columnIndex
-
public void setCheckboxColumn(String type) throws WTException
type
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |