|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.part.PartSubstitutesTableModel
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. Table used for display the part substitutes tables
on
the PartReplacements html client.
Supported API: false
Extendable: false
Field Summary | |
static String |
AOBJECT
Deprecated. |
private Class |
AObjectClass
Deprecated. |
private String |
AObjectClassName
Deprecated. |
private Vector |
AObjects
Deprecated. |
static String |
BOBJECT
Deprecated. |
private Class |
BObjectClass
Deprecated. |
private Vector |
BObjects
Deprecated. |
private static String |
CLASSNAME
Deprecated. |
static String |
COBJECT
Deprecated. |
private Class |
CObjectClass
Deprecated. |
private Vector |
CObjects
Deprecated. |
static String |
COLUMNTYPE
Deprecated. |
private Vector |
combinedColumns
Deprecated. |
static String |
DOBJECT
Deprecated. |
private Class |
DObjectClass
Deprecated. |
private Vector |
DObjects
Deprecated. |
private Locale |
locale
Deprecated. |
private String |
mode
Deprecated. |
private static String |
RESOURCE
Deprecated. |
private Properties |
resourceBundle
Deprecated. |
private Properties |
resourceKey
Deprecated. |
private Vector |
setValues
Deprecated. |
private Properties |
targetClass
Deprecated. |
private static boolean |
VERBOSE
Deprecated. |
private WTAttribute |
wtAttribute
Deprecated. |
Constructor Summary | |
PartSubstitutesTableModel()
Deprecated. |
Method Summary | |
void |
addColumn(Properties props)
Deprecated. |
void |
addTableModelListener(TableModelListener l)
Deprecated. |
Class |
getAObjectClass()
Deprecated. Gets the value of the attribute: AObjectClass. |
String |
getAObjectClassName()
Deprecated. Gets the value of the attribute: AObjectClassName. |
Vector |
getAObjects()
Deprecated. Gets the value of the attribute: AObjects. |
Class |
getBObjectClass()
Deprecated. Gets the value of the attribute: BObjectClass. |
Vector |
getBObjects()
Deprecated. Gets the value of the attribute: BObjects. |
Class |
getCObjectClass()
Deprecated. Gets the value of the attribute: CObjectClass. |
Vector |
getCObjects()
Deprecated. Gets the value of the attribute: CObjects. |
Class |
getColumnClass(int columnIndex)
Deprecated. |
int |
getColumnCount()
Deprecated. |
String |
getColumnName(int columnIndex)
Deprecated. |
String |
getColumnName(String attribute,
Object target)
Deprecated. |
Class |
getDObjectClass()
Deprecated. Gets the value of the attribute: DObjectClass. |
Vector |
getDObjects()
Deprecated. Gets the value of the attribute: DObjects. |
Object |
getIdentifier(int columnIndex)
Deprecated. |
Locale |
getLocale()
Deprecated. Gets the value of the attribute: locale. |
String |
getMode()
Deprecated. Gets the value of the attribute: mode. |
int |
getRowCount()
Deprecated. |
protected Vector |
getSetValues()
Deprecated. |
String |
getUniqueTableCellTrailId(int rowNumber,
int columnNumber)
Deprecated. |
Object |
getValueAt(int rowIndex,
int columnIndex)
Deprecated. |
WTAttribute |
getWtAttribute()
Deprecated. Gets the value of the attribute: wtAttribute. |
boolean |
isCellEditable(int rowIndex,
int columnIndex)
Deprecated. |
void |
removeTableModelListener(TableModelListener l)
Deprecated. |
void |
setAObjectClass(Class a_AObjectClass)
Deprecated. Sets the value of the attribute: AObjectClass. |
void |
setAObjectClassName(String a_AObjectClassName)
Deprecated. Sets the value of the attribute: AObjectClassName. |
void |
setAObjectColumns(Vector AObjectColumns)
Deprecated. Sets the value of the attribute: AObjectColumns. |
void |
setAObjects(Vector a_AObjects)
Deprecated. Sets the value of the attribute: AObjects. |
void |
setBObjectClass(Class a_BObjectClass)
Deprecated. Sets the value of the attribute: BObjectClass. |
void |
setBObjectColumns(Vector BObjectColumns)
Deprecated. Sets the value of the attribute: BObjectColumns. |
void |
setBObjects(Vector a_BObjects)
Deprecated. Sets the value of the attribute: BObjects. |
void |
setCObjectClass(Class a_CObjectClass)
Deprecated. Sets the value of the attribute: CObjectClass. |
void |
setCObjectColumns(Vector CObjectColumns)
Deprecated. Sets the value of the attribute: CObjectColumns. |
void |
setCObjects(Vector a_CObjects)
Deprecated. Sets the value of the attribute: CObjects. |
void |
setDObjectClass(Class a_DObjectClass)
Deprecated. Sets the value of the attribute: DObjectClass. |
void |
setDObjectColumns(Vector DObjectColumns)
Deprecated. Sets the value of the attribute: DObjectColumns. |
void |
setDObjects(Vector a_DObjects)
Deprecated. Sets the value of the attribute: DObjects. |
void |
setHeaderFromResource(String resourceBundleName,
String resourceBundleKey,
Object columnId)
Deprecated. |
void |
setHeaderFromTargetClass(String targetClassName,
Object columnId)
Deprecated. |
void |
setLocale(Locale a_Locale)
Deprecated. Sets the value of the attribute: locale. |
void |
setMode(String a_Mode)
Deprecated. Sets the value of the attribute: mode. |
void |
setResultVector(Class AClass,
Vector AObjectVector,
Class BClass,
Vector BObjectVector,
Class CClass,
Vector CObjectVector,
Class DClass,
Vector DObjectVector)
Deprecated. |
protected void |
setSetValues(Vector newSetValues)
Deprecated. |
void |
setValueAt(Object value,
int rowIndex,
int columnIndex)
Deprecated. |
void |
setWtAttribute(WTAttribute a_WtAttribute)
Deprecated. Sets the value of the attribute: wtAttribute. |
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 WTAttribute wtAttribute
private String mode
private Vector AObjects
private Vector BObjects
private Vector CObjects
private Vector DObjects
private Class AObjectClass
private Class BObjectClass
private Class CObjectClass
private Class DObjectClass
private String AObjectClassName
private Locale locale
public static final String COLUMNTYPE
public static final String AOBJECT
public static final String BOBJECT
public static final String COBJECT
public static final String DOBJECT
private static boolean VERBOSE
private Vector combinedColumns
private Properties targetClass
private Properties resourceBundle
private Properties resourceKey
private Vector setValues
Constructor Detail |
public PartSubstitutesTableModel()
Method Detail |
public void addColumn(Properties props) throws WTException
addColumn
in interface AddColumn
props
-
WTException
public Object getIdentifier(int columnIndex)
getIdentifier
in interface ColumnIdentifier
columnIndex
-
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 setHeaderFromResource(String resourceBundleName, String resourceBundleKey, Object columnId)
This is a convenience method to allow overriding the either the
display name for an attribute or to allow setting the title on a column
when the name/handle of the column is not an attribute of the BinaryLink
or OtherSide object.
Supported API: false
setHeaderFromResource
in interface TableHeaderSetter
resourceBundleName
- resourceBundleKey
- columnId
- public void setHeaderFromTargetClass(String targetClassName, Object columnId)
setHeaderFromTargetClass
in interface TableHeaderSetter
targetClassName
- columnId
- public String getUniqueTableCellTrailId(int rowNumber, int columnNumber)
getUniqueTableCellTrailId
in interface UniqueCellIdGenerator
rowNumber
- the row of the cell that information is being requested
forcolumnNumber
- the column of the cell that information is being
requested for
public WTAttribute getWtAttribute()
public void setWtAttribute(WTAttribute a_WtAttribute)
a_WtAttribute
- public String getMode()
public void setMode(String a_Mode)
a_Mode
- public Vector getAObjects()
public void setAObjects(Vector a_AObjects)
a_AObjects
- public Vector getBObjects()
public void setBObjects(Vector a_BObjects)
a_BObjects
- public Vector getCObjects()
public void setCObjects(Vector a_CObjects)
a_CObjects
- public Vector getDObjects()
public void setDObjects(Vector a_DObjects)
a_DObjects
- public void setAObjectColumns(Vector AObjectColumns)
public void setBObjectColumns(Vector BObjectColumns)
public void setCObjectColumns(Vector CObjectColumns)
public void setDObjectColumns(Vector DObjectColumns)
public Class getAObjectClass()
public Class getBObjectClass()
public Class getCObjectClass()
public Class getDObjectClass()
public void setAObjectClass(Class a_AObjectClass)
a_AObjectClass
- public void setBObjectClass(Class a_BObjectClass)
a_BObjectClass
- public void setCObjectClass(Class a_CObjectClass)
a_CObjectClass
- public void setDObjectClass(Class a_DObjectClass)
a_DObjectClass
- public String getAObjectClassName()
public void setAObjectClassName(String a_AObjectClassName)
a_AObjectClassName
- public Locale getLocale()
public void setLocale(Locale a_Locale)
a_Locale
- public String getColumnName(String attribute, Object target)
protected Vector getSetValues()
protected void setSetValues(Vector newSetValues)
public void setResultVector(Class AClass, Vector AObjectVector, Class BClass, Vector BObjectVector, Class CClass, Vector CObjectVector, Class DClass, Vector DObjectVector)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |