TWiki
>
WebXEO Web
>
XeoPrimerXeoXwc
>
XvwMenu
(revision 6) (raw view)
Edit
Attach
Tags:
tag this topic
create new tag
,
view all tags
-- Main.PedroRio - 02 Apr 2010 ---++ Component Menu (XVW - Menu) The XVW Menu component is a component used to create entries in a toolbar or a tree. Menu in a toolbar: <br /> <img src="%ATTACHURLPATH%/menu.PNG" alt="menu.PNG" width='226' height='85' /> Example declaration of a Menu component (in a ToolBar): <pre><verbatim><xvw:toolBar> <xvw:menu text="Export" toolTip="Export the form to HTML"> </xvw:menu> </xvw:toolBar></verbatim> </pre> A Menu can also include sub-menus (which can be used to create groups of items in tree components and in toolbars) <verbatim><xvw:menu text='XEO Models' expanded='true'> <xvw:menu icon='resources/Ebo_Package/ico16.gif' text='Packages' value="{viewerName:'Ebo_Package_list.xvw', boql:'select Ebo_Package where deployed=\'1\''}" target='Tab' serverAction="#{viewBean.listObject}" /></verbatim> <pre><verbatim></xvw:menu></verbatim> </pre> The Menu component has the following properties | *Property* | *Description* | *Type* | *Possivel values* | *Default value* | *Usage* | *Notes* | | text | The text to be shown as label of the menu | String/EL | Any string | None | Required | | | tooltip | The text to be presented as a tool tip (when mouse is over the menu) | String/EL | Any String | None | Optional | | | icon | Path to an icon to display next to the label | String/EL | Relative or Absolute path to an icon | None | Optional | | | iconCls | CSS class to apply to the icon(requires that the icon property is used) | String/EL | Nome da classe CSS | None | Optional | | | serverAction | Which action to execute in the server | Enum/EL | createObject, editObject, listObject, logout, openLink, openViewer or a user-defined action | None | Optional | Without this property the menu will do nothing. ( [[#serverActions][see serverActions]]) | | target | Target in which the action will be executed | Enum | blank, window, tab, download, self, top | self | Optional | ( [[#targets][see Targets table]]) | | disabled | Whether or not the menu is disabled | Boolean / EL | true / false | false | Optional | | | visible | Whether or not the menu is visible | Boolean/ EL | true / false | true | Optional | | | expanded | Whether or not the menu is expanded | Boolean / EL | true / false | false | Optional | This option only works with nested menus | | group | Group where the logged user must be to see this menu | String | Any valid group name | | Optional | | | roles | List of comma-separated role names required to see/use this menu | String / EL | Any valid role name | None | Optional | Only users in the roles assigned to this menu will have the ability to see/use it, e.g. roles='admin' | | workqueues | List of comma-separated workqueue names required to see/use this menu | String / EL | Any valid workqueue name | None | Optional | See above | | groups | List of comma-separated group names required to see/use this menu | String / EL | Any valid group name | None | Optional | See above | | profiles | List of comma-separated profile names required to see/use this menu | String / EL | Any valid profile name | None | Optional | See above | | profile | Name of the profile required to see/use this menu | String / EL | Any valid profile name | None | Optional | See above | ---++++ Reference Tables Server Actions<a name="serverActions"></a> : Default actions which can be invoked in the server. | *Action* | *Description* | | createObject | Opens an edit viewer with a new object created?? | | editObject | Opens an edit viewer with a given object? | | editObject(key, view) | Opens a given edit viewer for a given object? | | listObject | Opens a List Viewer given a a BOQL expression | | logout | Logout the current user | | openLink | Opens a link in a new window | | openViewer | Opens a given viewer | Targets<a name="targets"></a>: Which targets can be used for the server actions | *Target* | *Description* | | blank | Opens content in a new Window | | window | Opens content in a window inside the current tab | | tab | Opens content in a new tab | | self | Opens content in the same window/tab ( *é o default*) | | top | Opens a new window that overlaps all frames | | download | Forces the browser to show the Download dialog |
Attachments
Attachments
Topic attachments
I
Attachment
Action
Size
Date
Who
Comment
PNG
menu.PNG
manage
2.2 K
2011-02-09 - 14:41
NicolauGrosskopf
Edit
|
Attach
|
P
rint version
|
H
istory
:
r13
|
r8
<
r7
<
r6
<
r5
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r6 - 2011-03-31
-
PedroRio
WebXEO
XEO Primer
-
Instalation
-
Introduction
-
Concepts
-
Architecture
-
XEO Library
-
Deploy to EAR
-
PreferenceStore
XEO - Core
-
XEO Model Reference
-
Security
-
Java API
-
BOL
-
XEOQL (BOQL)
-
Administrating
-
Background Tasks
-
boConfig.xml
-
Web.xml
-
Known Issues
-
XEO Flags
XEO - XWC
- Web Components
- Java Samples
- Custom Components
- Component Plugins
- Internationalization
- Viewer Events
- Value Change Listeners
- XUIServlet
- XeoLocalization
- XvwTemplates
Create New Topic
WebXEO Web
No permission to view
TWiki.WebTopBar
No permission to view
TWiki.WebBottomBar