Class ChangeWorkitemTableViews

java.lang.Object
com.ptc.core.htmlcomp.tableview.AbstractConfigurableTable
com.ptc.core.htmlcomp.components.JCAConfigurableTable
com.ptc.windchill.enterprise.workflow.mvc.tableViews.ChangeWorkitemTableViews
All Implemented Interfaces:
com.ptc.core.htmlcomp.components.JCAMappable, ConfigurableTable, com.ptc.core.htmlcomp.tableview.FreezableConfigurableTable, com.ptc.core.htmlcomp.tableview.RuntimeTableViewHolder

public class ChangeWorkitemTableViews extends JCAConfigurableTable
Configures the default views for the change object work list.

Supported API: true

Extendable: true
  • Method Details

    • getClassTypes

      public Class[] getClassTypes()
      Method to get an Array of Class types for the table views.

      Supported API: true
      Returns:
      Class[] Returns an Array of Class types for the table views.
    • getLabel

      public String getLabel(Locale locale)
      Method to get the label for the table views.

      Supported API: true
      Parameters:
      locale - Passes in the Locale
      Returns:
      String Returns the label for the table views.
    • getOOTBActiveViewName

      public String getOOTBActiveViewName()
      Method to get active table view.

      Supported API: true
      Returns:
      String Return a active table view.
    • getOOTBTableViews

      public List getOOTBTableViews(String tableId, Locale locale) throws WTException
      Sets the default table view and returns a list of out of the box table views.

      Supported API: true
      Parameters:
      tableId - Passes in the table id
      locale - Passes in the Locale
      Returns:
      result Return a list of out of the box table views.
      Throws:
      WTException - Error thrown during execution.

      Supported API: true
    • getSpecialTableColumnsAttrDefinition

      public List getSpecialTableColumnsAttrDefinition(Locale locale)
      Method get special table columns attribute definitions.

      Supported API: true
      Parameters:
      locale - Passes in the locale
      Returns:
      List Returns a list of attribute definitions.
    • getDefaultSortColumn

      public String getDefaultSortColumn()
      Method get default column for sort.

      Supported API: true
      Parameters:
      locale - Passes in the locale
      Returns:
      String Return column name.