<sas:SelectorMenuItem>

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

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

Syntax

<sas:SelectorMenuItem
   [activeSelector="java.lang.String"]
   [customAttributes="java.lang.String"]
   [id="value"]
   [locale="java.util.Locale"]
   [objectDataProperty="java.lang.String"]
   [selector="java.lang.String"] />

Attributes

activeSelectoractiveSelector String
customAttributesa list of attributes in the form of attribute="value", space delimited
idCase-sensitive name used to identify the object instance.
localeSpecifies the locale to use for this instance of the class.
objectDataPropertyValue assigned to the output tag's objectDataProperty attribute.
selectorselector String

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.menubar.html.SelectorMenuItem.

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