Class AttributeEditorBeanCreatorForManageUIDelegate
java.lang.Object
com.ptc.windchill.baseclient.server.AttributeEditorBeanCreatorForManageUIDelegate
- All Implemented Interfaces:
AttributeEditorBeanCreatorDelegate
public class AttributeEditorBeanCreatorForManageUIDelegate
extends Object
implements AttributeEditorBeanCreatorDelegate
Extend a class to customize and validation of EnterpriseDatable and table view on the Attribute Editor.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptioncreateNavigationCriteria(NmCommandBean clientData, PlantFunctionalDataAttributeBean bean)
Supported API: truegetPlantDataEditorUrl(NmCommandBean clientData, NavigationCriteria navigationCriteria)
Supported API: truegetPlantFunctionalDataAttributeBean(NmCommandBean clientData)
Supported API: truegetValidSelectedDatables(NmCommandBean clientData, PlantFunctionalDataAttributeBean bean)
Supported API: truevoidsetActiveView(String viewName, String tableId)
Supported API: true
-
Method Details
-
getPlantFunctionalDataAttributeBean
public PlantFunctionalDataAttributeBean getPlantFunctionalDataAttributeBean(NmCommandBean clientData) throws WTException
Supported API: true- Specified by:
getPlantFunctionalDataAttributeBeanin interfaceAttributeEditorBeanCreatorDelegate- Parameters:
clientData-- Returns:
- Throws:
WTException
-
getValidSelectedDatables
public Set<EnterpriseDatable> getValidSelectedDatables(NmCommandBean clientData, PlantFunctionalDataAttributeBean bean) throws WTException
Supported API: true- Specified by:
getValidSelectedDatablesin interfaceAttributeEditorBeanCreatorDelegate- Parameters:
clientData-bean-- Returns:
- Throws:
WTException
-
setActiveView
Supported API: true- Specified by:
setActiveViewin interfaceAttributeEditorBeanCreatorDelegate- Parameters:
viewName-tableId-- Throws:
WTException
-