Package com.ptc.netmarkets.util.misc
Class DefaultTabAccessDelegate
java.lang.Object
com.ptc.netmarkets.util.misc.DefaultTabAccessDelegate
- All Implemented Interfaces:
TabAccessDelegate,Externalizable,Serializable
This is default tab access delegate that provides no additional logic.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisVisible(NmAction tab, WTContainer container, WTUser user, HashMap infoMap) Method that can determine if a tab is visible or not.
-
Method Details
-
isVisible
public 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- Specified by:
isVisiblein interfaceTabAccessDelegate- Parameters:
tab-container-user-infoMap-- Returns:
- boolean
- Throws:
WTException
-