|
|||||||||
| 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
public class 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
| 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 |
| 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 TableModelisCellEditable in interface TableModelStubrowIndex - columnIndex -
public Object getValueAt(int rowIndex,
int columnIndex)
getValueAt in interface TableModelgetValueAt in interface TableModelStubrowIndex - 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 | ||||||||