|
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.hovermenu.LinkForHoverMenu
| Field Summary | |
static String |
UI_ID
|
| Constructor Summary | |
LinkForHoverMenu()
Construct object of class LinkForHoverMenu. |
|
LinkForHoverMenu(String id,
String text)
Construct object of class LinkForHoverMenu. |
|
| Method Summary | |
TextViewDesign |
getDesign()
returns the design for the text which is contained in the link |
LinkFontSize |
getFontSize()
returns the fontsize of the text in the link |
HoverMenu |
getHoverMenu()
Get the HoverMenu attribute of the LinkForHoverMenu object. |
LinkDesign |
getLinkDesign()
returns the LinkDesign |
String |
getText()
Get the Text attribute of the LinkForHoverMenu object. |
ForcedTextDirection |
getTextDirection()
Gets the text direction for the component |
String |
getTooltip()
|
String |
getUI()
get a identification String for the renderer that is unique across all supported components. |
boolean |
isWrapping()
|
boolean |
requiresForm()
check if a special component really requires a form around it. |
void |
setDesign(TextViewDesign design)
sets the design for the text which is contained in the link |
void |
setFontSize(LinkFontSize fontSize)
set the fontsize of the text in the link |
void |
setHoverMenu(HoverMenu menu)
Set the HoverMenu attribute of the LinkForHoverMenu object. |
void |
setLinkDesign(LinkDesign linkDesign)
set the LinkDesign |
void |
setText(String text)
Set the Text attribute of the LinkForHoverMenu object. |
void |
setTextDirection(ForcedTextDirection textDirection)
Sets the text direction for the component |
void |
setTooltip(String tooltip)
|
void |
setWrapping(boolean wrapping)
|
String |
toString()
|
| Methods inherited from class com.sapportals.htmlb.Component |
getEncodedIdForForm, getId, getParent, initFromPageContext, initFromShortId, initializeFromId, isJsObjectNeeded, preRender, render, renderAsString, setId, setJsObjectNeeded, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final String UI_ID
| Constructor Detail |
public LinkForHoverMenu()
public LinkForHoverMenu(String id,
String text)
id - @todo: Description of the incoming method parametertext - @todo: Description of the incoming method parameter| Method Detail |
public void setText(String text)
text - The new Text valuepublic void setHoverMenu(HoverMenu menu)
menu - The new HoverMenu valuepublic String getUI()
Component
getUI in class Componentpublic String getText()
public HoverMenu getHoverMenu()
public String toString()
public boolean requiresForm()
ComponentBasically, any Component that is capable of firing a server side event or that contains user input must be placed in a form.
requiresForm in class Componentpublic TextViewDesign getDesign()
public void setDesign(TextViewDesign design)
public LinkFontSize getFontSize()
public void setFontSize(LinkFontSize fontSize)
public LinkDesign getLinkDesign()
public void setLinkDesign(LinkDesign linkDesign)
public String getTooltip()
public void setTooltip(String tooltip)
public boolean isWrapping()
public void setWrapping(boolean wrapping)
public ForcedTextDirection getTextDirection()
public void setTextDirection(ForcedTextDirection textDirection)
textDirection - com.sapportals.htmlb.enum.ForcedTextDirection
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||