<A_MARKS> : Action marks

ROLE

This tag is used to define the properties list of an action. This list is compososed of generic marks (defined as attributes below) and of specific marks (defined with MARK element).

ATTRIBUTES

<!ATTLIST A_MARKS
	  condition CDATA #IMPLIED
	  operation ( RESET | CLEAR | AND | OR | XOR) "OR"
	  default ( true | false) "false"
	  tool ( true | false) "false"
	  form ( true | false) "false"
	  transverse ( true | false) "false"
	  hidden ( true | false) "false"
	  dialog ( true | false) "false"
	  noToolbar ( true | false) "false"
	  noTitlebar ( true | false) "false"
	  noCommands ( true | false) "false"
	  noTabs ( true | false) "false"
	  noMenu ( true | false) "false"
	  noMenubar ( true | false) "false"
	  noMessages ( true | false) "false"
	  noDecoration ( true | false) "false"
	  noContext ( true | false) "false"
	  status ( true | false) "false"
	  frameView ( true | false) "false"
	  modal ( true | false) "false"
	  portlet ( true | false) "false"
	  webservice ( true | false) "false"
	  mobileOnly ( true | false) "false"
	  notForMobile ( true | false) "false"
	  popup ( true | false) "false"
	  mobileWebview ( true | false) "false">
Attribute Mand. Description Default
condition no The value of this attribute enables to control the existence of this list of marks (see 'Using marks' chapter).  
operation no Method used to merge list of action marks (see 'Using marks' chapter). OR
default no When this generic mark equals true, the action is the action that is invoked when the user performs a double click on an object of the class that have this action. If several actions of a class have this mark, the first of them is taken as the default action. If none of the action of a class has this mark, the first of them is taken as the default action. The default value equals false. false
tool no When this generic mark equals true, the action can be invoked from a button located inside a tool bar. The default value equals false. false
form no When this generic mark equals true, the action can be invoked inside form windows (creation, modification) from a button located inside a tool bar. The default value equals false. false
transverse no When this generic mark equals true, the action can be invoked inside form windows (creation, modification) from a button located near a relation field. The default value equals false. false
hidden no When this generic mark equals true, the action is invisible to the user throughout the graphical user interface. The default value equals false. false
dialog no When this generic mark equals true, the action should open a dialog window when invoked. Then its label is composed of its name and suspension points (...). The default value equals false. false
noToolbar no When this generic mark equals true, the view created by the action does not have a tool bar. The default value equals false. false
noTitlebar no When this generic mark equals true, the view created by the action does not have a title bar. The default value equals false. false
noCommands no When this generic mark equals true, the view created by the action does not have a command bar. The command bar should only be removed from views where it does not have a ROLE of validation. (Example: consultation view) The default value equals false. false
noTabs no When this generic mark equals true, the view created by the action does not contain any tabs. The default value equals false. false
noMenu no When this generic mark equals true, the view created by the action does not contain any popup menus. The default value equals false. false
noMenubar no When this generic mark equals true, the view created by the action does not contain a menu bar (only for Frame views). The default value equals false. false
noMessages no When this generic mark equals true, the view created by the action does not contain a message bar (only for Frame views). The default value equals false. false
noDecoration no Indicates that the corresponding view doesn't have decorations (no frame). false
noContext no This marks specifies that this action doesn't take context. false
status no Identifies the action that is invoked when selecting status mark for an object in a table view. The default value equals false. If no action has this mark, the default action of the table view is invoked. false
frameView no Specifies that the view corresponding to the action is a Frame (main view). In the opposite case, the view is a Dialog (secondary view). This mark is only use for actions that produce views (not for sub-actions of composite or tab actions). false
modal no Specifies that the view corresponding to the action is modal: blocks other views of the application. This mark is only used for "fat-client" viewers (SWING, SWT), for dialog views and for actions that produce views." false
portlet no Indicates that the action can be used as portlet. false
webservice no Indicates that the action can be used as webservice. false
mobileOnly no A_MARKS.mobileOnly false
notForMobile no A_MARKS.notForMobile false
popup no A_MARKS.popup false
mobileWebview no A_MARKS.mobileWebview false

ELEMENTS

<!ELEMENT A_MARKS 
	  (MARK*)>
Element Mand. Mult. Description
MARK no yes Specific marks reserved for an applicative use.