|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.htmlb.Component
com.sapportals.htmlb.PopupTrigger
| Field Summary | |
static String |
UI_ID
|
| Constructor Summary | |
PopupTrigger(String id,
HoverMenu menu)
Construct object of class PopupTrigger. |
|
PopupTrigger(String id,
String tooltip,
Component content,
HoverMenu menu)
Construct object of class PopupTrigger. |
|
| Method Summary | |
Component |
getContent()
returns the contained component of the popup trigger |
HoverMenu |
getMenu()
returns the menu used for the popup trigger |
String |
getTooltip()
returns the tooltip for the popup trigger |
String |
getUI()
get a identification String for the renderer that is unique across all supported components. |
boolean |
isInteractive()
returns if the popup trigger is interactive. |
void |
setContent(Component content)
assigns a component to the popup trigger |
void |
setInteractive(boolean interactive)
determins if the popuptrigger is interactive.Is the popuptrigger interactive, the icon besides the popuptrigger is displayed whenever the mouse moves over the popup trigger. |
void |
setMenu(HoverMenu menu)
sets the menu for the popup trigger |
void |
setTooltip(String tooltip)
sets the tooltip for the popup trigger |
| Methods inherited from class com.sapportals.htmlb.Component |
getEncodedIdForForm, getId, getParent, initFromPageContext, initFromShortId, initializeFromId, isJsObjectNeeded, preRender, render, renderAsString, requiresForm, setId, setJsObjectNeeded, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String UI_ID
| Constructor Detail |
public PopupTrigger(String id,
HoverMenu menu)
id - the id of the popup triggermenu - the menu used in the popuptrigger
public PopupTrigger(String id,
String tooltip,
Component content,
HoverMenu menu)
id - the id of the popup triggertooltip - the tooltip for the popup triggercontent - the component contained in the popuptriggermenu - the menu used in the popuptrigger| Method Detail |
public String getUI()
Component
getUI in class Componentpublic String getTooltip()
public void setTooltip(String tooltip)
public Component getContent()
public void setContent(Component content)
public HoverMenu getMenu()
public void setMenu(HoverMenu menu)
public boolean isInteractive()
public void setInteractive(boolean interactive)
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||