|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Typically generated by the AWTDataTable unless the AWTHeadingArea is explicitly overridden. In this case, the AWTOptionsMenuButton should be used to generate the option menu button (and optionally the default option menu items).
If the menuId binding is not defined, then the AWTOptionsMenuButton will automatically include the default AWTOptionMenuItems.
<t:HeadingArea>
<w:SectionHeading title="Title">
<t:OptionsMenuButton showOutlineExpansion="$false"/>
</w:SectionHeading>
</t:HeadingArea>
Alternatively, the menuId binding can be defined to provide an customized popup menu.
<t:HeadingArea>
<w:SectionHeading title="Title">
<t:OptionsMenuButton menuId="myMenu"/>
</w:SectionHeading>
<w:PopupMenu menuId="myMenu">
<w:PopupMenuItem action="$action">Custom menu item</w:PopupMenuItem>
<t:OptionsMenuItems/></w:PopupMenu>
</t:HeadingArea>
This is where the minimize/maximize button is rendered.
Bindings | |||
---|---|---|---|
showHideColumns
|
See AWTOptionsMenuItems |
boolean (get) |
|
showOutlineExpansion
|
See AWTOptionsMenuItems |
boolean (get) |
|
showGroupBy
|
See AWTOptionsMenuItems |
boolean (get) |
|
showExcelExport
|
See AWTOptionsMenuItems |
boolean (get) |
|
showPivotOptions
|
See AWTOptionsMenuItems |
boolean (get) |
|
showHideDetails
|
See AWTOptionsMenuItems |
boolean (get) |
|
showConfigureLayout
|
See AWTOptionsMenuItems |
boolean (get) |
|
menuId
|
Use to explicitly associate the AWTOptionsMenuButton with a PopupMenu. If this binding is declared, then the AWTOptionsMenuButton will not automatically generate a PopupMenu and the containing componenent is expected to define a PopupMenu with a corresponding menuId. |
boolean (get) |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.table.AWTOptionsMenuButton
public final class AWTOptionsMenuButton
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ariba.ui.aribaweb.core.AWComponent |
---|
AWComponent.RenderingFilter, AWComponent.RenderingListener |
Nested classes/interfaces inherited from interface ariba.ui.aribaweb.core.AWResponseGenerating |
---|
AWResponseGenerating.ResponseSubstitution |
Constructor Summary | |
---|---|
AWTOptionsMenuButton()
|
Method Summary | |
---|---|
void |
computeMenuId()
|
Methods inherited from class ariba.ui.aribaweb.util.AWBaseObject |
---|
debugString, getFieldValue, isKindOfClass, localizedJavaString, logString, logWarning, setFieldValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ariba.ui.aribaweb.util.AWObject |
---|
getFieldValue, isKindOfClass, setFieldValue |
Field Detail |
---|
public java.lang.Object _menuId
public boolean _generateMenu
Constructor Detail |
---|
public AWTOptionsMenuButton()
Method Detail |
---|
public void computeMenuId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |