|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
see <w:PopupMenu/>
Bindings | |||
---|---|---|---|
menuId
*
|
see PopupMenuLink |
String (get) |
|
index
|
see PopupMenuLink |
int (get) |
|
actionSetup
|
see PopupMenuLink |
void (get) |
|
title
|
The tooltip for this PopupMenuButton; displays when you hover over the button itself. |
String (get) |
|
omitTags
|
see PopupMenuLink |
boolean (get) |
|
style
|
The container around the PopupMenuLink is (by default) of style-class "popupMenuButton". If you want to modify that style slightly for this instance of the PopupMenuButton, use the "style" binding. Note that application developers are discouraged from using this binding as you may affect the look and feel of this instance of PopupMenuButton. Seek UCDG approval first. |
String (get) |
|
class
|
The "class" attribute defaults to the UCDG approved "popupMenuButton" style. You may completely change the look of the button with this binding by passing a different style-class. Note that application developers are discouraged from using this binding as you may affect the look and feel of this instance of PopupMenuButton. Seek UCDG approval first. |
String (get) |
|
justify
|
TBD -- need to add explanation of when to use this. Changes the class from popupMenuButton to popupMenuButtonJustify. Ordinarily, the size of a PopupMenuButton is determined by how large the text is within the PopupMenuButton. If you use justify="$true", the PopupMenuButton will stretch to fit the entire width of its parent container. |
boolean (get) |
Named Content | |
---|---|
controlImage |
TBD |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.widgets.PopupMenuButton
public final class PopupMenuButton
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 | |
---|---|
PopupMenuButton()
|
Method Summary | |
---|---|
void |
awake()
|
boolean |
hasControlImage()
|
void |
sleep()
|
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.Boolean _isIE4
Constructor Detail |
---|
public PopupMenuButton()
Method Detail |
---|
public void awake()
public void sleep()
public boolean hasControlImage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |