<sasads:SelectorMenuItem>

Used to populate the selector Menus in a MenuBar custom tags.

This tag must be nested within a sasads:Menu tag.

Syntax

<sasads:SelectorMenuItem
   [activeSelector="java.lang.String"]
   [customAttributes="java.lang.String"]
   [locale="java.util.Locale"]
   [selector="java.lang.String"]
   [selectorObject="com.sas.servlet.beans.BaseTransformation"] />

Attributes

activeSelectoractiveSelector String
customAttributes
locale
selectorselector String
selectorObjectselector object

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.beans.SelectorMenuItemInterface.

If you need to subclass the tag handler class for the sasads:SelectorMenuItem tag, extend com.sas.taglib.servlet.beans.SelectorMenuItemTag.