com.ptc.netmarkets.util.misc
Class DefaultTabAccessDelegate

java.lang.Object
  extended by com.ptc.netmarkets.util.misc.DefaultTabAccessDelegate
All Implemented Interfaces:
TabAccessDelegate, Externalizable, Serializable

public class DefaultTabAccessDelegate
extends Object
implements TabAccessDelegate, Externalizable

This is default tab access delegate that provides no additional logic.

Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 boolean isVisible(NmAction tab, WTContainer container, WTUser user, HashMap infoMap)
          Method that can determine if a tab is visible or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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:
isVisible in interface TabAccessDelegate
Parameters:
tab -
container -
user -
infoMap -
Returns:
boolean
Throws:
WTException