com.ptc.windchill.uwgm.cadx.disassociate
Class DisassociateConfigurableTable

java.lang.Object
  extended bycom.ptc.windchill.uwgm.cadx.disassociate.DisassociateConfigurableTable
All Implemented Interfaces:
ConfigurableTable
Direct Known Subclasses:
DisassociateFromDocConfigurableTable, DisassociateFromPartConfigurableTable

public class DisassociateConfigurableTable
extends Object
implements ConfigurableTable


Field Summary
protected static String RESOURCE
           
 
Constructor Summary
DisassociateConfigurableTable()
           
 
Method Summary
 boolean canAttributeBeUsedInFilter(String attributeId)
           
 Class[] getClassTypes()
           
 String getLabel(Locale locale)
           
 String getOOTBActiveViewName()
           
 List getOOTBTableViews(String tableId, Locale locale)
           
 List getSpecialTableColumnsAttrDefinition(Locale locale)
           
 boolean isColumnLocked(String columnId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

protected static final String RESOURCE
See Also:
Constant Field Values
Constructor Detail

DisassociateConfigurableTable

public DisassociateConfigurableTable()
Method Detail

getLabel

public String getLabel(Locale locale)
Specified by:
getLabel in interface ConfigurableTable

getSpecialTableColumnsAttrDefinition

public List getSpecialTableColumnsAttrDefinition(Locale locale)
Specified by:
getSpecialTableColumnsAttrDefinition in interface ConfigurableTable

getClassTypes

public Class[] getClassTypes()
Specified by:
getClassTypes in interface ConfigurableTable

getOOTBTableViews

public List getOOTBTableViews(String tableId,
                              Locale locale)
                       throws WTException
Specified by:
getOOTBTableViews in interface ConfigurableTable
Throws:
WTException

getOOTBActiveViewName

public String getOOTBActiveViewName()
Specified by:
getOOTBActiveViewName in interface ConfigurableTable

isColumnLocked

public boolean isColumnLocked(String columnId)
Specified by:
isColumnLocked in interface ConfigurableTable

canAttributeBeUsedInFilter

public boolean canAttributeBeUsedInFilter(String attributeId)
Specified by:
canAttributeBeUsedInFilter in interface ConfigurableTable