|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.templateutil.table.RowDataTableModel
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 Map |
classCache
Deprecated. |
private static String |
CLASSNAME
Deprecated. |
private Locale |
locale
Deprecated. |
private static String |
RESOURCE
Deprecated. |
private Properties |
resourceBundle
Deprecated. |
private Properties |
resourceKey
Deprecated. |
private Vector |
rowDataObjects
Deprecated. |
private Vector |
setValues
Deprecated. |
private Vector |
tableColumns
Deprecated. |
private Properties |
targetClass
Deprecated. |
private WTAttribute |
theWTAttribute
Deprecated. |
private static boolean |
VERBOSE
Deprecated. |
private WTAttribute |
wtAttribute
Deprecated. |
Constructor Summary | |
RowDataTableModel()
Deprecated. |
Method Summary | |
void |
addColumn(Properties props)
Deprecated. |
void |
addTableModelListener(TableModelListener l)
Deprecated. |
private boolean |
classHasProperty(Class nextClass,
String propertyName)
Deprecated. |
Class |
getColumnClass(int columnIndex)
Deprecated. |
Vector |
getColumnClasses(int columnIndex)
Deprecated. |
int |
getColumnCount()
Deprecated. |
String |
getColumnName(int columnIndex)
Deprecated. |
String |
getColumnName(String attribute)
Deprecated. |
Object |
getIdentifier(int columnIndex)
Deprecated. |
Locale |
getLocale()
Deprecated. |
Class |
getParentClass(Vector columnClasses)
Deprecated. |
int |
getRowCount()
Deprecated. |
Vector |
getRowDataObjects()
Deprecated. |
protected Vector |
getSetValues()
Deprecated. |
Vector |
getTableColumns()
Deprecated. |
Object |
getValueAt(int rowIndex,
int columnIndex)
Deprecated. |
WTAttribute |
getWtAttribute()
Deprecated. |
WTAttribute |
getWTAttribute()
Deprecated. |
boolean |
isCellEditable(int rowIndex,
int columnIndex)
Deprecated. |
protected WTAttribute |
newWTAttribute()
Deprecated. |
void |
removeTableModelListener(TableModelListener l)
Deprecated. |
void |
setHeaderFromResource(String resourceBundleName,
String resourceBundleKey,
Object columnId)
Deprecated. |
void |
setHeaderFromTargetClass(String targetClassName,
Object columnId)
Deprecated. |
void |
setLocale(Locale newLocale)
Deprecated. |
void |
setRowDataObjects(Vector a_RowDataObjects)
Deprecated. |
protected void |
setSetValues(Vector newSetValues)
Deprecated. |
void |
setTableColumns(Vector a_TableColumns)
Deprecated. |
void |
setValueAt(Object value,
int rowIndex,
int columnIndex)
Deprecated. |
void |
setWTAttribute(WTAttribute a_WTAttribute)
Deprecated. |
private void |
theWTAttributeValidate(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 rowDataObjects
private Vector tableColumns
private static boolean VERBOSE
private WTAttribute theWTAttribute
private WTAttribute wtAttribute
private Locale locale
private Properties targetClass
private Properties resourceBundle
private Properties resourceKey
private Vector setValues
private Map classCache
Constructor Detail |
public RowDataTableModel()
Method Detail |
public Vector getRowDataObjects()
public void setRowDataObjects(Vector a_RowDataObjects)
a_RowDataObjects
- public Vector getTableColumns()
public void setTableColumns(Vector a_TableColumns)
a_TableColumns
- public WTAttribute getWTAttribute()
public void setWTAttribute(WTAttribute a_WTAttribute) throws WTPropertyVetoException
a_WTAttribute
-
WTPropertyVetoException
private void theWTAttributeValidate(WTAttribute a_WTAttribute) throws WTPropertyVetoException
a_WTAttribute
-
WTPropertyVetoException
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 addColumn(Properties props) throws WTException
addColumn
in interface AddColumn
props
-
WTException
public Object getIdentifier(int columnIndex)
getIdentifier
in interface ColumnIdentifier
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: true
setHeaderFromResource
in interface TableHeaderSetter
resourceBundleName
- resourceBundleKey
- columnId
- public void setHeaderFromTargetClass(String targetClassName, Object columnId)
setHeaderFromTargetClass
in interface TableHeaderSetter
targetClassName
- columnId
- public Vector getColumnClasses(int columnIndex)
public Class getParentClass(Vector columnClasses)
public WTAttribute getWtAttribute()
public void setLocale(Locale newLocale)
newLocale
- public Locale getLocale()
protected Vector getSetValues()
protected void setSetValues(Vector newSetValues)
public String getColumnName(String attribute)
attribute
-
protected WTAttribute newWTAttribute()
private boolean classHasProperty(Class nextClass, String propertyName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |