|
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.toolbar.Toolbar
| Field Summary | |
static String |
UI_ID
|
| Fields inherited from class com.sapportals.htmlb.Container |
elements |
| Constructor Summary | |
Toolbar(String name)
creates a toolbar with a specific name |
|
| Method Summary | |
Component |
addComponent(Component component)
add a toolbar item to the toobar. |
ToolbarButton |
addToolbarButton(String id,
String text)
creates a new ToolbarButton and adds it to the toolbar |
ToolbarDropDownListBox |
addToolbarDropDownListBox(String id)
creates a new ToolbarDropDownListBox and adds it to the toolbar |
ToolbarInputField |
addToolbarInputField(String id)
creates a new ToolbarInputField and adds it to the toolbar |
ToolbarSeparator |
addToolbarSeparator()
creates a new ToolbarSeparator and adds it to the toolbar |
String |
getAccessibilityDescription()
get the semantical description of the component in it's applicationcontext used by screenreaders |
ToolbarDesign |
getDesign()
returns the design for the toolbar |
String |
getUI()
get a identification String for the renderer that is unique across all supported components. |
void |
setAccessibilityDescription(String accessibilityDescription)
sets the sematical description for the component in it's applicationcontext used by screenreaders |
void |
setDesign(ToolbarDesign design)
sets the design for the toolbar |
| Methods inherited from class com.sapportals.htmlb.Container |
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
| Constructor Detail |
public Toolbar(String name)
name - the name/ID for this toolbar| Method Detail |
public Component addComponent(Component component)
addComponent in class Containercomponent - the component to add
public ToolbarButton addToolbarButton(String id,
String text)
id - the id for the toolbarbuttontext - the text for the toolbarbutton
public ToolbarInputField addToolbarInputField(String id)
id - the id for the toolbarbutton
public ToolbarSeparator addToolbarSeparator()
public ToolbarDropDownListBox addToolbarDropDownListBox(String id)
id - the id for the toolbardropdownlistbox
public ToolbarDesign getDesign()
public void setDesign(ToolbarDesign design)
design - the toolbar designpublic String getUI()
getUI in class Componentpublic String getAccessibilityDescription()
public void setAccessibilityDescription(String accessibilityDescription)
accessibilityDescription - description text
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||