|
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.Container
com.sapportals.htmlb.TabStripItem
| Field Summary | |
static String |
UI_ID
|
| Fields inherited from class com.sapportals.htmlb.Container |
elements |
| Method Summary | |
Component |
getBody()
gets the body component of the TabStripItem. |
Component |
getHeader()
gets the header of the TabStripItem. |
String |
getHeight()
gets the height of this item. |
int |
getIndex()
gets the index of this item. |
String |
getOnSelect()
gets the event action for this item. |
ForcedTextDirection |
getTextDirection()
Gets the text direction for the component |
String |
getTitle()
gets the title of the TabStripItem |
String |
getTooltip()
get the tooltip for the tab item |
String |
getUI()
get a identification String for the renderer that is unique across all supported components. |
String |
getWidth()
gets the width of this item |
void |
setBody(Component body)
sets the body component of the TabStripItem. |
void |
setHeader(Component header)
sets the header of the TabStripItem. |
void |
setHeight(String height)
sets the height of this item. |
void |
setOnSelect(String onSelect)
set an event action for the selection of this item. |
void |
setTextDirection(ForcedTextDirection textDirection)
Sets the text direction for the component |
void |
setTitle(String title)
sets the title of the TabStripItem. |
void |
setTooltip(String tooltip)
sets the tooltip for the tab item. |
void |
setWidth(String width)
sets the width of this item. |
| Methods inherited from class com.sapportals.htmlb.Container |
addComponent, addRawText, addText, getChildCount, iterator, preRender, removeComponent, render |
| Methods inherited from class com.sapportals.htmlb.Component |
getEncodedIdForForm, getId, getParent, initFromPageContext, initFromShortId, initializeFromId, isJsObjectNeeded, 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
| Method Detail |
public String getUI()
Component
getUI in class Componentpublic String getTitle()
public void setTitle(String title)
title - the titlepublic Component getHeader()
public void setHeader(Component header)
header - the header component for this itempublic Component getBody()
public void setBody(Component body)
body - the body component for this itempublic int getIndex()
public String getWidth()
public void setWidth(String width)
width - the width of this itempublic String getHeight()
public void setHeight(String height)
height - the height of this itempublic String getTooltip()
public void setTooltip(String tooltip)
tooltip - the string to be displayed as tooltippublic String getOnSelect()
public void setOnSelect(String onSelect)
onSelect - a string identifying the eventpublic 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 | |||||||||