Package com.ptc.netmarkets.util.misc
Interface ActionAccessDelegate
- All Known Implementing Classes:
DefaultActionAccessDelegate
public interface ActionAccessDelegate
This interface is to allow customers to change the behavior of the actions,
to make them conditional on specific behavior.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisVisible(NmAction action, WTContainer container, WTUser user, HashMap infoMap) Method that can determine if a tab is visible or not.
-
Method Details
-
isVisible
boolean isVisible(NmAction action, WTContainer container, WTUser user, HashMap infoMap) throws WTException Method that can determine if a tab is visible or not.
Supported API: true- Parameters:
action-container-user-infoMap-- Returns:
- boolean
- Throws:
WTException
-