|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.servlet.tbeans.menubar.html.SelectorMenuItem
public class SelectorMenuItem
The SelectorMenuItem is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript used to populate a selector menu in a MenuBar.
The SelectorMenuItem is one of several TransformationBeans that rely on a set of style classes that are used by default when generating the resulting markup language. For more information on style sheets and the default style classes that apply to this TransformationBean, refer to the AppDev Studio Developer Site. You'll find a useful reference document entitled Cascading Style Sheets, Images, and TransformationBeans as well as the TransformationBeans Style Sheet Reference.
The SelectorMenuItem is one of several TransformationBeans that rely on JavaScript to provide some of its functionality. These JavaScript files are including automatically by the tbean. See JavaScriptIncludeHandler for more information about how these files are included and how to customize this behavior. The SelectorMenuItem uses the following JavaScript files:
Note that the toString() method on this class calls the write
method, which may have undesirable side effects. See BaseTransformation.toString() for more information. Debuggers often use toString() to show the value of a variable, and this may cause unexpected behavior while debugging
For More Information:
Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/.
Examples for this class may be found on the Examples Site.
JSP custom tags provide an alternative to using the TransformationBeans. Visit the Custom Tag Library Reference for additional information on the sas:SelectorMenuItem custom tag.
Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .
MenuItem
,
Serialized FormField Summary |
---|
Fields inherited from class com.sas.servlet.tbeans.menubar.BaseSelectorMenuItem |
---|
modal |
Fields inherited from class com.sas.servlet.tbeans.menubar.BaseMenuItem |
---|
submenu |
Fields inherited from class com.sas.servlet.tbeans.BaseButton |
---|
BOTTOM, BOTTOM_ALL, BOTTOM_LEFT, BOTTOM_RIGHT, CENTER_ALL, DEFAULT_DYNAMIC_BUTTON_ROOT_KEY, DEFAULT_DYNAMIC_BUTTON_ROOT_NAME, imageLocation, LEFT, NONE, RIGHT, TOP, TOP_ALL, TOP_LEFT, TOP_RIGHT |
Fields inherited from interface com.sas.servlet.tbeans.menubar.html.MenuBarStyleAreaKeysInterface |
---|
MENU, MENU_DISABLED, MENU_DIVIDER, MENU_ITEM, MENU_ITEM_ARROW, MENU_ITEM_CONTAINER, MENU_ITEM_DISABLED, MENU_ITEM_DIVIDER, MENU_ITEM_LINK, MENU_ITEM_LINK_DISABLED, MENU_LINK, MENU_LINK_DISABLED, MENUBAR_CONTAINER |
Constructor Summary | |
---|---|
SelectorMenuItem()
Constructor of SelectorMenuItem |
|
SelectorMenuItem(BaseTransformation selector)
Constructor of SelectorMenuItem |
|
SelectorMenuItem(BaseTransformation selector,
javax.servlet.http.HttpServletRequest request)
Constructor of SelectorMenuItem |
|
SelectorMenuItem(javax.servlet.http.HttpServletRequest request)
Constructor of SelectorMenuItem |
Method Summary | |
---|---|
java.util.Map |
getStyleMap()
Returns the component style map for this MenuItem. |
java.lang.String |
getTarget()
Returns the target set on the menubar. |
void |
setStyleMap(java.util.Map styleMap)
|
void |
write(java.io.PrintWriter out)
Write the contents of the SelectorMenuItem. |
Methods inherited from class com.sas.servlet.tbeans.menubar.BaseSelectorMenuItem |
---|
getMenuType, getSelector, getSelectorHeight, getSelectorWidth, isModal, setMenuType, setModal, setSelector, setSelectorHeight, setSelectorWidth |
Methods inherited from class com.sas.servlet.tbeans.menubar.BaseMenuItem |
---|
getDefaultTemplate, getMenu, getNextMenu, getNextMenuItem, getPreviousMenu, getPreviousMenuItem, getTemplate, getTemplateDictionary, getTemplateFileName, getTemplateLocation, isDivider, isSelected, setNextMenu, setNextMenuItem, setPreviousMenu, setPreviousMenuItem, setSelected, setTemplate, setTemplate, setTemplate, setTemplateDictionary, setTemplateFileName, setTemplateLocation |
Constructor Detail |
---|
public SelectorMenuItem()
public SelectorMenuItem(javax.servlet.http.HttpServletRequest request)
public SelectorMenuItem(BaseTransformation selector)
selector
- - the selector object associated with the menu itempublic SelectorMenuItem(BaseTransformation selector, javax.servlet.http.HttpServletRequest request)
selector
- - the selector object associated with the menu itemMethod Detail |
---|
public void write(java.io.PrintWriter out) throws java.io.IOException
request
and response
back to null.
write
in interface TransformationInterface
write
in interface com.sas.util.WriteToPrintWriterInterface
write
in class BaseTransformation
out
- The output stream
java.io.IOException
- Thrown if some type of I/O error occurspublic java.lang.String getTarget()
getTarget
in class BaseButton
public java.util.Map getStyleMap()
STYLE KEY | DEFAULT STYLE |
MENU_ITEM_ARROW | menuItemArrow |
MENU_ITEM_DIVIDER | menuItemDivider |
MENU_ITEM | MenuItem |
MENU_ITEM_LINK | menuItemLink |
MENU_ITEM_DISABLED | menuItemDisabled |
MENU_ITEM_LINK_DISABLED | menuItemLinkDisabled |
MENU_ITEM_ARROW | menuItemArrow |
getStyleMap
in interface ComplexStyleInterface
public void setStyleMap(java.util.Map styleMap)
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |