|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcorelib.services.web.components.WebComponent
corelib.services.web.components.VisualComponent
corelib.services.web.components.MenuBar
public class MenuBar
This class is used to inject the menu bars in your Ellipse web pages. A component of this type is constituted of Menu component. A Menu component is itself composed of Menu subcomponents or MenuItem components.
Ellipse menu bars can be displayed horizontally or vertically. Here are examples of the two diplay modes that menu bars supports.
| Nested Class Summary | |
|---|---|
static class |
MenuBar.MenuBarActivationMode
This enumerated type defines the different activation modes supported by your MenuBars. |
static class |
MenuBar.MenuBarOrientation
This enumerated type defines the different display orientations supported by your MenuBars. |
| Field Summary |
|---|
| Fields inherited from class corelib.services.web.components.VisualComponent |
|---|
cssClass, cssStyle, toolTipText, visible |
| Fields inherited from class corelib.services.web.components.WebComponent |
|---|
dataBindings, webPage, xmlNode |
| Constructor Summary | |
|---|---|
MenuBar()
|
|
| Method Summary | |
|---|---|
void |
component_renderBegin(WebPageEvent webPageEvent)
|
void |
component_renderChildren(WebPageEvent webPageEvent)
|
void |
component_renderEnd(WebPageEvent webPageEvent)
|
MenuBar.MenuBarActivationMode |
getActicationMode()
Returns the activation mode used by this menu bar. |
MenuBar.MenuBarOrientation |
getOrientation()
Returns the menu bar orientation. |
void |
setActicationMode(MenuBar.MenuBarActivationMode acticationMode)
Changes the menu bar activation mode. |
void |
setOrientation(MenuBar.MenuBarOrientation orientation)
Changes the menu bar orientation. |
| Methods inherited from class corelib.services.web.components.VisualComponent |
|---|
component_postRender, component_preRender, component_renderJavascriptLocalisation, encodeAttributeValue, getCssClass, getCssStyle, getOnClickListener, getSharedAttributesHtmlEncoding, getToolTipText, isVisible, renderElement, setCssClass, setCssStyle, setOnClickListener, setToolTipText, setVisible |
| Methods inherited from class corelib.services.web.components.WebComponent |
|---|
addBindingExpression, addChildComponent, component_init, component_load, component_preRepeaterDuplications, getChildComponents, getDataBinding, getElementsByTagName, getId, getWebPage, getXmlNode, setId, setWebPage, setXmlNode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MenuBar()
| Method Detail |
|---|
public MenuBar.MenuBarActivationMode getActicationMode()
public void setActicationMode(MenuBar.MenuBarActivationMode acticationMode)
acticationMode - The new menu bar activation mode.public MenuBar.MenuBarOrientation getOrientation()
public void setOrientation(MenuBar.MenuBarOrientation orientation)
orientation - The new menu bar orientation.public void component_renderBegin(WebPageEvent webPageEvent)
component_renderBegin in class VisualComponentpublic void component_renderChildren(WebPageEvent webPageEvent)
component_renderChildren in class VisualComponentpublic void component_renderEnd(WebPageEvent webPageEvent)
component_renderEnd in class VisualComponent
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||