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