Oracle Fusion Middleware Tag Reference for Oracle Mobile Application Framework
2.0.1.0.0

E55539-01

Tag Library Information

Short name: adfmf
Namespace: http://xmlns.oracle.com/adf/mf, http://xmlns.oracle.com/adf/mf/amx, http://xmlns.oracle.com/adf/mf/amx/fragment, http://xmlns.oracle.com/adf/mf/amx/dvt, http://xmlns.oracle.com/adf/mf/skin, http://xmlns.oracle.com/adf/mf/config

Links

Application Components

NameDescription
<adfmf:amx> Deprecated.
<adfmf:androidManifestActivities> Android 'activity' elements to add to the application AndroidManifest.xml.
<adfmf:androidPluginInfo> Android specific plugin configuration options.
<adfmf:application> Definition for the application. The application is the container that surfaces the included features.
<adfmf:cordovaPlugins> Container element for Apache Cordova plugin definitions.
<adfmf:description> A short but detailed description of the application and its purpose.
<adfmf:domain> The domain element is used to define a domain for the MAF Application's whitelist. The domain can contain wildcards.
<adfmf:error> Deprecated.
<adfmf:featureReference> Definition for the feature reference. Since many features can be bundled with application or Feature Archive, the feature reference is used to denote which features are relevant (or can be exposed) by this application. Note: if showOnSpringboard and showOnNavigationBar are both set to false there are only two ways for the feature to show up: 1. If it is the lowest indexed feature, hence show up on startup; 2. A feature does an explicit "GOTO" feature call to it.
<adfmf:iosPluginInfo> iOS specific plugin configuration options.
<adfmf:kba> Knowledge Based Authentication page setting.
<adfmf:linkerFlags> Space-delimited flags (-FlagName flagValue) added to the Xcode project which link the plugin to the native iOS application.
<adfmf:loadBundle> An additional resource to be made available to the application, ostensibly for localizing application name, preferences, etc.
<adfmf:localHTML> Definition for a local HTML page.
<adfmf:login> Login page configuration settings.
<adfmf:navigation> Definition for the application navigation configuration.
<adfmf:navigationBar> Navigation bar setting.
<adfmf:plugin> Top level element for defining a platform-specific plugin, including the plugin name, fully qualified name, implementation class, and intended platform.
<adfmf:remoteURLWhiteList> The remoteURLWhiteList element is used to define a list of domains that can be launched inside Mobile Application Framework. The domains can be defined as absolute domain or with wildcards, for e.g. "*.oracle.com". A domain entry with value "*" means all domains are allowed.
<adfmf:resourcePackageName> Java package name containing additional resources, such as image and string files.
<adfmf:springboard> Springboard configuration settings.
<adfmf:springboardFeatureReference> The springboard reference definition is used to denote which feature should be used as the springboard feature.
Common Components Common components may also be included in this context.

Feature Components

NameDescription
<adfmf:amx> A Feature Content child, defining AMX based content (local AMX view or taskflow for AMX views).
<adfmf:constraint> The constraint element is a child element of the constraints stanza. It is used to define one of the conditions that must be 'ANDed' together to determine if the constraint is satisfied.
<adfmf:constraintExpression> The constraint expression element is a child element of the constraints stanza. It is used to define one of the EL conditions that must be 'ANDed' together to determine if the constraint is satisfied.
<adfmf:constraints> The constraints element is used to determine if the outer element should be included. In order for a 'constraint' to be satisfied, ALL of the constraints must evaluate to being true.
<adfmf:content> Definition for the feature content. This content can be one of the following types and will contain a child tag of the corresponding type: localHTML, remoteURL, nativeview, or amx.
<adfmf:description> A description of the MAF feature.
<adfmf:feature> The parent element to contain metadata defining a feature for the application. Features are application bundles containing all the information needed to be included in the container application. Since each feature is developed independently from each other, this metadata is required to describe the feature to the framework.
<adfmf:features> Specifies all features to be included in this MAF application.
<adfmf:include> Identifies files to include in each view of the MAF feature.
<adfmf:includes> The includes element is used to include javascripts or cascade style sheets for an amx element.
<adfmf:loadBundle> An additional resource to be made available to the features, ostensibly for localizing feature icons, images, and names.
<adfmf:localHTML> A Feature Content child, defining the local HTML content.
<adfmf:nativeview> A Feature Content child, defining the native content (local view built with native code).
<adfmf:parameter> Parameter used by content types to pass standard data in.
<adfmf:remoteURL> A Feature Content child, defining the remote URL content.
Common Components Common components may also be included in this context.

Common Components

NameDescription
<adfmf:deviceCamera> A child of adfmf:deviceFeatureAccess, this allows use of the device camera.
<adfmf:deviceContacts> A child of adfmf:deviceFeatureAccess, this allows access to contacts on the device.
<adfmf:deviceEmails> A child of adfmf:deviceFeatureAccess, this allows the application to access and send E-mails.
<adfmf:deviceFeatureAccess> Permissions to access different device capabilities. Note that this element can occur as a child of the adfmf:application to grant permissions. When used as a child of the adfmf:feature, it is not granting the permissions but only identifying to an application this permission is needed by a feature.
<adfmf:deviceFiles> A child of adfmf:deviceFeatureAccess, this allows access to files on the device.
<adfmf:deviceLocation> A child of adfmf:deviceFeatureAccess, this covers both fine and course location services: GPS and network-based.
<adfmf:deviceNetwork> A child of adfmf:deviceFeatureAccess, this allows the application to open network sockets.
<adfmf:devicePhone> A child of adfmf:deviceFeatureAccess, this allows the application to access voice services and make phone calls.
<adfmf:devicePushNotifications> A child of adfmf:deviceFeatureAccess, this allows the application to receive push notifications.
<adfmf:deviceSMS> A child of adfmf:deviceFeatureAccess, this allows the application to access and send SMS messages.
<adfmf:preferenceBoolean> A boolean preference setting.
<adfmf:preferenceGroup> Preference group element.
<adfmf:preferenceList> A preference setting that gives the user a set of specific items to choose from.
<adfmf:preferenceNumber> A number preference setting.
<adfmf:preferencePage> Preference page element.
<adfmf:preferences> Top level application preference element.
<adfmf:preferenceText> A text preference setting.
<adfmf:preferenceValue> A list item for a preferenceList setting.

Amx Components

NameDescription
<amx:actionListener> This component allows you to declaratively invoke an action. This component is meant to be a child component of any tag that has some kind of listener attribute like actionListener, or valueChangeListener, etc. The type attribute defines which listener of the parent this actionListener should be fired for. These methods fire before the listener on the parent component fires.
<amx:attribute> This component defines an attribute to be passed into a fragment. The attribute will be available to EL as the name given inside the fragment.
<amx:attributeList> Defines an attribute list to pass to a fragment. It may be referenced by another amx:attributeList using the ref attribute. Using a reference, an attribute list may be passed from one fragment to another. In this case, both attribute lists must have the same meta-data.
<amx:attributeListIterator> Consumes an amx:attributeList. It behaves much like the amx:iterator in terms of stamping, but exposes attributes differently. The name attribute ties the iterator to an amx:attributeList. When one amx:attributeListIterator is nested in another one, the name must point to an amx:attributeList that is a child of the amx:attributeSet that the outer amx:attributeListIterator is currently processing. During the iteration, the defined attribute names will be exposed as EL variables. For attributes not provided by the caller and the attribute has no default value, the value adf.mf.api.OptionalFragmentArgument will be used as an EL variable. A user may test for this by using the empty EL keyword. For example, rendered="#{not (empty myAttribute)}".
<amx:attributeSet> Defines one set of attributes to be used during an iteration of the amx:attributeListIterator.
<amx:carousel> The carousel component displays a spinning series of items based on rows of a collection model. The carousel has a nodeStamp facet that must contain a carouselItem. This content will be stamped out for each item in the bound collection.
<amx:carouselItem> The carouselItem component must be placed inside of a carousel component's "nodeStamp". It represents an item inside of a carousel component and its text attribute will be displayed when it is the current item the carousel. Although the most common child of carouselItem is image, other components may be used. For example you might use a commandLink as a child that surrounds an image. In order to minimize any negative effect on performance, you should avoid using any heavy-weight children because as you add more complexity to the structure, the effect will be multiplied because several carouselItem stamps will be displayed simultaneously.
<amx:cellFormat> A cellFormat component is used to define a cell in a rowLayout of a tableLayout.
<amx:closePopupBehavior> This tag is a declarative way to hide an amx:popup. When the closePopupBehavior tag is associated with a component, it can hide the popup on some user action.
<amx:commandButton> The commandButton component creates a button that, when pressed, will generate an action event. The button can contain text, an image, or both text and an image.
<amx:commandLink> The commandLink component creates a link that, when pressed, will generate an action event. It may also contain a child image component to create a link that displays an image rather than text.
<amx:convertDateTime> Converts string into java.util.Date and vice versa based on the pattern and style set.
<amx:convertNumber> This is an extension of the standard JSF javax.faces.convert.NumberConverter. The converter provides all the standard functionality of the default NumberConverter and is strict while converting to object.
<amx:deck> The deck component is a container that shows one child component at a time. When changing which child is displayed, the transition can be animated.
<amx:facet> Defines an arbitrarily named facet on the parent component. The position and rendering of the facet are determined by the parent component.
<amx:facetRef> Used in a page fragment definition to reference a facet that was defined in the page fragment usage. This tag can only be used inside of fragmentDef.
<amx:filmStrip> A paging component that can display multiple items arranged into a horizontal or vertical strip.
<amx:filmStripItem> Represents a single item of a filmStrip.
<amx:fragment> This component pulls in a fragment of a page into the current page. Allows for facets to serve as place holders and accepts attributes and methods to be passed to the fragment.
<amx:fragmentDef> The definition of an AMX fragment that may be included in multiple places inside of AMX and other fragment pages.
<amx:goLink> This component creates a simple anchor tag that does not follow any task flow navigation and is meant for performing external links to other pages or operations such as making a call.
<amx:image> The image component displays an image.
<amx:inputDate> Renders an input field for dates.
<amx:inputNumberSlider> Creates a numeric input component. It is used to enter numbers and it has a slider to quickly increment or decrement the number.
<amx:inputText> An input text field component.
<amx:iterator> The iterator is a component that does iteration. It is similar to listView but has no chrome.
<amx:listItem> Represents a single row of a listView.
<amx:listView> An iteration component that provides the look and feel of rows with range capabilities.
<amx:loadBundle> Loads a resource bundle localized for the Locale of the current view.
<amx:loadingIndicatorBehavior> Defines how the loading indicator behaves. When used in amx:view, these values are treated as defaults if not overridden via some other means (e.g. if adf.mf.api.amx.showLoadingIndicator() is invoked manually in JavaScript code with other settings).
<amx:navigationDragBehavior> Invokes an action as a result of dragging your finger left or right (depending not the specified direction) across the screen. If no other closer container consumed the drag gesture, an indicator will appear on the appropriate side of the screen to hint that an action will be performed. If dragging stops (let go) before the indicator is fully revealed, it will slide away and no action will invoke.
<amx:outputHtml> Allows html content to be included in amx page.
<amx:outputText> Presents text data in a read-only manner.
<amx:panelFormLayout> Within the Panel Form Layout, the label area can either be displayed on the start side of the field area or on a separate line above the field area. Separate lines are used if the "labelPosition" attribute is set to "topStart", "topCenter", or "topEnd". Otherwise the label area will appear on the start side of the field area.
<amx:panelGroupLayout> A panel component that displays its children in a group. It supports horizontal, vertical, and wrap layouts. By default if the children of a panelGroupLayout do not fit into the size of the container, the panel will have scrolling to show the hidden children.
<amx:panelItem> This component represents the content area of a panelSplitter. There must be at least one panelItem defined in each panelSplitter.
<amx:panelLabelAndMessage> This component lays out a label and child component.
<amx:panelPage> Used to define the central area in a page that will scroll up and down between the header and footer areas. The primary, secondary, and header facet content may be presented in varying order depending on the skin and platform used. Generally the primary facet is presented horizontally first, followed by header, then secondary. On Android when using the mobileAlta skin, the default order is header, primary, secondary unless the primary facet contains only a single commandButton that is using a "__back" action. Typically the primary facet is for "back" navigation, the secondary facet is for "forward" navigation or miscellaneous behavior, and the header facet is for title text.
<amx:panelSplitter> This component can be used to show multiple content areas that can be (optionally) controlled by a left-side navigation pane that controls a right-side content pane. When the device is in a portrait orientation, the navigator facet is hidden in a collapsible drawer. When in a landscape orientation, the navigator facet is always shown on the starting side of the content area.
<amx:panelStretchLayout> A panel component that has 3 areas, the center facet is the main area of the component that uses up any leftover space not consumed by content in the top and bottom facets. The panelStretchLayout fits the size of its parent.
<amx:popup> The popup component is an invisible container control whose contents will be used in popup windows, such as context menus, note windows, dialogs and popup selectors. These types of "popup windows" are within the same browser window and using layers of HTML to simulate an external browser window.
<amx:rowLayout> A rowLayout component is used to define a row of a tableLayout. It contains a series of cellFormat components.
<amx:selectBooleanCheckbox> A component which allows the end user to select a checkbox.
<amx:selectBooleanSwitch> A component which allows the end user to select a boolean value with a switch.
<amx:selectItem> The selectItem tag represents a single item that the user may select from a choice component.
<amx:selectItems> The selectItems tag represents items that the user may select from a choice component.
<amx:selectManyCheckbox> The selectManyCheckbox component creates an inline list of selectable items, which allows the user to select multiple values from the list of items.
<amx:selectManyChoice> The selectManyChoice component creates a single control that, when selected, pops up a list of selectable items, which allows the user to select multiple values from the list of items that are returned as comma separated values into the control.
<amx:selectOneButton> This component groups buttons together visually, either vertically or horizontally.
<amx:selectOneChoice> The selectOneChoice component creates a menu-style component, which allows the user to select a single value from a list of items.
<amx:selectOneRadio> A component which allows the end user to select a single value from a list of available options.
<amx:setPropertyListener> The setPropertyListener tag is a declarative way to allow properties to be set either when an action happens or a value is changed. This component is meant to be a child component of any tag that has some kind of listener attribute like actionListener, or valueChangeListener, etc. The type attribute defines which listener of the parent this actionListener should be fired for. The setPropertyListener fires before the listener on the parent component fires.
<amx:showPopupBehavior> This tag is a declarative way to show an amx:popup. When the showPopupBehavior tag is associated with a component, the popup specified via the popupId attribute will automatically be shown when the action event is activated.
<amx:spacer> Used anywhere to add spacing between items.
<amx:tableLayout> A tableLayout is a thin wrapper around the HTML table element. It contains a series of rowLayout components which in turn contain a series of cellFormat components. It is important to note that a table layout structure does not allow cell contents to use percentage heights nor can a height be assigned to the overall table structure as a whole. For more detail, refer to the "layout", "width", and "height" documentation for the various table layout components.
<amx:transition> A transition for a deck component. The 2 triggerType values for the deck are backNavigate or forwardNavigate. This tag does not support any child element.
<amx:uiComponent> This is a placeholder representing any UI component. This component will not be used directly by users, but can be substituted with any UI component.
<amx:validationBehavior> Defines what validationGroup should be validated before a command component's action is taken. Multiple child validationBehavior tags may exist below a command component.
<amx:validationGroup> Defines what components should be grouped together for form validation purposes when doing a "submit" type of operation.
<amx:verbatim> Allows the developer to place any content directly into the markup.
<amx:view> The view component represents a single page in an application.

Fragment Components

NameDescription
<amxf:attribute> Defines an attribute that may be passed to the fragment.
<amxf:attribute-list> Defines an attribute list that may be passed to the fragment.
<amxf:attribute-name> The name of the attribute to be exposed as EL inside the fragment.
<amxf:attribute-type> The type of the attribute.
<amxf:default-value> An optional default value for the attribute. This value is used when the attribute has not been passed or if the attribute that was passed evaluates to null. The value may be an EL expression.
<amxf:description> A description of the fragment to assist with knowing what the fragment should be used for.
<amxf:facet> Defines a facet that may be passed to the fragment.
<amxf:facet-name> The name of the facet that will be accepted. This name is used for the facet as well as the facetRef's facetName attribute.
<amxf:fragment> Root XML tag of the metadata. Must be the first child of the fragment definition tag.
<amxf:name> The name of the attribute list to be exposed as EL inside the fragment.
<amxf:popup> Declares a popup that may be referenced from outside of the fragment.
<amxf:popup-id> The ID of the popup to be permitted access from outside of the fragment.
<amxf:ref> Reference to the ID of a popup in a child fragment to be permitted access from outside of the current fragment. Must be in the format of "childFragmentId:popupId".
<amxf:required> If set to true, the fragment will enforce that the attribute has been defined and has a non-null value. This property is ignored if the default-value is set.

Dvt Components

NameDescription
<dvtm:area> An area is used to stamp out stylistic attributes such as colors and patterns onto areas of a map component.
<dvtm:areaChart> An AMX DVT area chart. An area chart is one in which data is represented as lines with the area underneath them filled in.
<dvtm:areaDataLayer> Provides the ability to associate different regions in an areaLayer with a row of data. Individual regions can be defined one-by-one, or using a data collection passed via the 'value' attribute.
<dvtm:areaLayer> Used to customize which layers are displayed for a given basemap where each area layer points to a layer from the basemap, i.e. "countries" or "states". Data is associated with a basemap layer by nesting the appropriate data layer within an area layer.
<dvtm:areaLocation> Specifies the column in the data layer's model that determines the location for the area data. These locations are the area names that join with the area names in the basemap layer.
<dvtm:attributeExceptionRule> The attributeExceptionRule tag is a child of attributeGroups that can be used to override the default values provided by the attributeGroups. This tag is used to replace an attribute value with another when a particular boolean condition is met.
<dvtm:attributeGroups> The attributeGroups tags are used to generate stylistic attribute values such as colors or shapes based on categorical bucketing of a data set. Given the column in the model to group by, the attributeGroups can produce style values for each unique value ("group") in the data.
<dvtm:attributeMatchRule> The attributeMatchRule tag is a child of attributeGroups that can be used to override the default values provided by the attributeGroups. This tag is used to replace an attribute when the data matches a certain value.
<dvtm:axisLine> Defines properties of an axis line (color and width).
<dvtm:barChart> An AMX DVT bar chart. A bar chart is one in which data is represented as series of bars.
<dvtm:bubbleChart> An AMX DVT bubble chart. A bubble chart is one in which data is represented as bubbles where each bubble is defined in terms of three numeric values.
<dvtm:chartDataItem> Defines values and properties associated with a data item. Must be defined within the 'dataStamp' facet.
<dvtm:chartValueFormat> The format to be used for formatting of data label values, or values displayed in data item tooltips. The actual format must be specified using a nested converter element.
<dvtm:comboChart> An AMX DVT combination chart. A combination chart is one in which data is represented as combination of bar or line markers.
<dvtm:dialGauge> Dial gauge is used to measure small linear distances. Its name is based on the fact that the measurement results are displayed by means of a dial.
<dvtm:funnelChart> An AMX DVT funnel chart. Often used to represent stages in a sales process.
<dvtm:funnelDataItem> Defines values and properties associated with a data item in a funnel chart. Must be defined within the 'dataStamp' facet.
<dvtm:gaugeLabelFormat> Gauge label value formatter.
<dvtm:geographicMap> An AMX DVT geographic map.
<dvtm:horizontalBarChart> An AMX DVT horizontal bar chart. A bar chart is one in which data is represented as series of horizontal bars. DEPRECATED: Use a dvtm:barChart with orientation="horizontal" instead.
<dvtm:ledGauge> An AMX DVT LED gauge. LED gauge indicates its value mainly by its color. It changes its color to match the threshold range into which the metric value falls.
<dvtm:legend> Defines style, positioning and behavior of a legend.
<dvtm:legendSection> Defines a section of a multi-section legend.
<dvtm:lineChart> An AMX DVT line chart. A line chart is one in which data is represented as lines.
<dvtm:majorTick> Defines properties for major tick marks on a chart axis.
<dvtm:marker> A marker is used to stamp out built-in or custom shapes associated with data points on a map component. Markers can be customized with different stylistic attributes such as colors and patterns based on their underlying data. Geographic map marker only supports action, shortDesc, and source attributes.
<dvtm:metricLabel> Metric label for gauges.
<dvtm:minorTick> Defines properties for minor tick marks on a chart axis.
<dvtm:nBox> An AMX DVT N-Box. N-Box components are often used in HCM applications to view the distribution of an organization across two dimensions (e.g. Potential vs. Performance). Each of these dimensions is split into multiple ranges, whose intersections result in distinct cells into which each employee can be placed.
<dvtm:nBoxCell> Represents an AMX DVT N-Box cell. Must be defined within the 'cells' facet.
<dvtm:nBoxColumn> Represents an AMX DVT N-Box column. Must be defined within the 'columns' facet.
<dvtm:nBoxNode> Represents an AMX DVT N-Box node.
<dvtm:nBoxRow> Represents an AMX DVT N-Box row. Must be defined within the 'rows' facet.
<dvtm:overview> Overview component for charts with enabled zoom / scroll. Displays at the bottom of the chart area. Use inlineStyle -> height attribute to set the height of the component in pixels or %.
<dvtm:pieChart> An AMX DVT pie chart. In a pie chart one group of data is represented as sections of a circle, making the circle look like a sliced pie. Can be used to represent percentages of a whole.
<dvtm:pieDataItem> Defines values and properties associated with a data item in a pie chart. Must be defined within the 'dataStamp' facet.
<dvtm:pieValueFormat> Pie chart value formatter. Deprecated. Use dvtm:chartValueFormat with type="value" instead.
<dvtm:pointDataLayer> The pointDataLayer allows developers to display data associated with a point on the map using a marker. The point can be specified by city id for a built-in basemap or x/y coordinates which correspond to latitude/longitude for built-in basemaps. It is possible to define individual location points one-by-one, or using a data collection passed via the 'value' attribute.
<dvtm:pointLocation> Specifies the columns in the data layer's model that determine the location of the data points. For thematic map, these locations can be names that join with named points or latitude/longitude for built-in basemaps, x/y coordinates for custom basemaps. For geographic map, they can be x/y coordinates or an address.
<dvtm:ratingGauge> An AMX DVT rating gauge. The component allows the user to enter or view rating on a pre-defined scale.
<dvtm:referenceArea> Reference area for an axis. A simple reference area can be defined using this element's attributes. Complex multi-segment areas can be specified using referenceAreaItem elements optionally wrapped in an amx:iterator.
<dvtm:referenceAreaItem> The dvtm:referenceAreaItem tag describes a pair of min/max points on a multi-segment reference area.
<dvtm:referenceLine> Reference line for a chart axis or status meter gauge. A simple reference line can be defined using this element's attributes. For charts, multi-segment reference lines can be specified using referenceLineItem elements optionally wrapped in an amx:iterator.
<dvtm:referenceLineItem> The dvtm:referenceLineItem tag describes a single point of a multi-segment reference line.
<dvtm:referenceObject> Defines a reference object for an axis. Deprecated for xAxis, yAxis and y2Axis elements -- use dvtm:referenceArea or dvtm:referenceLine instead.
<dvtm:scatterChart> An AMX DVT scatter chart. A scatter chart represents data by the location of data markers. Scatter charts are useful for displaying general relationships among a number of data points.
<dvtm:seriesStyle> Defines styling properties of a chart series. Must be defined within the 'seriesStamp' facet.
<dvtm:sliceLabel> Slice label properties. DEPRECATED: Use pieChart.sliceLabelPosition and pieDataItem.sliceLabel instead.
<dvtm:sparkChart> An AMX DVT spark chart. Spark charts are simple, condensed charts that display trends or variations, often in the column of a table. Spark charts are often displayed in a dashboard to provide additional context to a data-dense display.
<dvtm:sparkDataItem> Represents the value and properties associated with a data item in a spark chart. Must be defined within the 'dataStamp' facet.
<dvtm:statusMeterGauge> An AMX DVT status meter gauge. Status meter gauge indicates its value by its color and area. It changes its color and area to match the threshold range into which the metric value falls.
<dvtm:sunburst> An AMX DVT Sunburst. Sunbursts are used to display hierarchical data across two dimensions, represented by the size and color of the sunburst nodes.
<dvtm:sunburstNode> A child of the Sunburst component. The sunburst node displays two dimensions of data through its size and color.
<dvtm:thematicMap> An AMX DVT thematic map which is used for displaying spatial trends or patterns in data.
<dvtm:threshold> Represents a threshold section for a gauge. A gauge can support an unlimited number of thresholds.
<dvtm:tickLabel> Tick label for the axis.
<dvtm:timeAxis> Child of timeline used to specify the time axis.
<dvtm:timeline> The Timeline component is used to display a series of events in chronological order. It supports zoom operation, expanding and collapsing a group of related events, and rendering of simple ADF components within each event. The Timeline component is capable of displaying two series of events side-by-side to enable comparison of events between the two series.
<dvtm:timelineItem> The TimelineItem component must be placed inside of a TimelineSeries component. It represents an event item inside of the Timeline. The ability to control the basic layout of the Timeline Item is fixed and allows title text and description text.
<dvtm:timelineSeries> The TimelineSeries component is a direct child of the Timeline component. A Timeline can have at most two TimelineSeries. Each TimelineSeries displays a list of events along the start and end time specified in the Timeline. The TimelineSeries component must be placed inside of a Timeline component.
<dvtm:treemap> An AMX DVT Treemap. Treemaps are used to display hierarchical data across two dimensions, represented by the size and color of the treemap nodes.
<dvtm:treemapNode> A child of the Treemap component. The treemap node displays two dimensions of data through its size and color.
<dvtm:xAxis> Defines properties of chart's X axis.
<dvtm:xFormat> Specifies the x value format used in the tooltip. Deprecated. Use dvtm:chartValueFormat with type="x" instead.
<dvtm:y2Axis> Defines properties of chart's Y2 axis (a secondary Y axis).
<dvtm:y2Format> Specifies the y2 value format used in the tooltip. Deprecated. Use dvtm:chartValueFormat with type="y2" instead.
<dvtm:yAxis> Defines properties of charts's Y axis.
<dvtm:yFormat> Specifies the y value format used in the tooltip. Deprecated. Use dvtm:chartValueFormat with type="y" instead.
<dvtm:zFormat> Specifies the z value format used in the tooltip. Deprecated. Use dvtm:chartValueFormat with type="z" instead.

Skins Components

NameDescription
<skin:adfmf-skins> The root element defined in the maf-skins document.
<skin:default> Set to true if this skin is the default skin for the specified skin family. The default skin will be picked if the maf-config's skin-version is not set.
<skin:extends> The id of the parent skin which this skin extends.
<skin:family> A name which identifies the skin family to which this skin implementation belongs.
<skin:id> A string identifier which uniquely identifies this custom skin implementation. This identifier should contain the device platform and version as part of the id if applicable (e.g. "customSkin-v1.1" or "customSkin-v1.1.iOS" in case it is targeted to a specific platform).
<skin:name> Defines a skin name.
<skin:skin> Top level element to define a skin.
<skin:skin-addition> Defines a skin addition. A skin addition which is created by custom component developers to add skinning information for the custom component.
<skin:skin-id> A string identifier which uniquely identifies the skin you are pushing your styles into.
<skin:style-sheet-name> The name of the style sheet which defines the styles for this skin addition.
<skin:version> The version of the skin, if any.

Config Components

NameDescription
<config:adfmf-config> The adfmf-config element is the root element of all maf-config.xml files.
<config:allowLoginInSlidingWindows> If true, secured features that are displayed as a sliding window will not display the login screen when in the unauthenticated state. The sliding windows can be displayed but will show only placeholder content until the associated connection is authenticated. If false, a login screen will be displayed when the feature is not authenticated.
<config:autoHideSlidingWindows> If true, all sliding windows that are being displayed will be hidden from view when a login screen is presented in the main content area. Any sliding windows that are temporarily hidden during the presentation of the login screen will be restored to their previous position when the main content is authenticated or switched to another feature which does not require a login screen to be presented.
<config:conversion> Conversion is a process associated with the transformation of generic types and java beans/soap messages/json/...
<config:generic-type> Generic type is a hierarchical name value pair.
<config:skin-family> The skin-family element is used to pick a skin during rendering. You can optionally add the skin-version to pick a particular version of a skin with the same skin-family. Can contain EL.
<config:skin-version> The skin-version element is used to pick a skin during rendering. A skin is picked by matching the skin-id (required), and if specified here, the skin-version. Can contain EL.
<config:validated> Validates the generic type with the predefined definition.


Tag name: <adfmf:amx>

Deprecated.

Attributes

NameTypeRequired?Supports EL?Description
filestring No No The file reference for the amx page to be used for this content.

Child Elements

None.


Tag name: <adfmf:androidManifestActivities>

Android 'activity' elements to add to the application AndroidManifest.xml.

Attributes

None.

Child Elements

None.


Tag name: <adfmf:androidPluginInfo>

Android specific plugin configuration options.

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:resourcePackageName> 01
<adfmf:androidManifestActivities> 01


Tag name: <adfmf:application>

Definition for the application. The application is the container that surfaces the included features.

Attributes

NameTypeRequired?Supports EL?Description
idadfmfComponentId Yes No A unique identifier for the application. This is usually a Java package style identifier, for example: com.company.application. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash or period.
namestring Yes No The name of the application.
vendorstring No No An optional field identifying the maker of the application.
versionstring No No An optional field identifying a version for the application.
metadata-base-versionstring No No An optional field identifying the base metadata version for the application.
customization-versionstring No No An optional field identifying the customization version for the application. This is managed by the framework and the application developer should not update it.
listener-classstring No No Application start/stop/activate/deactivate event listener java class definition.
urlSchemeurlSchemeType No No An optional field identifying the URLs of a specific scheme that can be received.
appControllerFolderstring No No The attribute specifies the name of Application Controller Project folder.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:loadBundle> 0unbounded
<adfmf:description> 01
<adfmf:deviceFeatureAccess> 01
<adfmf:featureReference> 1unbounded
<adfmf:preferences> 01
<adfmf:error> 01
<adfmf:navigation> 01
<adfmf:login> 01
<adfmf:kba> 01
<adfmf:remoteURLWhiteList> 01
<adfmf:cordovaPlugins> 01


Tag name: <adfmf:cordovaPlugins>

Container element for Apache Cordova plugin definitions.

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:plugin> 0unbounded


Tag name: <adfmf:description>

A short but detailed description of the application and its purpose.

Attributes

None.

Child Elements

None.


Tag name: <adfmf:domain>

The domain element is used to define a domain for the MAF Application's whitelist. The domain can contain wildcards.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <adfmf:error>

Deprecated.

Attributes

None.

Child Elements

None.


Tag name: <adfmf:featureReference>

Definition for the feature reference. Since many features can be bundled with application or Feature Archive, the feature reference is used to denote which features are relevant (or can be exposed) by this application. Note: if showOnSpringboard and showOnNavigationBar are both set to false there are only two ways for the feature to show up: 1. If it is the lowest indexed feature, hence show up on startup; 2. A feature does an explicit "GOTO" feature call to it.

Attributes

NameTypeRequired?Supports EL?Description
idadfmfComponentId Yes No The feature identifier of the MAF feature to include in the application. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash or period.
showOnSpringboardboolean No No Indicates whether or not the feature should be shown in the default springboard ui.
showOnNavigationBarboolean No No Indicates whether or not the feature should be shown in the navigator bar ui.
loginConnRefIdstring No No Indicates a MAF Login Server Connection in connections.xml to be used for the feature authentication. This overrides the application default login connection.

Child Elements

None.


Tag name: <adfmf:iosPluginInfo>

iOS specific plugin configuration options.

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:linkerFlags> 01


Tag name: <adfmf:kba>

Knowledge Based Authentication page setting.

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:localHTML> 01


Tag name: <adfmf:linkerFlags>

Space-delimited flags (-FlagName flagValue) added to the Xcode project which link the plugin to the native iOS application.

Attributes

None.

Child Elements

None.


Tag name: <adfmf:loadBundle>

An additional resource to be made available to the application, ostensibly for localizing application name, preferences, etc.

Attributes

NameTypeRequired?Supports EL?Description
basenamestring Yes No The path to the resource bundle to be included.
varstring Yes No A name with which the features may reference the loaded resources.

Child Elements

None.


Tag name: <adfmf:localHTML>

Definition for a local HTML page.

Attributes

NameTypeRequired?Supports EL?Description
urlstring No No A project relative path to the local HTML file to be used for this content.

Child Elements

None.


Tag name: <adfmf:login>

Login page configuration settings.

Attributes

NameTypeRequired?Supports EL?Description
defaultConnRefIdstring No No Indicates a MAF Login Server Connection in connections.xml to be used for default feature authentication.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:localHTML> 01


Tag name: <adfmf:navigation>

Definition for the application navigation configuration.

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:navigationBar> 01
<adfmf:springboard> 01


Tag name: <adfmf:navigationBar>

Navigation bar setting.

Attributes

NameTypeRequired?Supports EL?Description
enabledboolean No No Indicates whether or not the navigation bar is shown at the application launch. Default is true.
displayHideShowNavigationBarControlboolean No No Indicates whether or not to show the navigation bar hide/show toggle button. Default is false.

Child Elements

None.


Tag name: <adfmf:plugin>

Top level element for defining a platform-specific plugin, including the plugin name, fully qualified name, implementation class, and intended platform.

Attributes

NameTypeRequired?Supports EL?Description
namestring Yes No The name of the plugin.
platformplatformType Yes No The mobile platform the plugin supports.
fullyQualifiedNamestring Yes No The fully qualified name of the plugin. Maps to the 'name' attribute of the 'plugin' element on Android and to dictionary 'key' on iOS.
implementationClassstring Yes No Name of the class that implements the plugin. Maps to the 'value' attribute of the 'plugin' element on Android and to dictionary 'value' on iOS.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:androidPluginInfo> 01
<adfmf:iosPluginInfo> 01


Tag name: <adfmf:remoteURLWhiteList>

The remoteURLWhiteList element is used to define a list of domains that can be launched inside Mobile Application Framework. The domains can be defined as absolute domain or with wildcards, for e.g. "*.oracle.com". A domain entry with value "*" means all domains are allowed.

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:domain> 0unbounded


Tag name: <adfmf:resourcePackageName>

Java package name containing additional resources, such as image and string files.

Attributes

None.

Child Elements

None.


Tag name: <adfmf:springboard>

Springboard configuration settings.

Attributes

NameTypeRequired?Supports EL?Description
enabledboolean No No Indicates whether or not a springboard is enabled. Default is false, or not enabled.
displayGotoSpringboardControlboolean No No Indicates whether or not to show the goto-springboard button/menu item. Default is false.
showSpringboardAtStartupboolean No No Indicates whether or not a springboard is showed at the application launch. Default is true.
animationanimationType No Yes Indicates whether or not a springboard should slide out from left to right with animation. Default is slideright.
widthwidthType No No Defines the slide-out width of the springboard in pixels.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:springboardFeatureReference> 01


Tag name: <adfmf:springboardFeatureReference>

The springboard reference definition is used to denote which feature should be used as the springboard feature.

Attributes

NameTypeRequired?Supports EL?Description
idadfmfComponentId Yes No The feature identifier of the MAF feature that is used as the springboard. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash or period.

Child Elements

None.


Tag name: <adfmf:amx>

A Feature Content child, defining AMX based content (local AMX view or taskflow for AMX views).

Attributes

NameTypeRequired?Supports EL?Description
fileNonEmptyString No No The file reference for the amx page or taskflow to be used for this content.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:includes> 01


Tag name: <adfmf:constraint>

The constraint element is a child element of the constraints stanza. It is used to define one of the conditions that must be 'ANDed' together to determine if the constraint is satisfied.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
propertyPropertyType Yes No The property on which the constraint evaluation is based.
operatorOperatorType Yes No The operation to use in the constraint evaluation.
valuestring Yes No The value to use in the constraint evaluation.

Child Elements

None.


Tag name: <adfmf:constraintExpression>

The constraint expression element is a child element of the constraints stanza. It is used to define one of the EL conditions that must be 'ANDed' together to determine if the constraint is satisfied.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
valueelExpression Yes YesThe expression to be used in the constraint evaluation.

Child Elements

None.


Tag name: <adfmf:constraints>

The constraints element is used to determine if the outer element should be included. In order for a 'constraint' to be satisfied, ALL of the constraints must evaluate to being true.

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:constraint> 0unbounded
<adfmf:constraintExpression> 0unbounded


Tag name: <adfmf:content>

Definition for the feature content. This content can be one of the following types and will contain a child tag of the corresponding type: localHTML, remoteURL, nativeview, or amx.

Attributes

NameTypeRequired?Supports EL?Description
idadfmfComponentId Yes No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash or period.
iconstring No No A project relative path to an icon to be used with this feature. If this property is specified, this value will override the feature-level property of the same name.
imagestring No No A project relative path to an image to be used with this feature. If this property is specified, this value will override the feature-level property of the same name.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:constraints> 01
<adfmf:localHTML> 11
<adfmf:remoteURL> 11
<adfmf:nativeview> 11
<adfmf:amx> 11


Tag name: <adfmf:description>

A description of the MAF feature.

Attributes

None.

Child Elements

None.


Tag name: <adfmf:feature>

The parent element to contain metadata defining a feature for the application. Features are application bundles containing all the information needed to be included in the container application. Since each feature is developed independently from each other, this metadata is required to describe the feature to the framework.

Attributes

NameTypeRequired?Supports EL?Description
idadfmfComponentId Yes No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash or period.
namestring No No The name of the feature.
iconstring No No A project relative path to an icon resource to use for this feature in the navigation bar.
imagestring No No A project relative path to an image resource to use for this feature in the springboard UI.
securityEnabledboolean No No Indicates whether security is enabled. Default is false.
listener-classstring No No A Java class reference for this feature's event listener. The LifeCycleListener interface defines two methods: activate (called when a feature is activated) and deactivate (called when a feature is deactivated). Note: features are activated via either human selection of the feature, programmatically transitioned to the feature, or when push notification event comes in.
vendorstring No No The maker of this feature.
versionstring No No A version identifier for this feature.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:constraints> 01
<adfmf:description> 01
<adfmf:content> 0unbounded
<adfmf:deviceFeatureAccess> 01
<adfmf:preferences> 01


Tag name: <adfmf:features>

Specifies all features to be included in this MAF application.

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:loadBundle> 0unbounded
<adfmf:feature> 0unbounded


Tag name: <adfmf:include>

Identifies files to include in each view of the MAF feature.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
typeIncludeType Yes No Identifies the type of include. Valid values are JavaScript or StyleSheet.
fileNonEmptyString Yes No The file reference for javascripts or cascade style sheets for amx pages.

Child Elements

None.


Tag name: <adfmf:includes>

The includes element is used to include javascripts or cascade style sheets for an amx element.

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:include> 0unbounded


Tag name: <adfmf:loadBundle>

An additional resource to be made available to the features, ostensibly for localizing feature icons, images, and names.

Attributes

NameTypeRequired?Supports EL?Description
basenamestring Yes No The path to the resource bundle to be included.
varstring Yes No A name with which the features may reference the loaded resources.

Child Elements

None.


Tag name: <adfmf:localHTML>

A Feature Content child, defining the local HTML content.

Attributes

NameTypeRequired?Supports EL?Description
urlNonEmptyString No No A project relative path to the local HTML file to be used for this content.

Child Elements

None.


Tag name: <adfmf:nativeview>

A Feature Content child, defining the native content (local view built with native code).

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:parameter> 0unbounded


Tag name: <adfmf:parameter>

Parameter used by content types to pass standard data in.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
namestring No No A name for the parameter being passed.
valuestring No No The value of the parameter being passed.

Child Elements

None.


Tag name: <adfmf:remoteURL>

A Feature Content child, defining the remote URL content.

Attributes

NameTypeRequired?Supports EL?Description
connectionNonEmptyString No No A URL connection reference to the remote content to be used for this feature content.
showNavButtonsboolean No No Indicates whether the browser navigation controls will be shown for features containing remote URLs. If set to true, a navigation bar with Back/Forward/Refresh will be displayed, otherwise this navigation bar will not appear. The default is false.

Child Elements

None.


Tag name: <adfmf:deviceCamera>

A child of adfmf:deviceFeatureAccess, this allows use of the device camera.

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <adfmf:deviceContacts>

A child of adfmf:deviceFeatureAccess, this allows access to contacts on the device.

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <adfmf:deviceEmails>

A child of adfmf:deviceFeatureAccess, this allows the application to access and send E-mails.

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <adfmf:deviceFeatureAccess>

Permissions to access different device capabilities. Note that this element can occur as a child of the adfmf:application to grant permissions. When used as a child of the adfmf:feature, it is not granting the permissions but only identifying to an application this permission is needed by a feature.

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:deviceCamera> 01
<adfmf:deviceContacts> 01
<adfmf:deviceEmails> 01
<adfmf:deviceFiles> 01
<adfmf:deviceLocation> 01
<adfmf:deviceNetwork> 01
<adfmf:devicePhone> 01
<adfmf:devicePushNotifications> 01
<adfmf:deviceSMS> 01


Tag name: <adfmf:deviceFiles>

A child of adfmf:deviceFeatureAccess, this allows access to files on the device.

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <adfmf:deviceLocation>

A child of adfmf:deviceFeatureAccess, this covers both fine and course location services: GPS and network-based.

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <adfmf:deviceNetwork>

A child of adfmf:deviceFeatureAccess, this allows the application to open network sockets.

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <adfmf:devicePhone>

A child of adfmf:deviceFeatureAccess, this allows the application to access voice services and make phone calls.

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <adfmf:devicePushNotifications>

A child of adfmf:deviceFeatureAccess, this allows the application to receive push notifications.

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <adfmf:deviceSMS>

A child of adfmf:deviceFeatureAccess, this allows the application to access and send SMS messages.

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <adfmf:preferenceBoolean>

A boolean preference setting.

Attributes

NameTypeRequired?Supports EL?Description
defaultboolean No No A default value to use with this preference setting.
idadfmfPreferenceId Yes No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or period.
labelstring No No The text to show next to the preference setting field in the preference UI.

Child Elements

None.


Tag name: <adfmf:preferenceGroup>

Preference group element.

Attributes

NameTypeRequired?Supports EL?Description
idadfmfPreferenceId Yes No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or period.
labelstring No No The text to show next to the preference setting field in the preference UI.

Child Elements

None.


Tag name: <adfmf:preferenceList>

A preference setting that gives the user a set of specific items to choose from.

Attributes

NameTypeRequired?Supports EL?Description
defaultstring No No A default value to use with this preference setting.
idadfmfPreferenceId Yes No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or period.
labelstring No No The text to show next to the preference setting field in the preference UI.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:preferenceValue> 0unbounded


Tag name: <adfmf:preferenceNumber>

A number preference setting.

Attributes

NameTypeRequired?Supports EL?Description
defaultdecimal No No A default value to use with this preference setting.
idadfmfPreferenceId Yes No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or period.
labelstring No No The text to show next to the preference setting field in the preference UI.

Child Elements

None.


Tag name: <adfmf:preferencePage>

Preference page element.

Attributes

NameTypeRequired?Supports EL?Description
idadfmfPreferenceId Yes No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or period.
labelstring No No The text to show next to the preference setting field in the preference UI.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:preferenceGroup> 1unbounded


Tag name: <adfmf:preferences>

Top level application preference element.

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<adfmf:preferenceGroup> 0unbounded


Tag name: <adfmf:preferenceText>

A text preference setting.

Attributes

NameTypeRequired?Supports EL?Description
defaultstring No No A default value to use with this preference setting.
secretboolean No No Indicates whether the text in the preference setting should be masked from the user when viewing and editing.
idadfmfPreferenceId Yes No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or period.
labelstring No No The text to show next to the preference setting field in the preference UI.

Child Elements

None.


Tag name: <adfmf:preferenceValue>

A list item for a preferenceList setting.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
namestring Yes No A user visible name for the list item.
valuestring Yes No The value associated with this list item.

Child Elements

None.


Tag name: <amx:actionListener>

This component allows you to declaratively invoke an action. This component is meant to be a child component of any tag that has some kind of listener attribute like actionListener, or valueChangeListener, etc. The type attribute defines which listener of the parent this actionListener should be fired for. These methods fire before the listener on the parent component fires.

Attributes

NameTypeRequired?Supports EL?Description
bindingstringElType No Yes Yes Yes EL that defines what should be called when this action occurs.
typestringElType No Yes Yes Yes The type attribute defines which listener of the parent this actionListener should be fired for. For example, the type variable here would be "action" if the parent was a commandButton or "valueChange" if the parent was an inputText.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <amx:attribute>

This component defines an attribute to be passed into a fragment. The attribute will be available to EL as the name given inside the fragment.

Attributes

NameTypeRequired?Supports EL?Description
namestring Yes No The name of the attribute. This will be the EL variable that is available to contents of the fragment. The attribute must be declared in the meta-data of the fragment.
valuestringElType Yes Yes Yes Yes The value of the attribute, either a static value or an EL expression. Methods are also accepted when the fragment declaration uses the attribute for an attribute that takes a method expression.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <amx:attributeList>

Defines an attribute list to pass to a fragment. It may be referenced by another amx:attributeList using the ref attribute. Using a reference, an attribute list may be passed from one fragment to another. In this case, both attribute lists must have the same meta-data.

Attributes

NameTypeRequired?Supports EL?Description
namestring Yes No The name of the attribute list. This is required and must be unique. It also must correlate to the name of an attribute list in the amx:fragmentDef meta-data.
refstring No No The name of an attribute list in the current "scope". If placed inside an amx:attributeListIterator, it will refer to an attribute list defined for the current amx:attributeSet that the iterator is processing. If not in an iterator, it will refer to an amx:attributeList defined on the parent fragment. The meta-data for the attribute list must be the same in both fragments.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:attributeSet> 0unbounded


Tag name: <amx:attributeListIterator>

Consumes an amx:attributeList. It behaves much like the amx:iterator in terms of stamping, but exposes attributes differently. The name attribute ties the iterator to an amx:attributeList. When one amx:attributeListIterator is nested in another one, the name must point to an amx:attributeList that is a child of the amx:attributeSet that the outer amx:attributeListIterator is currently processing. During the iteration, the defined attribute names will be exposed as EL variables. For attributes not provided by the caller and the attribute has no default value, the value adf.mf.api.OptionalFragmentArgument will be used as an EL variable. A user may test for this by using the empty EL keyword. For example, rendered="#{not (empty myAttribute)}".

Attributes

NameTypeRequired?Supports EL?Description
namestring Yes No The name of the amx:attributeList to use. If a top level iterator, this must refer to a child of the parent amx:fragment. If nested in an another amx:attributeListIterator, this needs to refer to an amx:attributeList that is the child of the amx:attributeSet that the outer iterator is processing. This attribute is required.
beginnonNegativeIntegerElType No Yes An optional 0-based index to start iterating at (must be a positive number). If not provided, the iterator will begin iterating at 0.
endnonNegativeIntegerElType No Yes An optional index for the last item to iterate (behaves like a less than or equal to). If the value is greater than the number of items to iterate over, the number of items minus one is used instead. The end may be less than the begin value if the step is a negative number. If the step is not 1 and the end would not be used, the end is adjusted to match the last index that will be iterated. For example, if the begin is 0, the end is 3 and the step is 2, the actual end will be 2, not 3.
stepnonZeroIntegerElType No Yes An optional value that defines how to advance the iteration index per loop. The default is 1.
varStatusstring No No An optional variable name that will allow a varStatus object to be exposed via EL during iteration.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:uiComponent> 1unbounded


Tag name: <amx:attributeSet>

Defines one set of attributes to be used during an iteration of the amx:attributeListIterator.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:attribute> 1unbounded
<amx:attributeList> 1unbounded


Tag name: <amx:carousel>

The carousel component displays a spinning series of items based on rows of a collection model. The carousel has a nodeStamp facet that must contain a carouselItem. This content will be stamped out for each item in the bound collection.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes Either a collection model or simple array of data to stamp out via the var variable.
varstring No No The name of the EL variable that is used to reference a row of the value's data for each carouselItem.
orientationlayoutType No Yes Horizontal (the default) for the images being displayed along an x-axis or vertical for y-axis.
displayItemsdisplayItemsType No Yes The current carousel item will always be shown but you can use this attribute to specify how the auxiliary carousel items are displayed. Use "circular" if you want the auxiliary items displayed near the current item in a scaled down pattern with as many items shown as will fit. Use "oneByOne" if you only want the current item shown.
controlAreacontrolAreaType No Yes Specifies how the area where the user spins the carousel is presented. The "full" option lets a user spin through carousel items one at a time, jump to a specific item, or drag the slider thumb to continuously spin the carousel until the mouse is let go. The "small" option lets a user click the next and previous buttons to spin through carousel items one at a time. The "compact" option is similar to "small" but omits details such as the "x of y" progress information. The "none" option provides no control area at all.
auxiliaryOffsetfloatElType No Yes The offset shift factor that a carousel item will have relative to its nearest item towards the current carousel item in circular displayItems mode. This is the distance an auxiliary item will be moved from its nearest item towards the current item (the distance is the size of the next nearest item multiplied by this offset factor).
auxiliaryPopOutauxiliaryPopOutType No Yes Whether mouse movements within the auxiliary item area of the carousel in circular displayItems mode causes the auxiliary items to be scaled to match the current carousel item. Valid values are off (default) or hover.
auxiliaryScalefloatElType No Yes The size scaling factor that a carousel item will have relative to its nearest item towards the current carousel item in circular displayItems mode. A value of 1 means the auxiliary items will all be the same size. A value less than 1 means the auxiliary items will become smaller the further they are from the current item. A value greater than 1 means the auxiliary items will become larger the further they are from the current item. Note that regardless of item size, the current carousel item is the only item that is interactive; clicking on an auxiliary item will only spin the carousel.
halignhalignType No Yes Determines the horizontal alignment of the carousel items. Valid values are center (default), start, or end.
valignvalignType No Yes Determines the vertical alignment of the carousel items. Valid values are middle (default), top, or bottom.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
disabledbooleanElType No Yes Specifies whether or not the component is disabled. Unlike a read-only component, a disabled component cannot receive focus.
renderedbooleanElType No Yes Whether this component should be rendered or not.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:facet> 01


Tag name: <amx:carouselItem>

The carouselItem component must be placed inside of a carousel component's "nodeStamp". It represents an item inside of a carousel component and its text attribute will be displayed when it is the current item the carousel. Although the most common child of carouselItem is image, other components may be used. For example you might use a commandLink as a child that surrounds an image. In order to minimize any negative effect on performance, you should avoid using any heavy-weight children because as you add more complexity to the structure, the effect will be multiplied because several carouselItem stamps will be displayed simultaneously.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
textstringElType No Yes Yes Yes Specifies the textual label of the component.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:uiComponent> 11


Tag name: <amx:cellFormat>

A cellFormat component is used to define a cell in a rowLayout of a tableLayout.

Attributes

NameTypeRequired?Supports EL?Description
columnSpanintegerElType No Yes The number of cells wide the child layout element will be (must be a number 1 or greater).
halignhalignType No Yes The horizontal alignment of the grid row elements. Valid values are start (default), end, or center.
headerbooleanElType No Yes Indicates whether or not this table cell is a header cell or a data cell. Setting this attribute to 'true' will mark this cell as a header cell.
heightstringElType No Yes Yes Yes The preferred height of the cell (cannot use percentage units, cell contents and other cells in this cell's row may override this value).
rowSpanintegerElType No Yes The number of cells high the child layout element will be (must be a number 1 or greater).
valignvalignType No Yes The vertical alignment of the grid row elements. Valid values are middle (default), top, or bottom.
widthstringElType No Yes Yes Yes The preferred width of the cell (cell contents and other cells in this cell's column may override this value).
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
renderedbooleanElType No Yes Whether this component should be rendered or not.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:uiComponent> 0unbounded
<amx:validationGroup> 01


Tag name: <amx:closePopupBehavior>

This tag is a declarative way to hide an amx:popup. When the closePopupBehavior tag is associated with a component, it can hide the popup on some user action.

Attributes

NameTypeRequired?Supports EL?Description
popupIdstringElType No Yes Yes Yes Specifies the id of the popup that will be hidden.
typestringElType No Yes Yes Yes This attribute defines when the popup will be dismissed. Valid values are action (default), swipeDown, swipeEnd, swipeLeft, swipeRight, swipeStart, swipeUp, tapHold. It is rare that swipeLeft and swipeRight are the correct options to use, consider using swipeStart and swipeEnd instead since those values adapt to account for the reading direction of the active language.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <amx:commandButton>

The commandButton component creates a button that, when pressed, will generate an action event. The button can contain text, an image, or both text and an image.

Attributes

NameTypeRequired?Supports EL?Description
iconstringElType No Yes Yes Yes Defines the location of an image resource to use as an icon displayed on the button. The image file must be included in the project and be specified by its relative location in the project. This attribute can be specified as static text, EL Expression, or a combination of both.
iconPositioniconPositionType No Yes Specifies the position of the icon. Valid values are leading (icon is left of text) or trailing (icon is right of text). Default is leading.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
actionstringElType No Yes Yes Yes Defines a reference to an action method sent by the command component, or the static outcome of an action.
actionListenerelExpression No YesDefines a method reference to an action listener.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
disabledbooleanElType No Yes Specifies whether or not the component is disabled. Unlike a read-only component, a disabled component cannot receive focus.
renderedbooleanElType No Yes Whether this component should be rendered or not.
textstringElType No Yes Yes Yes Specifies the textual label of the component.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:actionListener> 0unbounded
<amx:setPropertyListener> 0unbounded
<amx:showPopupBehavior> 0unbounded
<amx:closePopupBehavior> 0unbounded
<amx:validationBehavior> 0unbounded


Tag name: <amx:commandLink>

The commandLink component creates a link that, when pressed, will generate an action event. It may also contain a child image component to create a link that displays an image rather than text.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
actionstringElType No Yes Yes Yes Defines a reference to an action method sent by the command component, or the static outcome of an action.
actionListenerelExpression No YesDefines a method reference to an action listener.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
disabledbooleanElType No Yes Specifies whether or not the component is disabled. Unlike a read-only component, a disabled component cannot receive focus.
renderedbooleanElType No Yes Whether this component should be rendered or not.
textstringElType No Yes Yes Yes Specifies the textual label of the component.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:uiComponent> 0unbounded
<amx:actionListener> 0unbounded
<amx:setPropertyListener> 0unbounded
<amx:showPopupBehavior> 0unbounded
<amx:closePopupBehavior> 0unbounded
<amx:validationBehavior> 0unbounded


Tag name: <amx:convertDateTime>

Converts string into java.util.Date and vice versa based on the pattern and style set.

Attributes

NameTypeRequired?Supports EL?Description
dateStyleconvertDateTimeStyleType No Yes Specifies the predefined formatting style that determines how the date component of a date string is to be formatted and parsed. Applied only if type is set to "date" or "both". Valid values are default, full, long, medium, or short (default).
patternstringElType No Yes Yes Yes Specifies a custom formatting pattern that determines how the date/time string should be formatted and parsed. The syntax must conform to the rules specified by java.text.SimpleDateFormat.
timeStyleconvertDateTimeStyleType No Yes Specifies the predefined formatting style that determines how the time component of a date string is to be formatted and parsed. Applied only if the type is "time" or "both". Valid values are default, full, long, medium, or short (default).
typeconvertDateTimeType No Yes Specifies what content the string value will be formatted to include, or parsed. Valid values are date (default), time, or both.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <amx:convertNumber>

This is an extension of the standard JSF javax.faces.convert.NumberConverter. The converter provides all the standard functionality of the default NumberConverter and is strict while converting to object.

Attributes

NameTypeRequired?Supports EL?Description
currencyCodestringElType No Yes Yes Yes Specifies the ISO 4217 currency code, and is only applied when formatting currencies.
currencySymbolstringElType No Yes Yes Yes Specifies the currency symbol, and is only applied when formatting currencies. If the currencyCode attribute is set, then currencySymbol will be ignored.
groupingUsedbooleanElType No Yes Specifies whether or not the formatted output will contain grouping separators. The default value is true.
integerOnlybooleanElType No Yes Specifies whether or not only the integer part of the value will be formatted and parsed. Default value is false.
maxFractionDigitsintegerElType No Yes Specifies the maximum number of digits that will be formatted in the fractional portion of the output.
maxIntegerDigitsintegerElType No Yes Specifies the maximum number of digits that will be formatted in the integer portion of the output.
minFractionDigitsintegerElType No Yes Specifies the minimum number of digits that will be formatted in the fractional portion of the output.
minIntegerDigitsintegerElType No Yes Specifies the minimum number of digits that will be formatted in the integer portion of the output.
typeconvertNumberType No Yes Specifies what content string value will be formatted to include, or parsed. Valid values are number (default), currency, or percent.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <amx:deck>

The deck component is a container that shows one child component at a time. When changing which child is displayed, the transition can be animated.

Attributes

NameTypeRequired?Supports EL?Description
displayedChildstringElType No Yes Yes Yes The id of the child that is currently displayed; if not provided or if no match is found, no child will be displayed. Iterated children are not supported at this time.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
renderedbooleanElType No Yes Whether this component should be rendered or not.
landmarklandmarkRole No Yes Identifies this area of the page with a navigational landmark according to the WAI-ARIA specification. Valid values at the time of writing are: application, banner, complementary, contentinfo, form, main, navigation, or search.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:uiComponent> 0unbounded
<amx:validationGroup> 01
<amx:transition> 02


Tag name: <amx:facet>

Defines an arbitrarily named facet on the parent component. The position and rendering of the facet are determined by the parent component.

Attributes

NameTypeRequired?Supports EL?Description
namestring Yes No The name of the facet. All possible facets for a component need to be itemized on the component itself.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:uiComponent> 0unbounded
<amx:listItem> 0unbounded
<amx:filmStripItem> 0unbounded


Tag name: <amx:facetRef>

Used in a page fragment definition to reference a facet that was defined in the page fragment usage. This tag can only be used inside of fragmentDef.

Attributes

NameTypeRequired?Supports EL?Description
facetNamestring Yes No Identifies the facet that should be referenced.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:attribute> 0unbounded


Tag name: <amx:filmStrip>

A paging component that can display multiple items arranged into a horizontal or vertical strip.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes Either a collection model or simple array of data to stamp out via the var variable.
varstring No No The name of the EL variable that is used to reference a row of the value's data for each filmStripItem. This attribute should not be used if you are manually adding multiple filmStripItems to this component.
selectionListenerelExpression No YesDefines a method reference to a selection listener.
selectedRowKeyselExpression No YesA comma-delimited string of selected row stamp keys representing which rows are selected.
orientationlayoutType No Yes Horizontal (the default) for the images being displayed along an x-axis or vertical for y-axis.
halignfsHalignType No Yes Determines the horizontal alignment of the filmStrip items. Valid values are center, start, end, or justify (default).
valignfsValignType No Yes Determines the vertical alignment of the filmStrip items. Valid values are middle, top, bottom, or justify (default).
selectionselectionElType No Yes Selection mode. Determines if the items can be selected interactively, and if just one or multiple objects can be selected simultaneously. Valid values are none (default), single, or multiple.
pageControlPositionfilmStripPageControlPositionElType No Yes Specifies the position of the page control buttons relative to the film strip items. Valid values are top, bottom (default), start, end, or none. When using a horizontal orientation, "bottom" is recommended. When using a vertical orientation, "end" is recommended.
itemsPerPagenonNegativeIntegerElType No Yes Maximum number of items on page.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:filmStripItem> 1unbounded
<amx:attributeListIterator> 1unbounded
<amx:facetRef> 1unbounded
<amx:iterator> 1unbounded


Tag name: <amx:filmStripItem>

Represents a single item of a filmStrip.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
textstringElType No Yes Yes Yes Specifies the textual label of the component.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:uiComponent> 0unbounded
<amx:showPopupBehavior> 0unbounded
<amx:closePopupBehavior> 0unbounded
<amx:actionListener> 0unbounded
<amx:setPropertyListener> 0unbounded


Tag name: <amx:fragment>

This component pulls in a fragment of a page into the current page. Allows for facets to serve as place holders and accepts attributes and methods to be passed to the fragment.

Attributes

NameTypeRequired?Supports EL?Description
srcstringElType Yes Yes Yes Yes The URI of the fragment. This may be a relative or absolute URI. URIs that begin with a forward slash are considered absolute and will be retrieved from the root folder. Relative URIs are resolved from the current page or fragment.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
renderedbooleanElType No Yes Whether this component should be rendered or not.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:facet> 0unbounded
<amx:attribute> 0unbounded
<amx:attributeList> 0unbounded


Tag name: <amx:fragmentDef>

The definition of an AMX fragment that may be included in multiple places inside of AMX and other fragment pages.

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amxf:fragment> 11


Tag name: <amx:goLink>

This component creates a simple anchor tag that does not follow any task flow navigation and is meant for performing external links to other pages or operations such as making a call.

Attributes

NameTypeRequired?Supports EL?Description
urlstringElType No Yes Yes Yes Specifies the url to be used for this link. This can be an external url starting with "http://" or something more native like "tel:" to dial the phone.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
disabledbooleanElType No Yes Specifies whether or not the component is disabled. Unlike a read-only component, a disabled component cannot receive focus.
renderedbooleanElType No Yes Whether this component should be rendered or not.
textstringElType No Yes Yes Yes Specifies the textual label of the component.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:image> 01


Tag name: <amx:image>

The image component displays an image.

Attributes

NameTypeRequired?Supports EL?Description
shortDescstringElType No Yes Yes Yes A description of what the image contains. This text is not normally available to the user unless they are using assistive technology that can read it aloud.
sourcestringElType No Yes Yes Yes This attribute can be specified as either a URI to a file or the data for the image itself. If this is a path to an image starting with a "/" it is relative to the root of the web-content folder, otherwise it will start relative to the current AMX file. The source can also start with "file://", in which case it will go to the current file system on the device. The source can also contain a base64 encoded image data instead of a URI to a file. This attribute can be specified as static text, EL expression or a combination of both.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

None.


Tag name: <amx:inputDate>

Renders an input field for dates.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes The ISO-8601 value for the date, datetime, or time. This value might be presented to the user using the local time zone specified on their device but the backing value will always be ISO-8601.
inputTypedateInputType No Yes Determines whether inputDate displays date, datetime, or time.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
labelstringElType No Yes Yes Yes Defines the label of the component. In order for the label to appear above the component, the component should be placed inside of a panelFormLayout (where options are available to configure label positioning).
readOnlybooleanElType No Yes Whether this control displays its value in a textual manner vs. as a UI control.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
disabledbooleanElType No Yes Specifies whether or not the component is disabled. Unlike a read-only component, a disabled component cannot receive focus.
renderedbooleanElType No Yes Whether this component should be rendered or not.
requiredbooleanElType No Yes Specifies whether or not a non-null, non-empty value must be entered. If set to false, validators will not be executed when the value is null or empty. If set to true, a visual indication is displayed to notify end user that a value must be entered, otherwise an exception will occur and the component will fail validation.
showRequiredbooleanElType No Yes Defines whether or not the associated component displays a visual indication of the required user input. Both the "required" attribute and the "showRequired" attribute must be false for the visual indication not to be displayed. For example, this attribute could be used when there is a field that is initially empty and is required only if some other field on the page is modified.
simplebooleanElType No Yes Specifies whether or not the component provides the label support. When set to true, the component will not display the label (label and showRequired properties are ignored) and may use simpler layout primitives. For example, this attribute could be defined when a component is used in a table where label is not required.
valueChangeListenerelExpression No YesDefines a method reference to a value change listener. The method represented by this EL expression will be invoked when the value changes and after the model is updated.

Child Elements

None.


Tag name: <amx:inputNumberSlider>

Creates a numeric input component. It is used to enter numbers and it has a slider to quickly increment or decrement the number.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes A whole number between the minimum and maximum values representing a selected point along the slider.
minimumintegerElType No Yes Specifies the minimum number allowed in the input field.
maximumintegerElType No Yes Specifies the maximum number allowed in the input field.
stepSizeintegerElType No Yes Specifies the step size by which the spinbox will increase or decrease the number in the input. This is an integer value.
imageLeftstringElType No Yes Yes Yes The image to place on the left side of the slider component.
imageRightstringElType No Yes Yes Yes The image to place on the right side of the slider component.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
labelstringElType No Yes Yes Yes Defines the label of the component. In order for the label to appear above the component, the component should be placed inside of a panelFormLayout (where options are available to configure label positioning).
readOnlybooleanElType No Yes Whether this control displays its value in a textual manner vs. as a UI control.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
disabledbooleanElType No Yes Specifies whether or not the component is disabled. Unlike a read-only component, a disabled component cannot receive focus.
renderedbooleanElType No Yes Whether this component should be rendered or not.
simplebooleanElType No Yes Specifies whether or not the component provides the label support. When set to true, the component will not display the label (label and showRequired properties are ignored) and may use simpler layout primitives. For example, this attribute could be defined when a component is used in a table where label is not required.
requiredbooleanElType No Yes Specifies whether or not a non-null, non-empty value must be entered. If set to false, validators will not be executed when the value is null or empty. If set to true, a visual indication is displayed to notify end user that a value must be entered, otherwise an exception will occur and the component will fail validation.
showRequiredbooleanElType No Yes Defines whether or not the associated component displays a visual indication of the required user input. Both the "required" attribute and the "showRequired" attribute must be false for the visual indication not to be displayed. For example, this attribute could be used when there is a field that is initially empty and is required only if some other field on the page is modified.
valueChangeListenerelExpression No YesDefines a method reference to a value change listener. The method represented by this EL expression will be invoked when the value changes and after the model is updated.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:convertNumber> 01


Tag name: <amx:inputText>

An input text field component.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes The text for this component. If rows is set to a value greater than 1, multiple lines of text can be used. The value updates once the user blurs the text field.
hintTextstringElType No Yes Yes Yes Text fields may contain default text, typically used as a prompt. When the user taps a key on the keyboard in a field that contains default text, the text should clear when Edit mode is entered.
maximumLengthintegerElType No Yes Specifies the maximum number of characters that can be entered into the text component. This includes the characters representing the new line. If set to 0 or less, the maximumLength is ignored.
rowsintegerElType No Yes Defines the height of the text component specified by the number of characters shown. The default is 1, which generates a one-row input field. The number of rows is estimated based on the default font size of the device.
secretbooleanElType No Yes Defines a boolean value that only applies to single line text components. When set to true, it hides the actual value of the text from the end user, and will prevent the actual value from being shown to the end user. When the end user manually enters a value, the characters will be obfuscated so the entire value cannot be read. If secret is set to true, be sure to not use a converter or validator tag with this inputText, which would expose the value the user entered via its messages.
inputTypetextInputType No Yes Sets the type of data that the user should be allowed to provide. If secret has been set to true or if the rows attribute has been set to larger than 1, the input type will be treated as "text". This will not guarantee an input format nor prevent the user from entering other types of characters, it only serves as a mechanism to request that the mobile device present the user with an optimized input mechanism for a particular type of input value (e.g. a virtual keyboard with numbers primarily displayed). Valid values are number, email, url, tel, or text (default).
keyboardDismisskeyboardDismissType No Yes Indicates how the text field will be used. When using "go" or "search", dismissing the keyboard will cause the input to blur. At the time of writing, iOS (not Android) will also add special treatment to some of its keyboards. For example, instead of displaying a "return" button on a single-line field, it will replace that button with a "Go" button or a "Search" button. Valid values are normal (default), go, or search.
autoCapitalizeautoCapitalizeType No Yes Requests special treatment by the operating system for capitalization of values while editing the field. At the time of writing, this attribute has no impact on Android. Valid values are auto (default), sentences, none, words, or characters.
autoCorrectautoCorrectType No Yes Requests special treatment by the operating system for correcting values while editing the field. At the time of writing, this attribute has no impact on Android. Valid values are auto (default), on, or off.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
labelstringElType No Yes Yes Yes Defines the label of the component. In order for the label to appear above the component, the component should be placed inside of a panelFormLayout (where options are available to configure label positioning).
readOnlybooleanElType No Yes Whether this control displays its value in a textual manner vs. as a UI control.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
disabledbooleanElType No Yes Specifies whether or not the component is disabled. Unlike a read-only component, a disabled component cannot receive focus.
renderedbooleanElType No Yes Whether this component should be rendered or not.
requiredbooleanElType No Yes Specifies whether or not a non-null, non-empty value must be entered. If set to false, validators will not be executed when the value is null or empty. If set to true, a visual indication is displayed to notify end user that a value must be entered, otherwise an exception will occur and the component will fail validation.
showRequiredbooleanElType No Yes Defines whether or not the associated component displays a visual indication of the required user input. Both the "required" attribute and the "showRequired" attribute must be false for the visual indication not to be displayed. For example, this attribute could be used when there is a field that is initially empty and is required only if some other field on the page is modified.
simplebooleanElType No Yes Specifies whether or not the component provides the label support. When set to true, the component will not display the label (label and showRequired properties are ignored) and may use simpler layout primitives. For example, this attribute could be defined when a component is used in a table where label is not required.
valueChangeListenerelExpression No YesDefines a method reference to a value change listener. The method represented by this EL expression will be invoked when the value changes and after the model is updated.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:convertDateTime> 01
<amx:convertNumber> 01


Tag name: <amx:iterator>

The iterator is a component that does iteration. It is similar to listView but has no chrome.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes Either a collection model or simple array of data to stamp out via the var variable.
varstring No No The name of the EL variable that is used to reference a row of the value's data.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:uiComponent> 1unbounded


Tag name: <amx:listItem>

Represents a single row of a listView.

Attributes

NameTypeRequired?Supports EL?Description
showLinkIconbooleanElType No Yes Whether to show a link icon for this row or not. Normally the icon is at the right of the row. Example is a chevron. Valid values are true (default) or false.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
actionstringElType No Yes Yes Yes Defines a reference to an action method sent by the command component, or the static outcome of an action.
actionListenerelExpression No YesDefines a method reference to an action listener.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:uiComponent> 0unbounded
<amx:actionListener> 0unbounded
<amx:setPropertyListener> 0unbounded
<amx:showPopupBehavior> 0unbounded
<amx:closePopupBehavior> 0unbounded
<amx:validationBehavior> 0unbounded


Tag name: <amx:listView>

An iteration component that provides the look and feel of rows with range capabilities.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes Either a collection model or simple array of data to stamp out via the var variable.
varstring No No The name of the EL variable that is used to reference a row of the value's data for each listItem. This attribute should not be used if you are manually adding multiple listItems to this component.
rangeChangeListenerelExpression No YesDefines a method reference to a range change listener.
showMoreStrategyshowMoreStrategyType No Yes Defines when the listView provides its own affordance for loading more rows than are currently loaded. Valid values are off (nothing can trigger a range change event nor will there be any sort of link that loads more rows; there may however be links for automation/screen reader scrolling just not for fetching), autoLink (a "Load More Rows..." link will be shown if the value is a model and that model indicates to the component that more rows can be loaded), forceLink (a "Load More Rows..." link that triggers a range change event will be shown regardless of any factors, e.g. not just when the value is set to a model that indicates more rows are available), autoScroll (similar to autoLink, scrolling to the bottom of the list when the value is a model that indicates more rows can be loaded will automatically trigger a range change event), and forceScroll (similar to forceLink, scrolling to the bottom of the list will always trigger a range change event regardless of any factors, e.g. not just when the value is set to a model that indicates more rows are available). This attribute can also be controlled via EL. Default is autoLink. The scroll-related options will behave like their link equivalents if the listView's height is not constrained. Examples of constraining the height include assigning a height style of 200px or making the listView the only non-facet child of a panelPage.
bufferStrategybufferStrategyType No Yes Defines how the user interface for the rows are retained. You can reduce the amount of memory that your app uses by only retaining the rows in the listView's visible area (its viewport) but by doing that, there may be a delay while scrolling before the new rows become visible. Valid values are additive (default) or viewport.
bufferSizenonNegativeIntegerElType No Yes When bufferStrategy="viewport", this attribute defines the number of pixels beyond the viewport edges where a row will be preserved.
contentStylestringElType No Yes Yes Yes The CSS styles to use for the container that holds listItems. When using divider groups, there are many content areas, otherwise there is just one for the entire set of listItems. Typically you will use this to tweak margins around the listItems when using a card layout but it could also be used to define a background color or background image. Most other CSS styles will have no impact.
dividerAttributestringElType No Yes Yes Yes This is a string that defines the property name that will be used to determine what the list divider will be and when it changes. A new divider will be inserted whenever the value of the property defined in dividerAttribute changes. The scope of the change depends on the value of the dividerMode property.
dividerModedividerModeType No Yes How the attribute defined by dividerAttribute will be interpreted. Valid values are firstLetter, or all (default).
editModebooleanElType No Yes Defines whether the list should be in edit mode or not. In edit mode, the rows of the list can be moved and reordered. The default is false.
halignhalignType No Yes The horizontal alignment for the listItems primarily for card layouts but can have some visual impact when using simple content in row layouts. Valid values are center, start (default), or end.
layoutlvLayoutType No Yes Defines how listItems are presented. Valid values are rows (if each listItem should take up its own row in the listView) and cards (if each listItem should be presented as a card that are laid out horizontally and wraps onto new lines when all of the available space has been consumed. When the listView is in edit mode, the layout will switch to "rows" mode). This attribute can also be controlled via EL. Default is rows.
moveListenerelExpression No YesDefines a method reference to a move listener that will be called when a row of the list is moved and dropped to a new location. The key of the row moved and the key of the row it is being placed before (or null if at the end) is sent as a parameter to the listener.
collapsibleDividersbooleanElType No Yes Indicates whether dividers can be collapsed. Default is false.
collapsedDividersstringElType No Yes Yes Yes This is an array of divider strings that should start collapsed. These divider strings match the values in the dividerAttribute element of the collection.
showDividerCountbooleanElType No Yes Defines whether counts should be displayed on each divider. Default is false.
fetchSizenonZeroIntegerElType No Yes Controls how many rows to initially display in a listView and how many rows to get when the app user clicks on the "Load More Rows" row.
selectionListenerelExpression No YesDefines a method reference to a selection listener.
selectedRowKeyselExpression No YesA comma-delimited string of selected row stamp keys representing which rows are selected.
sectionIndexsectionIndexElType No Yes Controls visibility of the section index bar. Valid values are auto (show index, if possible), or off (no index bar). Default is auto.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:listItem> 1unbounded
<amx:facet> 1unbounded
<amx:attributeListIterator> 1unbounded
<amx:facetRef> 1unbounded
<amx:iterator> 1unbounded


Tag name: <amx:loadBundle>

Loads a resource bundle localized for the Locale of the current view.

Attributes

NameTypeRequired?Supports EL?Description
basenamestringElType No Yes Yes Yes Specifies the base name of the resource bundle to be loaded.
varstring No No Specifies the name of an attribute under which the resource bundle will be exposed as a Map.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <amx:loadingIndicatorBehavior>

Defines how the loading indicator behaves. When used in amx:view, these values are treated as defaults if not overridden via some other means (e.g. if adf.mf.api.amx.showLoadingIndicator() is invoked manually in JavaScript code with other settings).

Attributes

NameTypeRequired?Supports EL?Description
failSafeDurationnonNegativeInteger No No The approximate duration (non-negative integer in milliseconds) that the framework will wait between showing and hiding the loading indicator (assuming some other trigger has not already shown the indicator); if not specified 10000 (10 seconds) will be used instead.
failSafeClientHandlerstring No No The name of a JavaScript function that will be invoked when the failSafeDuration has been reached. This function can be used to decide how to proceed. This function must return a String that is one of these values: "hide" (meaning just hide the indicator like the default fail-safe), "repeat" (meaning restart the timer for another duration where the function may get invoked again), or "freeze" (meaning keep the indicator up and wait indefinitely; the page may become stuck in a frozen state until restarted).
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <amx:navigationDragBehavior>

Invokes an action as a result of dragging your finger left or right (depending not the specified direction) across the screen. If no other closer container consumed the drag gesture, an indicator will appear on the appropriate side of the screen to hint that an action will be performed. If dragging stops (let go) before the indicator is fully revealed, it will slide away and no action will invoke.

Attributes

NameTypeRequired?Supports EL?Description
actionstringElType Yes Yes Yes Yes Defines a reference to an action method or the static outcome of an action.
directiondirectionType Yes Yes Indicates the dragging direction that will invoke the action.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
disabledbooleanElType No Yes Specifies whether or not the component is disabled. Unlike a read-only component, a disabled component cannot receive focus.

Child Elements

None.


Tag name: <amx:outputHtml>

Allows html content to be included in amx page.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes Specifies the value of the component. The value must be a valid HTML fragment to display. It must be limited to HTML tags that are valid inside of a BODY tag. It must not use SCRIPT or STYLE tags. It must not use any relative file references. It cannot be malformed nor XHTML.
securityoutputHtmlSecurityType No Yes Specifies the security policy of the component. Valid values are none or high (default).
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
renderedbooleanElType No Yes Whether this component should be rendered or not.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.

Child Elements

None.


Tag name: <amx:outputText>

Presents text data in a read-only manner.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes Specifies the text to display.
truncateAtintegerElType No Yes Specifies the length at which the text should automatically begin truncating. When set to zero (the default), the string will never truncate. Values from 1 to 15 will display the first 12 characters followed by an ellipsis (...). The component will not truncate strings shorter than 15 characters. For example, for the value of 1234567890123456, setting truncateAt to 0 or 16 will not truncate. Setting truncateAt to any value between 1 and 15 will truncate to '123456789012...'.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:convertDateTime> 01
<amx:convertNumber> 01


Tag name: <amx:panelFormLayout>

Within the Panel Form Layout, the label area can either be displayed on the start side of the field area or on a separate line above the field area. Separate lines are used if the "labelPosition" attribute is set to "topStart", "topCenter", or "topEnd". Otherwise the label area will appear on the start side of the field area.

Attributes

NameTypeRequired?Supports EL?Description
labelWidth No No Specifies the width of the labels. The framework enforces this dimension unless it cannot fit in the space allocated by the parent. You may define the labelWidth in pixels or as a percentage. The units used for this value must be identical to the units used in the fieldWidth value. If a labelWidth is provided as a percentage, the labelWidth and the fieldWidth should total to 100%. If the labelWidth is not specified, but a fieldWidth is specified as a percentage, the labelWidth will be derived as the appropriate percentage value for you.
fieldWidth No No Specifies the width of the field. The framework enforces this dimension unless it cannot fit in the space allocated by the parent. You may define the fieldWidth in pixels or as a percentage. The units used for this value must be identical to the units used in the labelWidth value. If a fieldWidth is provided as a percentage, the labelWidth and the fieldWidth should total to 100%. If the fieldWidth is not specified, but a labelWidth is specified as a percentage, the fieldWidth will be derived as the appropriate percentage value for you. Note: the labelWidth has precedence when allocating available space. In a case where both field and label width are specified in pixels and the total is greater than the available width, the field width is cropped to the remaining available width after labelWidth is allocated.
labelPositionlabelPositionType No Yes Within the label area, the labelPosition attribute controls where the label text can be aligned: to the start side (labelPosition="start" or "topStart"), to the center (labelPosition="center" or "topCenter"), or to the end side (labelPosition="end" or "topEnd"). Default is start.
fieldHalignhalignType No Yes Within the field area, the fieldHalign attribute controls where the field content can be aligned: to the start side (fieldHalign="start"), to the center (fieldHalign="center"), or to the end side (fieldHalign="end"). Default is end.
rowsintegerElType No Yes Specifies the preferred number of rows.
maxColumnsintegerElType No Yes Specifies the maximum number of columns.
showHorizontalDividersbooleanElType No Yes Whether horizontal dividers should be painted for this component or not.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
renderedbooleanElType No Yes Whether this component should be rendered or not.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:attributeListIterator> 0unbounded
<amx:inputDate> 0unbounded
<amx:inputNumberSlider> 0unbounded
<amx:inputText> 0unbounded
<amx:iterator> 0unbounded
<amx:panelLabelAndMessage> 0unbounded
<amx:selectBooleanCheckbox> 0unbounded
<amx:selectBooleanSwitch> 0unbounded
<amx:selectManyCheckbox> 0unbounded
<amx:selectManyChoice> 0unbounded
<amx:selectOneButton> 0unbounded
<amx:selectOneChoice> 0unbounded
<amx:selectOneRadio> 0unbounded


Tag name: <amx:panelGroupLayout>

A panel component that displays its children in a group. It supports horizontal, vertical, and wrap layouts. By default if the children of a panelGroupLayout do not fit into the size of the container, the panel will have scrolling to show the hidden children.

Attributes

NameTypeRequired?Supports EL?Description
layoutpglLayoutType No Yes Specifies the type of layout. Valid values are horizontal, vertical (default), or wrap. In a horizontal layout, the child components are strictly consecutive without wrapping; they can be aligned vertically and are top aligned by default. A vertical layout will stack components vertically, and the child components can be aligned horizontally; they are left aligned by default. A wrap layout is a consecutive layout as defined by the browser, with wrapping allowed, and following the bidirectional layout algorithm. As a result, in the presence of mixed right-to-left and left-to-right text, contents may not display consecutively.
halignhalignType No Yes The horizontal alignment for horizontal and vertical layouts. This is ignored if "layout" is "wrap". Note that if "layout" is "horizontal", the browsers can only reliably handle horizontal alignment of components that have either fixed widths or that are "inline" such as outputText. Valid values are center, start (default), or end.
valignpglValignType No Yes The vertical alignment of a horizontal layout. This is ignored if "layout" is not "horizontal". Valid values are middle (default), top, bottom, or baseline.
scrollPolicyscrollPolicyType No Yes Defines how scrolling behaves. Valid values are auto (default; MAF picks the behavior for the app developer, e.g., based on which skin is used), none (regardless of skin, the panelGroupLayout will not scroll; content will not be constrained), or scroll (regardless of skin, the panelGroupLayout will provide scrolling if its dimensions are constrained).
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
renderedbooleanElType No Yes Whether this component should be rendered or not.
landmarklandmarkRole No Yes Identifies this area of the page with a navigational landmark according to the WAI-ARIA specification. Valid values at the time of writing are: application, banner, complementary, contentinfo, form, main, navigation, or search.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:uiComponent> 0unbounded
<amx:validationGroup> 01


Tag name: <amx:panelItem>

This component represents the content area of a panelSplitter. There must be at least one panelItem defined in each panelSplitter.

Attributes

NameTypeRequired?Supports EL?Description
animationanimationType No Yes An override for the panelSplitter's "animation" attribute; a visual transition effect to use when this panelItem becomes the panelSplitter's selected item. Valid values are fade, flipUp, flipDown, flipRight, flipLeft, flipStart, flipEnd, slideUp, slideDown, slideRight, slideLeft, slideStart, slideEnd, or none. It is rare that slideLeft, slideRight, flipLeft, and flipRight are the correct options to use. Consider using slideStart, slideEnd, flipStart, and flipEnd instead since those values adapt to account for the reading direction of the active language.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:uiComponent> 0unbounded
<amx:validationGroup> 01


Tag name: <amx:panelLabelAndMessage>

This component lays out a label and child component.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
labelstringElType No Yes Yes Yes Defines the label of the component. In order for the label to appear above the component, the component should be placed inside of a panelFormLayout (where options are available to configure label positioning).
renderedbooleanElType No Yes Whether this component should be rendered or not.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
showRequiredbooleanElType No Yes Defines whether or not the associated component displays a visual indication of the required user input. Both the "required" attribute and the "showRequired" attribute must be false for the visual indication not to be displayed. For example, this attribute could be used when there is a field that is initially empty and is required only if some other field on the page is modified.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:carousel> 0unbounded
<amx:commandButton> 0unbounded
<amx:commandLink> 0unbounded
<amx:goLink> 0unbounded
<amx:image> 0unbounded
<amx:outputHtml> 0unbounded
<amx:outputText> 0unbounded
<amx:panelGroupLayout> 0unbounded
<amx:tableLayout> 0unbounded
<amx:spacer> 0unbounded
<amx:verbatim> 0unbounded


Tag name: <amx:panelPage>

Used to define the central area in a page that will scroll up and down between the header and footer areas. The primary, secondary, and header facet content may be presented in varying order depending on the skin and platform used. Generally the primary facet is presented horizontally first, followed by header, then secondary. On Android when using the mobileAlta skin, the default order is header, primary, secondary unless the primary facet contains only a single commandButton that is using a "__back" action. Typically the primary facet is for "back" navigation, the secondary facet is for "forward" navigation or miscellaneous behavior, and the header facet is for title text.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:validationGroup> 01
<amx:uiComponent> 0unbounded
<amx:facet> 0unbounded


Tag name: <amx:panelSplitter>

This component can be used to show multiple content areas that can be (optionally) controlled by a left-side navigation pane that controls a right-side content pane. When the device is in a portrait orientation, the navigator facet is hidden in a collapsible drawer. When in a landscape orientation, the navigator facet is always shown on the starting side of the content area.

Attributes

NameTypeRequired?Supports EL?Description
positionstringElType No Yes Yes Yes The position to place the splitter between the Navigator and the content area. Default is 33%. There is only a splitter in landscape mode so this has no impact on portrait mode.
selectedItemstringElType No Yes Yes Yes The id of a child panelItem to be rendered.
animationanimationType No Yes A visual transition effect to use when updating the splitter's selected item. Valid values are fade, flipUp, flipDown, flipRight, flipLeft, flipStart, flipEnd, slideUp, slideDown, slideRight, slideLeft, slideStart, slideEnd, or none (default). It is rare that slideLeft, slideRight, flipLeft, and flipRight are the correct options to use. Consider using slideStart, slideEnd, flipStart, and flipEnd instead since those values adapt to account for the reading direction of the active language.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:facet> 01
<amx:panelItem> 1unbounded


Tag name: <amx:panelStretchLayout>

A panel component that has 3 areas, the center facet is the main area of the component that uses up any leftover space not consumed by content in the top and bottom facets. The panelStretchLayout fits the size of its parent.

Attributes

NameTypeRequired?Supports EL?Description
scrollPolicyscrollPolicyType No Yes Defines how scrolling behaves. Valid values are auto (default; MAF picks the behavior for the app developer, e.g., based on which skin is used), none (regardless of skin, the panelStretchLayout will not scroll; content will not be constrained), or scroll (regardless of skin, the panelStretchLayout will provide scrolling if its dimensions are constrained).
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:facet> 0unbounded
<amx:validationGroup> 01


Tag name: <amx:popup>

The popup component is an invisible container control whose contents will be used in popup windows, such as context menus, note windows, dialogs and popup selectors. These types of "popup windows" are within the same browser window and using layers of HTML to simulate an external browser window.

Attributes

NameTypeRequired?Supports EL?Description
animationpopupAnimationType No Yes A visual transition effect to use when showing the popup. Valid values are slideUp, slideDown, slideRight, slideLeft, slideStart, slideEnd, or pop (default). It is rare that slideLeft and slideRight are the correct options to use, consider using slideStart and slideEnd instead since those values adapt to account for the reading direction of the active language.
autoDismissbooleanElType No Yes Specifies if the popup can be dismissed if the user taps somewhere outside of the popup. Default is false.
backgroundDimmingpopupBackgroundDimmingElType No Yes Specifies if the popup background should be dimmed. Valid values are on (default) or off.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:uiComponent> 0unbounded
<amx:validationGroup> 01


Tag name: <amx:rowLayout>

A rowLayout component is used to define a row of a tableLayout. It contains a series of cellFormat components.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:cellFormat> 1unbounded
<amx:attributeListIterator> 1unbounded
<amx:facetRef> 1unbounded
<amx:iterator> 1unbounded


Tag name: <amx:selectBooleanCheckbox>

A component which allows the end user to select a checkbox.

Attributes

NameTypeRequired?Supports EL?Description
textstringElType No Yes Yes Yes The text used to clarify what it means for the checkbox to be checked. This is slightly different from the more general label of the component.
valuestringElType No Yes Yes Yes Specifies whether the checkbox is checked ("true") or unchecked ("false").
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
labelstringElType No Yes Yes Yes Defines the label of the component. In order for the label to appear above the component, the component should be placed inside of a panelFormLayout (where options are available to configure label positioning).
disabledbooleanElType No Yes Specifies whether or not the component is disabled. Unlike a read-only component, a disabled component cannot receive focus.
renderedbooleanElType No Yes Whether this component should be rendered or not.
readOnlybooleanElType No Yes Whether this control displays its value in a textual manner vs. as a UI control.
requiredbooleanElType No Yes Specifies whether or not a non-null, non-empty value must be entered. If set to false, validators will not be executed when the value is null or empty. If set to true, a visual indication is displayed to notify end user that a value must be entered, otherwise an exception will occur and the component will fail validation.
showRequiredbooleanElType No Yes Defines whether or not the associated component displays a visual indication of the required user input. Both the "required" attribute and the "showRequired" attribute must be false for the visual indication not to be displayed. For example, this attribute could be used when there is a field that is initially empty and is required only if some other field on the page is modified.
simplebooleanElType No Yes Specifies whether or not the component provides the label support. When set to true, the component will not display the label (label and showRequired properties are ignored) and may use simpler layout primitives. For example, this attribute could be defined when a component is used in a table where label is not required.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
valueChangeListenerelExpression No YesDefines a method reference to a value change listener. The method represented by this EL expression will be invoked when the value changes and after the model is updated.

Child Elements

None.


Tag name: <amx:selectBooleanSwitch>

A component which allows the end user to select a boolean value with a switch.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes Specifies whether the switch is at the on position ("true") or the off position ("false").
offLabelstringElType No Yes Yes Yes The text to be shown when the switch is "off". Typically this is "Off" or "No".
onLabelstringElType No Yes Yes Yes The text to be shown when the switch is "on". Typically this is "On" or "Yes".
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
labelstringElType No Yes Yes Yes Defines the label of the component. In order for the label to appear above the component, the component should be placed inside of a panelFormLayout (where options are available to configure label positioning).
disabledbooleanElType No Yes Specifies whether or not the component is disabled. Unlike a read-only component, a disabled component cannot receive focus.
renderedbooleanElType No Yes Whether this component should be rendered or not.
readOnlybooleanElType No Yes Whether this control displays its value in a textual manner vs. as a UI control.
requiredbooleanElType No Yes Specifies whether or not a non-null, non-empty value must be entered. If set to false, validators will not be executed when the value is null or empty. If set to true, a visual indication is displayed to notify end user that a value must be entered, otherwise an exception will occur and the component will fail validation.
showRequiredbooleanElType No Yes Defines whether or not the associated component displays a visual indication of the required user input. Both the "required" attribute and the "showRequired" attribute must be false for the visual indication not to be displayed. For example, this attribute could be used when there is a field that is initially empty and is required only if some other field on the page is modified.
simplebooleanElType No Yes Specifies whether or not the component provides the label support. When set to true, the component will not display the label (label and showRequired properties are ignored) and may use simpler layout primitives. For example, this attribute could be defined when a component is used in a table where label is not required.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
valueChangeListenerelExpression No YesDefines a method reference to a value change listener. The method represented by this EL expression will be invoked when the value changes and after the model is updated.

Child Elements

None.


Tag name: <amx:selectItem>

The selectItem tag represents a single item that the user may select from a choice component.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes The non-displayed text that is used to identify this item out of a list of items.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
labelstringElType No Yes Yes Yes Defines the label of the component. In order for the label to appear above the component, the component should be placed inside of a panelFormLayout (where options are available to configure label positioning).

Child Elements

None.


Tag name: <amx:selectItems>

The selectItems tag represents items that the user may select from a choice component.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes Details about multiple items to choose from. These items can be given as an array or collection of oracle.adfmf.javax.faces.model.SelectItem objects (or any object with label and value accessors) or a map where the keys are the labels for the values.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <amx:selectManyCheckbox>

The selectManyCheckbox component creates an inline list of selectable items, which allows the user to select multiple values from the list of items.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes An array of values that correspond to the values of the selectItem children that are selected.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
labelstringElType No Yes Yes Yes Defines the label of the component. In order for the label to appear above the component, the component should be placed inside of a panelFormLayout (where options are available to configure label positioning).
disabledbooleanElType No Yes Specifies whether or not the component is disabled. Unlike a read-only component, a disabled component cannot receive focus.
renderedbooleanElType No Yes Whether this component should be rendered or not.
readOnlybooleanElType No Yes Whether this control displays its value in a textual manner vs. as a UI control.
requiredbooleanElType No Yes Specifies whether or not a non-null, non-empty value must be entered. If set to false, validators will not be executed when the value is null or empty. If set to true, a visual indication is displayed to notify end user that a value must be entered, otherwise an exception will occur and the component will fail validation.
showRequiredbooleanElType No Yes Defines whether or not the associated component displays a visual indication of the required user input. Both the "required" attribute and the "showRequired" attribute must be false for the visual indication not to be displayed. For example, this attribute could be used when there is a field that is initially empty and is required only if some other field on the page is modified.
simplebooleanElType No Yes Specifies whether or not the component provides the label support. When set to true, the component will not display the label (label and showRequired properties are ignored) and may use simpler layout primitives. For example, this attribute could be defined when a component is used in a table where label is not required.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
valueChangeListenerelExpression No YesDefines a method reference to a value change listener. The method represented by this EL expression will be invoked when the value changes and after the model is updated.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:selectItems> 0unbounded
<amx:selectItem> 0unbounded


Tag name: <amx:selectManyChoice>

The selectManyChoice component creates a single control that, when selected, pops up a list of selectable items, which allows the user to select multiple values from the list of items that are returned as comma separated values into the control.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes An array of values that correspond to the values of the selectItem children that are selected.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
labelstringElType No Yes Yes Yes Defines the label of the component. In order for the label to appear above the component, the component should be placed inside of a panelFormLayout (where options are available to configure label positioning).
disabledbooleanElType No Yes Specifies whether or not the component is disabled. Unlike a read-only component, a disabled component cannot receive focus.
renderedbooleanElType No Yes Whether this component should be rendered or not.
readOnlybooleanElType No Yes Whether this control displays its value in a textual manner vs. as a UI control.
requiredbooleanElType No Yes Specifies whether or not a non-null, non-empty value must be entered. If set to false, validators will not be executed when the value is null or empty. If set to true, a visual indication is displayed to notify end user that a value must be entered, otherwise an exception will occur and the component will fail validation.
showRequiredbooleanElType No Yes Defines whether or not the associated component displays a visual indication of the required user input. Both the "required" attribute and the "showRequired" attribute must be false for the visual indication not to be displayed. For example, this attribute could be used when there is a field that is initially empty and is required only if some other field on the page is modified.
simplebooleanElType No Yes Specifies whether or not the component provides the label support. When set to true, the component will not display the label (label and showRequired properties are ignored) and may use simpler layout primitives. For example, this attribute could be defined when a component is used in a table where label is not required.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
valueChangeListenerelExpression No YesDefines a method reference to a value change listener. The method represented by this EL expression will be invoked when the value changes and after the model is updated.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:selectItems> 0unbounded
<amx:selectItem> 0unbounded


Tag name: <amx:selectOneButton>

This component groups buttons together visually, either vertically or horizontally.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes Matches the value of a selectItem child, indicating that it is the selected one.
layoutlayoutType No Yes Whether the buttons should be shown horizontally or vertically. The default is horizontal.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
labelstringElType No Yes Yes Yes Defines the label of the component. In order for the label to appear above the component, the component should be placed inside of a panelFormLayout (where options are available to configure label positioning).
disabledbooleanElType No Yes Specifies whether or not the component is disabled. Unlike a read-only component, a disabled component cannot receive focus.
renderedbooleanElType No Yes Whether this component should be rendered or not.
readOnlybooleanElType No Yes Whether this control displays its value in a textual manner vs. as a UI control.
requiredbooleanElType No Yes Specifies whether or not a non-null, non-empty value must be entered. If set to false, validators will not be executed when the value is null or empty. If set to true, a visual indication is displayed to notify end user that a value must be entered, otherwise an exception will occur and the component will fail validation.
showRequiredbooleanElType No Yes Defines whether or not the associated component displays a visual indication of the required user input. Both the "required" attribute and the "showRequired" attribute must be false for the visual indication not to be displayed. For example, this attribute could be used when there is a field that is initially empty and is required only if some other field on the page is modified.
simplebooleanElType No Yes Specifies whether or not the component provides the label support. When set to true, the component will not display the label (label and showRequired properties are ignored) and may use simpler layout primitives. For example, this attribute could be defined when a component is used in a table where label is not required.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
valueChangeListenerelExpression No YesDefines a method reference to a value change listener. The method represented by this EL expression will be invoked when the value changes and after the model is updated.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:selectItems> 0unbounded
<amx:selectItem> 0unbounded


Tag name: <amx:selectOneChoice>

The selectOneChoice component creates a menu-style component, which allows the user to select a single value from a list of items.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes Matches the value of a selectItem child, indicating that it is the selected one.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
disabledbooleanElType No Yes Specifies whether or not the component is disabled. Unlike a read-only component, a disabled component cannot receive focus.
renderedbooleanElType No Yes Whether this component should be rendered or not.
labelstringElType No Yes Yes Yes Defines the label of the component. In order for the label to appear above the component, the component should be placed inside of a panelFormLayout (where options are available to configure label positioning).
readOnlybooleanElType No Yes Whether this control displays its value in a textual manner vs. as a UI control.
requiredbooleanElType No Yes Specifies whether or not a non-null, non-empty value must be entered. If set to false, validators will not be executed when the value is null or empty. If set to true, a visual indication is displayed to notify end user that a value must be entered, otherwise an exception will occur and the component will fail validation.
showRequiredbooleanElType No Yes Defines whether or not the associated component displays a visual indication of the required user input. Both the "required" attribute and the "showRequired" attribute must be false for the visual indication not to be displayed. For example, this attribute could be used when there is a field that is initially empty and is required only if some other field on the page is modified.
simplebooleanElType No Yes Specifies whether or not the component provides the label support. When set to true, the component will not display the label (label and showRequired properties are ignored) and may use simpler layout primitives. For example, this attribute could be defined when a component is used in a table where label is not required.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
valueChangeListenerelExpression No YesDefines a method reference to a value change listener. The method represented by this EL expression will be invoked when the value changes and after the model is updated.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:selectItems> 0unbounded
<amx:selectItem> 0unbounded


Tag name: <amx:selectOneRadio>

A component which allows the end user to select a single value from a list of available options.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes Matches the value of a selectItem child, indicating that it is the selected one.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
disabledbooleanElType No Yes Specifies whether or not the component is disabled. Unlike a read-only component, a disabled component cannot receive focus.
renderedbooleanElType No Yes Whether this component should be rendered or not.
labelstringElType No Yes Yes Yes Defines the label of the component. In order for the label to appear above the component, the component should be placed inside of a panelFormLayout (where options are available to configure label positioning).
readOnlybooleanElType No Yes Whether this control displays its value in a textual manner vs. as a UI control.
requiredbooleanElType No Yes Specifies whether or not a non-null, non-empty value must be entered. If set to false, validators will not be executed when the value is null or empty. If set to true, a visual indication is displayed to notify end user that a value must be entered, otherwise an exception will occur and the component will fail validation.
showRequiredbooleanElType No Yes Defines whether or not the associated component displays a visual indication of the required user input. Both the "required" attribute and the "showRequired" attribute must be false for the visual indication not to be displayed. For example, this attribute could be used when there is a field that is initially empty and is required only if some other field on the page is modified.
simplebooleanElType No Yes Specifies whether or not the component provides the label support. When set to true, the component will not display the label (label and showRequired properties are ignored) and may use simpler layout primitives. For example, this attribute could be defined when a component is used in a table where label is not required.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
valueChangeListenerelExpression No YesDefines a method reference to a value change listener. The method represented by this EL expression will be invoked when the value changes and after the model is updated.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:selectItems> 0unbounded
<amx:selectItem> 0unbounded


Tag name: <amx:setPropertyListener>

The setPropertyListener tag is a declarative way to allow properties to be set either when an action happens or a value is changed. This component is meant to be a child component of any tag that has some kind of listener attribute like actionListener, or valueChangeListener, etc. The type attribute defines which listener of the parent this actionListener should be fired for. The setPropertyListener fires before the listener on the parent component fires.

Attributes

NameTypeRequired?Supports EL?Description
fromstringElType No Yes Yes Yes Specifies the source of the value; can be an EL expression or a constant value.
tostringElType No Yes Yes Yes Specifies the target for the value; must be an EL expression.
typestringElType No Yes Yes Yes The type attribute defines which listener of the parent this setPropertyListener should be fired for. For example, the type variable here would be "action" if the parent was a commandButton.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <amx:showPopupBehavior>

This tag is a declarative way to show an amx:popup. When the showPopupBehavior tag is associated with a component, the popup specified via the popupId attribute will automatically be shown when the action event is activated.

Attributes

NameTypeRequired?Supports EL?Description
alignalignType No Yes Indicates how the popup should be aligned relative to the alignId component. Valid values are topStart, topCenter, topEnd, startTop, startMiddle, startBottom, endTop, endMiddle, endBottom, bottomStart (default), bottomCenter, bottomEnd, cornerTopStart, cornerTopEnd, cornerBottomStart, cornerBottomEnd, overlapTopStart, overlapTopCenter, overlapTopEnd, overlapMiddleStart, overlapMiddleCenter, overlapMiddleEnd, overlapBottomStart, overlapBottomCenter, overlapBottomEnd, after (deprecated, matches bottomStart), before (deprecated, matches topStart), overlapTop (deprecated, matches overlapTopStart), overlapBottom (deprecated, matches overlapBottomStart).
alignIdstringElType No Yes Yes Yes Specifies the id of the component relative to which the popup will be aligned.
popupIdstringElType No Yes Yes Yes Specifies the id of the popup that will be shown.
typestringElType No Yes Yes Yes This attribute defines when the popup will occur. Valid values are action (default), swipeDown, swipeEnd, swipeLeft, swipeRight, swipeStart, swipeUp, tapHold. It is rare that swipeLeft and swipeRight are the correct options to use, consider using swipeStart and swipeEnd instead since those values adapt to account for the reading direction of the active language.
decorationdecorationType No Yes When set to "simple", the popup has minimal decoration. When set to "anchor", the popup will have an anchor decoration, pointing to the component that matches the alignId. You do not have to use decoration="anchor" to use the alignId attribute. When using decoration="anchor", if no alignId is specified or no match is found for the alignId, the behavior will match "simple".
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <amx:spacer>

Used anywhere to add spacing between items.

Attributes

NameTypeRequired?Supports EL?Description
heightintegerElType No Yes Specifies the height to be used for the spacer. The value will be directly used in the height html style.
widthintegerElType No Yes Specifies the width to be used for the spacer. The value will be directly used in the width html style.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
renderedbooleanElType No Yes Whether this component should be rendered or not.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.

Child Elements

None.


Tag name: <amx:tableLayout>

A tableLayout is a thin wrapper around the HTML table element. It contains a series of rowLayout components which in turn contain a series of cellFormat components. It is important to note that a table layout structure does not allow cell contents to use percentage heights nor can a height be assigned to the overall table structure as a whole. For more detail, refer to the "layout", "width", and "height" documentation for the various table layout components.

Attributes

NameTypeRequired?Supports EL?Description
borderWidthintegerElType No Yes The border width around the table and if non-zero adds one around each cell. Typically this is only used for debugging purposes because you can't control the style of the border; using the inlineStyle of the cellFormat gives much greater control.
cellPaddingintegerElType No Yes The spacing within cells.
cellSpacingintegerElType No Yes The spacing between cells.
halignhalignType No Yes The horizontal alignment of the table. Valid values are start (default), end, or center.
layouttableLayoutsType No Yes In pure HTML, tables treat cell widths more like suggestions rather than requirements; cell content sizes contribute more in determining the size of each column (this is the "weighted" mode). If you care more for the specified cellFormat widths than content sizes (particularly if your cellFormat widths are percentage-based and your cells have contents that are programmatically-resizable based on the cell width), then you will need to use "fixed" to declare that you want your cell widths to be given priority. Refer to the CSS specification on "table-layout" for further details on fixed and weighted layouts. Valid values are fixed (default) or weighted.
summarystringElType No Yes Yes Yes The summary of the table's purpose and structure for user agents rendering to non-visual media. This attribute must be set if this element is being used to implement a data table (instead of a layout table).
widthstringElType No Yes Yes Yes The preferred total width of the table (cell width and contents may override this value).
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
renderedbooleanElType No Yes Whether this component should be rendered or not.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:rowLayout> 1unbounded
<amx:attributeListIterator> 1unbounded
<amx:facetRef> 1unbounded
<amx:iterator> 1unbounded


Tag name: <amx:transition>

A transition for a deck component. The 2 triggerType values for the deck are backNavigate or forwardNavigate. This tag does not support any child element.

Attributes

NameTypeRequired?Supports EL?Description
triggerTypenavigationType Yes Yes The trigger for the transition, either backNavigate or forwardNavigate.
transitionanimationType No Yes The name of the transition desired for this trigger type.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <amx:uiComponent>

This is a placeholder representing any UI component. This component will not be used directly by users, but can be substituted with any UI component.

<amx:attributeListIterator>
<amx:carousel>
<amx:carouselItem>
<amx:cellFormat>
<amx:commandButton>
<amx:commandLink>
<amx:deck>
<amx:facetRef>
<amx:filmStrip>
<amx:fragment>
<amx:goLink>
<amx:image>
<amx:inputDate>
<amx:inputNumberSlider>
<amx:inputText>
<amx:iterator>
<amx:listView>
<amx:outputHtml>
<amx:outputText>
<amx:panelFormLayout>
<amx:panelGroupLayout>
<amx:panelLabelAndMessage>
<amx:panelSplitter>
<amx:panelStretchLayout>
<amx:rowLayout>
<amx:selectBooleanCheckbox>
<amx:selectBooleanSwitch>
<amx:selectManyCheckbox>
<amx:selectManyChoice>
<amx:selectOneButton>
<amx:selectOneChoice>
<amx:selectOneRadio>
<amx:spacer>
<amx:tableLayout>
<amx:verbatim>
<dvtm:areaChart>
<dvtm:barChart>
<dvtm:bubbleChart>
<dvtm:chartDataItem>
<dvtm:comboChart>
<dvtm:dialGauge>
<dvtm:funnelChart>
<dvtm:funnelDataItem>
<dvtm:geographicMap>
<dvtm:horizontalBarChart>
<dvtm:ledGauge>
<dvtm:lineChart>
<dvtm:marker>
<dvtm:nBox>
<dvtm:nBoxCell>
<dvtm:nBoxColumn>
<dvtm:nBoxRow>
<dvtm:overview>
<dvtm:pieChart>
<dvtm:pieDataItem>
<dvtm:ratingGauge>
<dvtm:referenceAreaItem>
<dvtm:referenceLineItem>
<dvtm:scatterChart>
<dvtm:seriesStyle>
<dvtm:sparkChart>
<dvtm:sparkDataItem>
<dvtm:statusMeterGauge>
<dvtm:sunburst>
<dvtm:thematicMap>
<dvtm:timeline>
<dvtm:treemap>


Tag name: <amx:validationBehavior>

Defines what validationGroup should be validated before a command component's action is taken. Multiple child validationBehavior tags may exist below a command component.

Attributes

NameTypeRequired?Supports EL?Description
groupstring No No The identifier for the amx:validationGroup that will be validated.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
disabledbooleanElType No Yes Specifies whether or not the component is disabled. Unlike a read-only component, a disabled component cannot receive focus.

Child Elements

None.


Tag name: <amx:validationGroup>

Defines what components should be grouped together for form validation purposes when doing a "submit" type of operation.

Attributes

NameTypeRequired?Supports EL?Description
validateConditionvalidateConditionType No Yes Determines whether or not the group should be validated. Valid values are visible (default; means validate if the group is visible and rendered) or always.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:uiComponent> 1unbounded


Tag name: <amx:verbatim>

Allows the developer to place any content directly into the markup.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

None.


Tag name: <amx:view>

The view component represents a single page in an application.

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:panelPage> 11
<amx:loadBundle> 0unbounded
<amx:popup> 0unbounded
<amx:navigationDragBehavior> 0unbounded
<amx:loadingIndicatorBehavior> 01


Tag name: <amxf:attribute>

Defines an attribute that may be passed to the fragment.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amxf:description> 01
<amxf:attribute-name> 11
<amxf:attribute-type> 11
<amxf:default-value> 01
<amxf:required> 01


Tag name: <amxf:attribute-list>

Defines an attribute list that may be passed to the fragment.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amxf:description> 01
<amxf:name> 11
<amxf:attribute-list> 0unbounded


Tag name: <amxf:attribute-name>

The name of the attribute to be exposed as EL inside the fragment.

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <amxf:attribute-type>

The type of the attribute.

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <amxf:default-value>

An optional default value for the attribute. This value is used when the attribute has not been passed or if the attribute that was passed evaluates to null. The value may be an EL expression.

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <amxf:description>

A description of the fragment to assist with knowing what the fragment should be used for.

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <amxf:facet>

Defines a facet that may be passed to the fragment.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amxf:description> 01
<amxf:facet-name> 11
<amxf:attribute> 0unbounded


Tag name: <amxf:facet-name>

The name of the facet that will be accepted. This name is used for the facet as well as the facetRef's facetName attribute.

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <amxf:fragment>

Root XML tag of the metadata. Must be the first child of the fragment definition tag.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amxf:description> 01
<amxf:facet> 0unbounded
<amxf:attribute> 0unbounded
<amxf:attribute-list> 0unbounded
<amxf:popup> 0unbounded


Tag name: <amxf:name>

The name of the attribute list to be exposed as EL inside the fragment.

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <amxf:popup>

Declares a popup that may be referenced from outside of the fragment.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amxf:description> 01
<amxf:popup-id> 11
<amxf:ref> 01


Tag name: <amxf:popup-id>

The ID of the popup to be permitted access from outside of the fragment.

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <amxf:ref>

Reference to the ID of a popup in a child fragment to be permitted access from outside of the current fragment. Must be in the format of "childFragmentId:popupId".

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <amxf:required>

If set to true, the fragment will enforce that the attribute has been defined and has a non-null value. This property is ignored if the default-value is set.

Attributes

NameTypeRequired?Supports EL?Description

Child Elements

None.


Tag name: <dvtm:area>

An area is used to stamp out stylistic attributes such as colors and patterns onto areas of a map component.

Attributes

NameTypeRequired?Supports EL?Description
valuestringElType No Yes Yes Yes When labelDisplay is on, this value will be used as the text label for the area.
renderedbooleanElType No Yes Determines if the area should be rendered.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
fillColorcolorElType No Yes Data item fill color.
opacityfloatElType No Yes Opacity of the fill. Valid values are from 0.0-1.0 where 0.0 is transparent and 1.0 is opaque.
labelStylestringElType No Yes Yes Yes Font style for labels associated with this data item. Valid values are font-related CSS attributes.
labelDisplaylabelDisplayElType No Yes Label display. Valid values are: off (default), on.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
actionstringElType No Yes Yes Yes Defines a reference to an action method sent by the command component, or the static outcome of an action.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:attributeGroups> 0unbounded
<amx:convertNumber> 01
<amx:setPropertyListener> 0unbounded
<amx:showPopupBehavior> 01
<amx:closePopupBehavior> 01


Tag name: <dvtm:areaChart>

An AMX DVT area chart. An area chart is one in which data is represented as lines with the area underneath them filled in.

Attributes

NameTypeRequired?Supports EL?Description
timeAxisTypetimeAxisTypeEnumeration No No Time axis type. Valid values are: disabled (default), enabled, mixedFrequency.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDataChangeanimationOnDataChangeChartElType No Yes Animation effect when the data changes. Valid values are: none (default), auto, alphaFade, slideToLeft, slideToRight.
animationOnDisplayanimationOnDisplayChartElType No Yes Animation effect when the chart is initially displayed. Valid values are: none (default), auto, alphaFade, zoom.
animationIndicatorsanimationIndicatorsElType No Yes Type of data change animation indicators. Valid values are: all (default), none.
animationDownColorcolorElType No Yes Color used to indicate a decreasing value.
animationUpColorcolorElType No Yes Color used to indicate an increasing value.
footnotestringElType No Yes Yes Yes Chart footnote text.
footnoteHalignhAlignElType No Yes Chart footnote horizontal alignment. Valid values are: start (default), end, center.
rolloverBehaviorrolloverBehaviorElType No Yes Specifies the rollover behavior when hovering over the chart markers/labels. Valid values are: none (default), dim.
varstring No No The name of the variable to be used for data item stamping.
dataSelectiondataSelectionElType No Yes Data selection mode. Determines if data items can be selected interactively, and if just one or multiple objects can be selected simultaneously. Valid values are: none (default), single, multiple.
renderedbooleanElType No Yes Whether this component should be rendered or not.
hideAndShowBehaviorhideAndShowBehaviorElType No Yes Specifies the hide/show behavior when clicking on legend markers/labels. Valid values are: none (default), withRescale, withoutRescale.
selectionListenerelExpression No YesDefines a method reference to a selection listener. To enable selection listener, the 'dataSelection' attribute must be set to 'single' or 'multiple'.
titlestringElType No Yes Yes Yes Chart title text.
titleHalignhAlignElType No Yes Chart title horizontal alignment. Valid values are: start (default), end, center.
subtitlestringElType No Yes Yes Yes Chart subtitle text.
dataCursordataCursorElType No Yes Specifies the data cursor visibility. Valid values are: auto (default), off, on. Applicable to area, bar, horizontalBar, combo and line charts only. The 'auto' setting turns the data cursor display on for area and line charts on touch displays. Otherwise, the default is 'off'.
dataCursorBehaviordataCursorBehaviorElType No Yes Specifies the data cursor behavior. Valid values are: auto (default), smooth, snap. Applicable to area, bar, horizontalBar, combo and line charts only. The 'auto' setting enables the smooth behavior for area and line charts and snap behavior for other chart types.
stackstackingElType No Yes Specifies whether the chart should be stacked. Applicable to area, bar, horizontalBar, combo and line charts only. Valid values are: off (default), on.
dataLabelPositionchartDataLabelPositionElType No Yes Data label position. Valid values are auto, center, aboveMarker, belowMarker, afterMarker, beforeMarker. Default is 'auto'. When set to 'auto', the data label is centered on bar and bubble charts, and after the marker on line, area and scatter charts. The 'aboveMarker', 'belowMarker', 'beforeMarker', and 'afterMarker' values are ignored for bars, and position will fall back to 'auto', if set to those values. The chart does not currently adjust layout to fit labels within the plot area or deal with any overlaps between labels.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
valuestringElType No Yes Yes Yes The value of the component.
seriesEffectseriesEffectsElType No Yes Data item fill effect. Valid values: gradient, pattern, color.
viewportChangeListenerelExpression No YesDefines a method reference to a viewportChange listener. To enable selection listener, the zoomAndScroll property must be set to a value other than 'off'.
zoomAndScrollzoomAndScrollElType No Yes Specifies whether zoom and scroll should be enabled. Valid values are 'off' (default), 'delayed', 'delayedScrollOnly', 'live', 'liveScrollOnly'.
coordinateSystemcoordinateSystemElType No Yes The coordinate system of the chart. Only applies to bar, line, area, combo, scatter, and bubble charts. Valid values: cartesian (default), polar.
polarGridShapepolarGridShapeElType No Yes Defines whether the grid shape of the polar chart is circle or polygon. Only applies to polar line and area charts. Valid values: circle (default), polygon.
orientationorientationElType No Yes The chart orientation. Only applies to bar, line, area, combo, and funnel charts. Valid values: vertical (default), horizontal.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:facet> 13
<dvtm:legend> 01
<dvtm:xAxis> 01
<dvtm:yAxis> 01
<dvtm:y2Axis> 01
<dvtm:yFormat> 01
<dvtm:y2Format> 01
<dvtm:chartValueFormat> 05


Tag name: <dvtm:areaDataLayer>

Provides the ability to associate different regions in an areaLayer with a row of data. Individual regions can be defined one-by-one, or using a data collection passed via the 'value' attribute.

Attributes

NameTypeRequired?Supports EL?Description
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDataChangeanimationOnAreaDataChangeElType No Yes Animation effect when the data changes. Valid values are: none (default), alphaFade, flipLeft, flipRight, cubeToLeft, cubeToRight.
isolatedRowKeyrowKeyListElType No Yes The row key for the initially isolated item.
selectionListenerelExpression No YesDefines a method reference to a selection listener. To enable selection listener, the 'dataSelection' attribute must be set to 'single' or 'multiple'.
varstring No No The name of the variable to be used for data item stamping (typically 'row'). Should be used when 'value' is defined and binds to a data collection.
renderedbooleanElType No Yes Determines if the area data layer should be rendered.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
dataSelectiondataSelectionElType No Yes Data selection mode. Determines if data items can be selected interactively, and if just one or multiple objects can be selected simultaneously. Valid values are: none (default), single, multiple.
selectedRowKeysrowKeyListElType No Yes The list of row keys for the initially selected items. Expected values are an array of row keys or a string of space-separated values.
valuestringElType No Yes Yes Yes The value of the component.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:areaLocation> 01


Tag name: <dvtm:areaLayer>

Used to customize which layers are displayed for a given basemap where each area layer points to a layer from the basemap, i.e. "countries" or "states". Data is associated with a basemap layer by nesting the appropriate data layer within an area layer.

Attributes

NameTypeRequired?Supports EL?Description
animationOnLayerChangeanimationOnLayerMapChangeElType No Yes Animation effect when the area layer changes. Valid values are: none (default), alphaFade, cubeToLeft, cubeToRight, flipLeft, flipRight, slideToLeft, slideToRight, zoom.
areaLabelDisplayareaLayerLabelDisplayElType No Yes How labels for this layer should be displayed. Valid values are: auto (default), on, off.
labelTypelabelTypeElType No Yes The type of basemap label to display. Valid values are: short (default), long.
layerlayerElType No Yes Name of the basemap layer to display. This can refer to a custom or built-in layer. Valid values for the built-in basemaps are:
  • usa basemap: country, states, counties
  • world basemap: continents, countries
  • worldRegions basemap: regions, countries
  • africa basemap: continent, countries
  • asia basemap: continent, countries
  • australia basemap: continent, countries
  • europe basemap: continent, countries
  • northAmerica basemap: continent, countries
  • southAmerica basemap: continent, countries
  • apac basemap: region, countries
  • emea basemap: region, countries
  • latinAmerica basemap: region, countries
  • usaAndCanada basemap: region, countries
renderedbooleanElType No Yes Determines if the area layer should be rendered.
areaStylestringElType No Yes Yes Yes Allows to override the default area layer color and border treatments without using the dvtm:areaLayer:area skinning key. For invisible areas you can specify areaStyle="background-color:transparent;border-color:transparent".
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
labelStylestringElType No Yes Yes Yes Font style for labels associated with this data item. Valid values are font-related CSS attributes.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:areaDataLayer> 0unbounded
<dvtm:pointDataLayer> 0unbounded


Tag name: <dvtm:areaLocation>

Specifies the column in the data layer's model that determines the location for the area data. These locations are the area names that join with the area names in the basemap layer.

Attributes

NameTypeRequired?Supports EL?Description
namestringElType No Yes Yes Yes Column in the data model that determines the location of the area data. The locations are ids of the area from the basemap area layer for which the data is being displayed. The ids of the areas are determined by the following naming convention:

For the "usa" basemap, the ids are determined by the rules below:

  • The id for the country layer is "USA"
  • For states, the ids are the two letter postal abbreviation (e.g., the id for Massachusetts is "MA" and the id for Texas is "TX")
  • For counties, the ids are the two letter state abbreviation the county is located in, followed by an underscore, and then the name of the county, all in capital letters with underscores replacing spaces (e.g., the id for Middlesex county in Massachusetts is "MA_MIDDLESEX" and the id for Red River county in Texas is "TX_RED_RIVER")

For all other basemaps, the ids are determined by the rules below:

  • The continent ids for the "world", "africa", "asia", "australia", "europe", "northAmerica", and "southAmerica" basemaps are: "AF" (Africa), "AS" (Asia), "AU" (Australia), "EU" (Europe), "NA" (North America), and "SA" (South America).
  • The region ids for the "worldRegions", "apac", "emea", "latinAmerica", and "usaAndCanada" basemaps are: "APAC" (Asia-Pacific), "EMEA" (Europe and the Middle East), "LAT" (Latin America), "NA" (United States and Canada).
  • The country ids are determined by the ISO 3166-1 alpha-3 country codes (e.g., Canada is "CAN" and China is "CHN")

Links to complete lists of the area ids for all basemaps are listed below:

renderedbooleanElType No Yes Determines if the area location should be rendered.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:area> 01
<dvtm:marker> 01


Tag name: <dvtm:attributeExceptionRule>

The attributeExceptionRule tag is a child of attributeGroups that can be used to override the default values provided by the attributeGroups. This tag is used to replace an attribute value with another when a particular boolean condition is met.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for this rule.
conditionbooleanElType No Yes Boolean condition to check for each row. If the condition is met, then the specified overrides are used.
labelstringElType No Yes Yes Yes Text label to be used in a legend for this condition.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:attribute> 1unbounded


Tag name: <dvtm:attributeGroups>

The attributeGroups tags are used to generate stylistic attribute values such as colors or shapes based on categorical bucketing of a data set. Given the column in the model to group by, the attributeGroups can produce style values for each unique value ("group") in the data.

Attributes

NameTypeRequired?Supports EL?Description
sectionLabelstringElType No Yes Yes Yes A human readable label that appears in the legend as a section label. Optional.
idcomponentId No No Specifies the identifier for this attribute group. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
labelstringElType No Yes Yes Yes A human readable label that appears in the legend. Optional. If missing, the 'value' attribute will be used as label.
renderedbooleanElType No Yes Determines if this attribute group should be processed and rendered.
typestring No No A space separated list of attributes to be set by this attribute group. The supported attributes are 'color', 'shape' and 'pattern'.
valuestringElType No Yes Yes Yes The value (typically an EL string) to group the attributes by.
attributeTypeattributeGroupsAttributeTypeElType No Yes The attribute type for which to generate values. Valid values are: 'discrete' (default) and 'continuous'. Only the 'color' attribute is currently supported when using continuous attributes.
maxLabelstringElType No Yes Yes Yes The label for the maximum bounds of the component. This value only applies when the attributeType is set to 'continuous'. If no value is specified, the maximum value is used instead.
maxValuefloatElType No Yes The maximum bounds of this component. This value only applies when the attributeType is set to 'continuous'. If no value is specified, the maximum data value is used instead.
minLabelstringElType No Yes Yes Yes The label for the minimum bounds of the component. This value only applies when the attributeType is set to 'continuous'. If no value is specified, the minimum value is used instead.
minValuefloatElType No Yes The minimum bounds of this component. This value only applies when the attributeType is set to 'continuous'. If no value is specified, the minimum data value is used instead.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:attribute> 0unbounded
<dvtm:attributeMatchRule> 0unbounded
<dvtm:attributeExceptionRule> 0unbounded


Tag name: <dvtm:attributeMatchRule>

The attributeMatchRule tag is a child of attributeGroups that can be used to override the default values provided by the attributeGroups. This tag is used to replace an attribute when the data matches a certain value.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for this rule.
groupstringElType No Yes Yes Yes Category value to match with. If the attributeGroup's value matches this group value, then specified overrides are used.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:attribute> 1unbounded


Tag name: <dvtm:axisLine>

Defines properties of an axis line (color and width).

Attributes

NameTypeRequired?Supports EL?Description
lineColorcolorElType No Yes Axis line color.
lineWidthintegerElType No Yes Axis line width.
renderedbooleanElType No Yes Determines if the axis line should be rendered.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <dvtm:barChart>

An AMX DVT bar chart. A bar chart is one in which data is represented as series of bars.

Attributes

NameTypeRequired?Supports EL?Description
timeAxisTypetimeAxisTypeEnumeration No No Time axis type. Valid values are: disabled (default), enabled, mixedFrequency.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDataChangeanimationOnDataChangeChartElType No Yes Animation effect when the data changes. Valid values are: none (default), auto, alphaFade, slideToLeft, slideToRight.
animationOnDisplayanimationOnDisplayChartElType No Yes Animation effect when the chart is initially displayed. Valid values are: none (default), auto, alphaFade, zoom.
animationIndicatorsanimationIndicatorsElType No Yes Type of data change animation indicators. Valid values are: all (default), none.
animationDownColorcolorElType No Yes Color used to indicate a decreasing value.
animationUpColorcolorElType No Yes Color used to indicate an increasing value.
footnotestringElType No Yes Yes Yes Chart footnote text.
footnoteHalignhAlignElType No Yes Chart footnote horizontal alignment. Valid values are: start (default), end, center.
rolloverBehaviorrolloverBehaviorElType No Yes Specifies the rollover behavior when hovering over the chart markers/labels. Valid values are: none (default), dim.
varstring No No The name of the variable to be used for data item stamping.
dataSelectiondataSelectionElType No Yes Data selection mode. Determines if data items can be selected interactively, and if just one or multiple objects can be selected simultaneously. Valid values are: none (default), single, multiple.
renderedbooleanElType No Yes Whether this component should be rendered or not.
hideAndShowBehaviorhideAndShowBehaviorElType No Yes Specifies the hide/show behavior when clicking on legend markers/labels. Valid values are: none (default), withRescale, withoutRescale.
selectionListenerelExpression No YesDefines a method reference to a selection listener. To enable selection listener, the 'dataSelection' attribute must be set to 'single' or 'multiple'.
titlestringElType No Yes Yes Yes Chart title text.
titleHalignhAlignElType No Yes Chart title horizontal alignment. Valid values are: start (default), end, center.
subtitlestringElType No Yes Yes Yes Chart subtitle text.
dataCursordataCursorElType No Yes Specifies the data cursor visibility. Valid values are: auto (default), off, on. Applicable to area, bar, horizontalBar, combo and line charts only. The 'auto' setting turns the data cursor display on for area and line charts on touch displays. Otherwise, the default is 'off'.
dataCursorBehaviordataCursorBehaviorElType No Yes Specifies the data cursor behavior. Valid values are: auto (default), smooth, snap. Applicable to area, bar, horizontalBar, combo and line charts only. The 'auto' setting enables the smooth behavior for area and line charts and snap behavior for other chart types.
stackstackingElType No Yes Specifies whether the chart should be stacked. Applicable to area, bar, horizontalBar, combo and line charts only. Valid values are: off (default), on.
dataLabelPositionchartDataLabelPositionElType No Yes Data label position. Valid values are auto, center, aboveMarker, belowMarker, afterMarker, beforeMarker. Default is 'auto'. When set to 'auto', the data label is centered on bar and bubble charts, and after the marker on line, area and scatter charts. The 'aboveMarker', 'belowMarker', 'beforeMarker', and 'afterMarker' values are ignored for bars, and position will fall back to 'auto', if set to those values. The chart does not currently adjust layout to fit labels within the plot area or deal with any overlaps between labels.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
valuestringElType No Yes Yes Yes The value of the component.
seriesEffectseriesEffectsElType No Yes Data item fill effect. Valid values: gradient, pattern, color.
viewportChangeListenerelExpression No YesDefines a method reference to a viewportChange listener. To enable selection listener, the zoomAndScroll property must be set to a value other than 'off'.
zoomAndScrollzoomAndScrollElType No Yes Specifies whether zoom and scroll should be enabled. Valid values are 'off' (default), 'delayed', 'delayedScrollOnly', 'live', 'liveScrollOnly'.
coordinateSystemcoordinateSystemElType No Yes The coordinate system of the chart. Only applies to bar, line, area, combo, scatter, and bubble charts. Valid values: cartesian (default), polar.
orientationorientationElType No Yes The chart orientation. Only applies to bar, line, area, combo, and funnel charts. Valid values: vertical (default), horizontal.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:facet> 13
<dvtm:legend> 01
<dvtm:xAxis> 01
<dvtm:yAxis> 01
<dvtm:y2Axis> 01
<dvtm:yFormat> 01
<dvtm:y2Format> 01
<dvtm:chartValueFormat> 05


Tag name: <dvtm:bubbleChart>

An AMX DVT bubble chart. A bubble chart is one in which data is represented as bubbles where each bubble is defined in terms of three numeric values.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDataChangeanimationOnDataChangeChartElType No Yes Animation effect when the data changes. Valid values are: none (default), auto, alphaFade, slideToLeft, slideToRight.
animationOnDisplayanimationOnDisplayChartElType No Yes Animation effect when the chart is initially displayed. Valid values are: none (default), auto, alphaFade, zoom.
footnotestringElType No Yes Yes Yes Chart footnote text.
footnoteHalignhAlignElType No Yes Chart footnote horizontal alignment. Valid values are: start (default), end, center.
rolloverBehaviorrolloverBehaviorElType No Yes Specifies the rollover behavior when hovering over the chart markers/labels. Valid values are: none (default), dim.
varstring No No The name of the variable to be used for data item stamping.
dataSelectiondataSelectionElType No Yes Data selection mode. Determines if data items can be selected interactively, and if just one or multiple objects can be selected simultaneously. Valid values are: none (default), single, multiple.
renderedbooleanElType No Yes Whether this component should be rendered or not.
hideAndShowBehaviorhideAndShowBehaviorElType No Yes Specifies the hide/show behavior when clicking on legend markers/labels. Valid values are: none (default), withRescale, withoutRescale.
selectionListenerelExpression No YesDefines a method reference to a selection listener. To enable selection listener, the 'dataSelection' attribute must be set to 'single' or 'multiple'.
titlestringElType No Yes Yes Yes Chart title text.
titleHalignhAlignElType No Yes Chart title horizontal alignment. Valid values are: start (default), end, center.
subtitlestringElType No Yes Yes Yes Chart subtitle text.
dataLabelPositionchartDataLabelPositionElType No Yes Data label position. Valid values are auto, center, aboveMarker, belowMarker, afterMarker, beforeMarker. Default is 'auto'. When set to 'auto', the data label is centered on bar and bubble charts, and after the marker on line, area and scatter charts. The 'aboveMarker', 'belowMarker', 'beforeMarker', and 'afterMarker' values are ignored for bars, and position will fall back to 'auto', if set to those values. The chart does not currently adjust layout to fit labels within the plot area or deal with any overlaps between labels.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
valuestringElType No Yes Yes Yes The value of the component.
seriesEffectseriesEffectsElType No Yes Data item fill effect. Valid values: gradient, pattern, color.
coordinateSystemcoordinateSystemElType No Yes The coordinate system of the chart. Only applies to bar, line, area, combo, scatter, and bubble charts. Valid values: cartesian (default), polar.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:facet> 12
<dvtm:legend> 01
<dvtm:xAxis> 01
<dvtm:yAxis> 01
<dvtm:xFormat> 01
<dvtm:yFormat> 01
<dvtm:zFormat> 01
<dvtm:chartValueFormat> 05


Tag name: <dvtm:chartDataItem>

Defines values and properties associated with a data item. Must be defined within the 'dataStamp' facet.

Attributes

NameTypeRequired?Supports EL?Description
borderColorcolorElType No Yes Border color of this item.
colorcolorElType No Yes Fill color of this item. Specifies the color of a bar or the data point. For line and area chart types, markerDisplayed must be enabled to make the marker visible.
groupstringElType No Yes Yes Yes Group category of this item (if set).
groupIdstringElType No Yes Yes Yes Group ID of this item. Optional. If missing, the 'group' attribute will be used as ID.
labelstringElType No Yes Yes Yes Label string. If set, displays within or next to the bar or marker.
labelPositionchartDataLabelPositionElType No Yes Data label position. Valid values are auto, center, aboveMarker, belowMarker, afterMarker, beforeMarker. Default is 'auto'. When set to 'auto', the data label is centered on bar and bubble charts, and after the marker on line, area and scatter charts. The 'aboveMarker', 'belowMarker', 'beforeMarker', and 'afterMarker' values are ignored for bars, and position will fall back to 'auto', if set to those values.
labelStylestringElType No Yes Yes Yes Label style. Specifies CSS style of the data item label.
markerDisplayedbooleanElType No Yes Determines visibility of this item's marker.
renderedbooleanElType No Yes Determines if this data item should be processed and rendered.
seriesstringElType No Yes Yes Yes Series category of this item (if set).
seriesIdstringElType No Yes Yes Yes Series ID of this item. Optional. If missing, the 'series' attribute will be used as ID.
markerShapestringElType No Yes Yes Yes Shape of this item's marker. Does not apply to bars in a bar chart.
markerSizefloatElType No Yes Size of this item's marker. Does not apply to bars in a bar chart. In a bubble chart, the proportional size of data item's marker is determined by the z attribute value.
shortDescstringElType No Yes Yes Yes Custom description text to be displayed in tooltip.
valuefloatElType No Yes Value of this item.
xfloatElType No Yes X value of this item.
yfloatElType No Yes Y value of this item.
zfloatElType No Yes Z value of this item. Applies only to bubble chart where it determines the proportional size of the data item.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
actionstringElType No Yes Yes Yes Defines a reference to an action method sent by the command component, or the static outcome of an action.
patternchartPatternsElType No Yes Data item pattern fill type. Valid values are: smallDiagonalRight, smallChecker, smallDiagonalLeft, smallTriangle, smallCrosshatch, smallDiamond, largeDiagonalRight, largeChecker, largeDiagonalLeft, largeTriangle, largeCrosshatch, largeDiamond.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:attributeGroups> 0unbounded
<amx:setPropertyListener> 0unbounded
<amx:showPopupBehavior> 01
<amx:closePopupBehavior> 01


Tag name: <dvtm:chartValueFormat>

The format to be used for formatting of data label values, or values displayed in data item tooltips. The actual format must be specified using a nested converter element.

Attributes

NameTypeRequired?Supports EL?Description
typechartValueFormatTypeElType Yes Yes Chart value format type. Specifies they type of value the enclosed converter applies to. Valid values are 'label', 'value', 'x', 'y', 'y2' and 'z'. The type should match the name of the charts' data item attribute. 'y2' is applicable to charts with y2 axis. 'z' is applicable only to bubble and scatter chart data items. 'label' is used for specifying the data label format. Formats of type 'x', 'y', 'y2' and 'z' are used for formatting values shown in the tooltip. The chartValueFormat tag replaces the deprecated xFormat, yFormat, y2Format, zFormat and pieValueFormat tags.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:convertNumber> 01


Tag name: <dvtm:comboChart>

An AMX DVT combination chart. A combination chart is one in which data is represented as combination of bar or line markers.

Attributes

NameTypeRequired?Supports EL?Description
timeAxisTypetimeAxisTypeEnumeration No No Time axis type. Valid values are: disabled (default), enabled, mixedFrequency.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDataChangeanimationOnDataChangeChartElType No Yes Animation effect when the data changes. Valid values are: none (default), auto, alphaFade, slideToLeft, slideToRight.
animationOnDisplayanimationOnDisplayChartElType No Yes Animation effect when the chart is initially displayed. Valid values are: none (default), auto, alphaFade, zoom.
animationIndicatorsanimationIndicatorsElType No Yes Type of data change animation indicators. Valid values are: all (default), none.
animationDownColorcolorElType No Yes Color used to indicate a decreasing value.
animationUpColorcolorElType No Yes Color used to indicate an increasing value.
footnotestringElType No Yes Yes Yes Chart footnote text.
footnoteHalignhAlignElType No Yes Chart footnote horizontal alignment. Valid values are: start (default), end, center.
rolloverBehaviorrolloverBehaviorElType No Yes Specifies the rollover behavior when hovering over the chart markers/labels. Valid values are: none (default), dim.
varstring No No The name of the variable to be used for data item stamping.
dataSelectiondataSelectionElType No Yes Data selection mode. Determines if data items can be selected interactively, and if just one or multiple objects can be selected simultaneously. Valid values are: none (default), single, multiple.
renderedbooleanElType No Yes Whether this component should be rendered or not.
hideAndShowBehaviorhideAndShowBehaviorElType No Yes Specifies the hide/show behavior when clicking on legend markers/labels. Valid values are: none (default), withRescale, withoutRescale.
selectionListenerelExpression No YesDefines a method reference to a selection listener. To enable selection listener, the 'dataSelection' attribute must be set to 'single' or 'multiple'.
titlestringElType No Yes Yes Yes Chart title text.
titleHalignhAlignElType No Yes Chart title horizontal alignment. Valid values are: start (default), end, center.
subtitlestringElType No Yes Yes Yes Chart subtitle text.
dataCursordataCursorElType No Yes Specifies the data cursor visibility. Valid values are: auto (default), off, on. Applicable to area, bar, horizontalBar, combo and line charts only. The 'auto' setting turns the data cursor display on for area and line charts on touch displays. Otherwise, the default is 'off'.
dataCursorBehaviordataCursorBehaviorElType No Yes Specifies the data cursor behavior. Valid values are: auto (default), smooth, snap. Applicable to area, bar, horizontalBar, combo and line charts only. The 'auto' setting enables the smooth behavior for area and line charts and snap behavior for other chart types.
stackstackingElType No Yes Specifies whether the chart should be stacked. Applicable to area, bar, horizontalBar, combo and line charts only. Valid values are: off (default), on.
dataLabelPositionchartDataLabelPositionElType No Yes Data label position. Valid values are auto, center, aboveMarker, belowMarker, afterMarker, beforeMarker. Default is 'auto'. When set to 'auto', the data label is centered on bar and bubble charts, and after the marker on line, area and scatter charts. The 'aboveMarker', 'belowMarker', 'beforeMarker', and 'afterMarker' values are ignored for bars, and position will fall back to 'auto', if set to those values. The chart does not currently adjust layout to fit labels within the plot area or deal with any overlaps between labels.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
valuestringElType No Yes Yes Yes The value of the component.
seriesEffectseriesEffectsElType No Yes Data item fill effect. Valid values: gradient, pattern, color.
viewportChangeListenerelExpression No YesDefines a method reference to a viewportChange listener. To enable selection listener, the zoomAndScroll property must be set to a value other than 'off'.
zoomAndScrollzoomAndScrollElType No Yes Specifies whether zoom and scroll should be enabled. Valid values are 'off' (default), 'delayed', 'delayedScrollOnly', 'live', 'liveScrollOnly'.
coordinateSystemcoordinateSystemElType No Yes The coordinate system of the chart. Only applies to bar, line, area, combo, scatter, and bubble charts. Valid values: cartesian (default), polar.
orientationorientationElType No Yes The chart orientation. Only applies to bar, line, area, combo, and funnel charts. Valid values: vertical (default), horizontal.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:facet> 13
<dvtm:legend> 01
<dvtm:xAxis> 01
<dvtm:yAxis> 01
<dvtm:y2Axis> 01
<dvtm:yFormat> 01
<dvtm:y2Format> 01
<dvtm:chartValueFormat> 05


Tag name: <dvtm:dialGauge>

Dial gauge is used to measure small linear distances. Its name is based on the fact that the measurement results are displayed by means of a dial.

Attributes

NameTypeRequired?Supports EL?Description
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDataChangeanimationOnDataChangeDialGaugeElType No Yes Animation effect when the data changes. Valid values are: none (default), auto.
animationOnDisplayanimationOnDisplayDialGaugeElType No Yes Animation effect when the chart is initially displayed. Valid values are: none (default), auto, alphaFade.
backgrounddialGaugeBackgroundElType No Yes A name of the background specification for the gauge. Valid values are: circleAntique, circleDark, circleLight, rectangleAntique, rectangleDark, rectangleLight, domeAntique, domeDark, domeLight for scale from 0 to 100 and circleAntiqueCustom, circleDarkCustom, circleLightCustom, rectangleAntiqueCustom, rectangleDarkCustom, rectangleLightCustom, domeAntiqueCustom, domeDarkCustom, domeLightCustom for custom scale (from minValue to maxValue).
indicatordialGaugeIndicatorElType No Yes A name of the indicator specification for the gauge. Valid values are: needleAntique, needleDark, needleLight.
readOnlybooleanElType No Yes Whether the user can drag on the gauge to change the value.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
minValuefloatElType No Yes The lowest value on the gauge scale.
maxValuefloatElType No Yes The highest value on the gauge scale.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
labelDisplaylabelDisplayElType No Yes Label display. Valid values are: off (default), on.
renderedbooleanElType No Yes Whether this component should be rendered or not.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
valuestringElType No Yes Yes Yes The value of the component.
valueChangeListenerelExpression No YesDefines a method reference to a value change listener. The method represented by this EL expression will be invoked when the value changes and after the model is updated.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:gaugeLabelFormat> 01
<dvtm:tickLabel> 01
<dvtm:metricLabel> 01
<amx:showPopupBehavior> 0unbounded
<amx:closePopupBehavior> 0unbounded
<amx:validationBehavior> 0unbounded


Tag name: <dvtm:funnelChart>

An AMX DVT funnel chart. Often used to represent stages in a sales process.

Attributes

NameTypeRequired?Supports EL?Description
sliceGapsfunnelChartSliceGapsElType No Yes Whether there are gaps between the slices. Valid values are: off (default), on.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
valuestringElType No Yes Yes Yes The value of the component.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
footnotestringElType No Yes Yes Yes Chart footnote text.
footnoteHalignhAlignElType No Yes Chart footnote horizontal alignment. Valid values are: start (default), end, center.
rolloverBehaviorrolloverBehaviorElType No Yes Specifies the rollover behavior when hovering over the chart markers/labels. Valid values are: none (default), dim.
varstring No No The name of the variable to be used for data item stamping.
dataSelectiondataSelectionElType No Yes Data selection mode. Determines if data items can be selected interactively, and if just one or multiple objects can be selected simultaneously. Valid values are: none (default), single, multiple.
renderedbooleanElType No Yes Whether this component should be rendered or not.
hideAndShowBehaviorhideAndShowBehaviorElType No Yes Specifies the hide/show behavior when clicking on legend markers/labels. Valid values are: none (default), withRescale, withoutRescale.
selectionListenerelExpression No YesDefines a method reference to a selection listener. To enable selection listener, the 'dataSelection' attribute must be set to 'single' or 'multiple'.
titlestringElType No Yes Yes Yes Chart title text.
titleHalignhAlignElType No Yes Chart title horizontal alignment. Valid values are: start (default), end, center.
subtitlestringElType No Yes Yes Yes Chart subtitle text.
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDataChangeanimationOnDataChangeChartElType No Yes Animation effect when the data changes. Valid values are: none (default), auto, alphaFade, slideToLeft, slideToRight.
animationOnDisplayanimationOnDisplayChartElType No Yes Animation effect when the chart is initially displayed. Valid values are: none (default), auto, alphaFade, zoom.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
threeDEffectthreeDEffectElType No Yes Specifies if the chart should be displayed with a 3D effect. Valid values are: off (default), on.
seriesEffectseriesEffectsElType No Yes Data item fill effect. Valid values: gradient, pattern, color.
orientationorientationElType No Yes The chart orientation. Only applies to bar, line, area, combo, and funnel charts. Valid values: vertical (default), horizontal.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:facet> 11
<dvtm:legend> 01
<dvtm:chartValueFormat> 02


Tag name: <dvtm:funnelDataItem>

Defines values and properties associated with a data item in a funnel chart. Must be defined within the 'dataStamp' facet.

Attributes

NameTypeRequired?Supports EL?Description
borderColorcolorElType No Yes The border color for funnel data item.
colorcolorElType No Yes The color for funnel data item.
labelstringElType No Yes Yes Yes The label string. It is displayed whenever it is set.
labelStylestringElType No Yes Yes Yes Label style. Specifies CSS style of funnel data item label.
renderedbooleanElType No Yes Determines if this data item should be processed and rendered.
shortDescstringElType No Yes Yes Yes Description for funnel data item, used in the tooltips and screenreader if set.
valuefloatElType No Yes Value of funnel data item. Each slice's area represents the corresponding value.
targetValuefloatElType No Yes Target value for the data item. When specified, the target value defines the size of the slice, while the actual value defines the size of the fill within the slice.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
actionstringElType No Yes Yes Yes Defines a reference to an action method sent by the command component, or the static outcome of an action.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:attributeGroups> 0unbounded
<amx:setPropertyListener> 0unbounded
<amx:showPopupBehavior> 01
<amx:closePopupBehavior> 01


Tag name: <dvtm:gaugeLabelFormat>

Gauge label value formatter.

Attributes

NameTypeRequired?Supports EL?Description
scalinglabelScalingElType No Yes Gauge label value scaling. Valid values are: auto (default), none, thousand, million, billion, trillion, quadrillion.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:convertNumber> 01


Tag name: <dvtm:geographicMap>

An AMX DVT geographic map.

Attributes

NameTypeRequired?Supports EL?Description
mapTypestringElType No Yes Yes Yes The map type for the geographic map. Map provider specific. Google Maps API offers HYBRID, ROADMAP, SATELLITE, and TERRAIN.
centerXfloatElType No Yes The x coordinate (longitude) for specifying the center of the map.
centerYfloatElType No Yes The y coordinate (latitude) for specifying the center of the map.
zoomLevelintegerElType No Yes The initial zoom level of the map. Zoom levels between 0 (the lowest zoom level, in which the entire world can be seen on one map) to 21 (down to individual buildings) are possible within the default roadmap maps view for Google Maps. For Oracle Maps, the zoom levels are defined as part of the base map. The zoom levels are ordered from level 0 to level n-1, where level 0 is the most zoomed out level and level n-1 is the most zoomed in level.
initialZoominginitialZoomingElType No Yes Zooms map to fit data on initial render. Valid values are: auto (default), none.
animationOnDisplayanimationOnDisplayGeoMapElType No Yes Animation effect when the geographic map is initially displayed. Valid values are: none (default), auto. Only supported by Google Maps.
mapInputListenerelExpression No YesDefines a method reference to a map input event listener. The listener receives the MapInputEvent instance with information on event type (click, mousedown, mouseup) and x/y coordinates (as longitude/latitude).
mapBoundsChangeListenerelExpression No YesDefines a method reference to a map bounds change listener. The listener receives the MapBoundsChangeEvent instance with information on current map bounds, center and zoom level.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
renderedbooleanElType No Yes Whether this component should be rendered or not.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:pointDataLayer> 0unbounded


Tag name: <dvtm:horizontalBarChart>

An AMX DVT horizontal bar chart. A bar chart is one in which data is represented as series of horizontal bars. DEPRECATED: Use a dvtm:barChart with orientation="horizontal" instead.

Attributes

NameTypeRequired?Supports EL?Description
timeAxisTypetimeAxisTypeEnumeration No No Time axis type. Valid values are: disabled (default), enabled, mixedFrequency.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDataChangeanimationOnDataChangeChartElType No Yes Animation effect when the data changes. Valid values are: none (default), auto, alphaFade, slideToLeft, slideToRight.
animationOnDisplayanimationOnDisplayChartElType No Yes Animation effect when the chart is initially displayed. Valid values are: none (default), auto, alphaFade, zoom.
animationIndicatorsanimationIndicatorsElType No Yes Type of data change animation indicators. Valid values are: all (default), none.
animationDownColorcolorElType No Yes Color used to indicate a decreasing value.
animationUpColorcolorElType No Yes Color used to indicate an increasing value.
footnotestringElType No Yes Yes Yes Chart footnote text.
footnoteHalignhAlignElType No Yes Chart footnote horizontal alignment. Valid values are: start (default), end, center.
rolloverBehaviorrolloverBehaviorElType No Yes Specifies the rollover behavior when hovering over the chart markers/labels. Valid values are: none (default), dim.
varstring No No The name of the variable to be used for data item stamping.
dataSelectiondataSelectionElType No Yes Data selection mode. Determines if data items can be selected interactively, and if just one or multiple objects can be selected simultaneously. Valid values are: none (default), single, multiple.
renderedbooleanElType No Yes Whether this component should be rendered or not.
hideAndShowBehaviorhideAndShowBehaviorElType No Yes Specifies the hide/show behavior when clicking on legend markers/labels. Valid values are: none (default), withRescale, withoutRescale.
selectionListenerelExpression No YesDefines a method reference to a selection listener. To enable selection listener, the 'dataSelection' attribute must be set to 'single' or 'multiple'.
titlestringElType No Yes Yes Yes Chart title text.
titleHalignhAlignElType No Yes Chart title horizontal alignment. Valid values are: start (default), end, center.
subtitlestringElType No Yes Yes Yes Chart subtitle text.
dataCursordataCursorElType No Yes Specifies the data cursor visibility. Valid values are: auto (default), off, on. Applicable to area, bar, horizontalBar, combo and line charts only. The 'auto' setting turns the data cursor display on for area and line charts on touch displays. Otherwise, the default is 'off'.
dataCursorBehaviordataCursorBehaviorElType No Yes Specifies the data cursor behavior. Valid values are: auto (default), smooth, snap. Applicable to area, bar, horizontalBar, combo and line charts only. The 'auto' setting enables the smooth behavior for area and line charts and snap behavior for other chart types.
stackstackingElType No Yes Specifies whether the chart should be stacked. Applicable to area, bar, horizontalBar, combo and line charts only. Valid values are: off (default), on.
dataLabelPositionchartDataLabelPositionElType No Yes Data label position. Valid values are auto, center, aboveMarker, belowMarker, afterMarker, beforeMarker. Default is 'auto'. When set to 'auto', the data label is centered on bar and bubble charts, and after the marker on line, area and scatter charts. The 'aboveMarker', 'belowMarker', 'beforeMarker', and 'afterMarker' values are ignored for bars, and position will fall back to 'auto', if set to those values. The chart does not currently adjust layout to fit labels within the plot area or deal with any overlaps between labels.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
valuestringElType No Yes Yes Yes The value of the component.
seriesEffectseriesEffectsElType No Yes Data item fill effect. Valid values: gradient, pattern, color.
viewportChangeListenerelExpression No YesDefines a method reference to a viewportChange listener. To enable selection listener, the zoomAndScroll property must be set to a value other than 'off'.
zoomAndScrollzoomAndScrollElType No Yes Specifies whether zoom and scroll should be enabled. Valid values are 'off' (default), 'delayed', 'delayedScrollOnly', 'live', 'liveScrollOnly'.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:facet> 12
<dvtm:legend> 01
<dvtm:xAxis> 01
<dvtm:yAxis> 01
<dvtm:y2Axis> 01
<dvtm:yFormat> 01
<dvtm:y2Format> 01
<dvtm:chartValueFormat> 05


Tag name: <dvtm:ledGauge>

An AMX DVT LED gauge. LED gauge indicates its value mainly by its color. It changes its color to match the threshold range into which the metric value falls.

Attributes

NameTypeRequired?Supports EL?Description
rotationledGaugeRotationElType No Yes The rotation angle for the gauge. Useful for changing the direction of triangle or arrow gauges. Valid values are: 0 (default), 90, 180, 270.
sizestringElType No Yes Yes Yes The relative size of the LED gauge shape. Valid values are 0.0 .. 1.0, or 0% .. 100%. Default is 1.0.
typeledGaugeTypeElType No Yes The type of the led gauge. Valid values are: arrow, circle (default), diamond, rectangle, star, triangle.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDataChangeanimationOnDataChangeChartElType No Yes Animation effect when the data changes. Valid values are: none (default), auto, alphaFade, slideToLeft, slideToRight.
animationOnDisplayanimationOnDisplayChartElType No Yes Animation effect when the chart is initially displayed. Valid values are: none (default), auto, alphaFade, zoom.
borderColorcolorElType No Yes Gauge border color.
colorcolorElType No Yes Gauge fill color.
visualEffectsvisualEffectsElType No Yes Gauge visual effects. Valid values are: auto (default), none.
minValuefloatElType No Yes The lowest value on the gauge scale.
maxValuefloatElType No Yes The highest value on the gauge scale.
labelDisplaylabelDisplayElType No Yes Label display. Valid values are: off (default), on.
renderedbooleanElType No Yes Whether this component should be rendered or not.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
valuestringElType No Yes Yes Yes The value of the component.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:threshold> 0unbounded
<dvtm:gaugeLabelFormat> 01
<dvtm:metricLabel> 01
<amx:showPopupBehavior> 0unbounded
<amx:closePopupBehavior> 0unbounded
<amx:validationBehavior> 0unbounded


Tag name: <dvtm:legend>

Defines style, positioning and behavior of a legend.

Attributes

NameTypeRequired?Supports EL?Description
positionlegendPositionElType No Yes Position in the chart. Valid values are: auto (default), start, end, top, bottom, none. 'none' is deprecated. Use 'rendered="false"' instead.
referenceObjectTitlestringElType No Yes Yes Yes Text to be displayed as the title of the reference objects section (if specified).
scrollinglegendScrollingElType No Yes Determines if the legend should support scrolling. Valid values are: off (default), on, asNeeded.
titleHalignhAlignElType No Yes Legend title horizontal alignment. Valid values are: start (default), end, center.
titlestringElType No Yes Yes Yes Text to be displayed as the legend title.
sectionTitleHalignhAlignElType No Yes Legend section title horizontal alignment. Valid values are: start (default), end, center.
renderedbooleanElType No Yes Determines if the legend should be rendered. Default is true.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:legendSection> 0unbounded


Tag name: <dvtm:legendSection>

Defines a section of a multi-section legend.

Attributes

NameTypeRequired?Supports EL?Description
sourcestring No No ID of the attributeGroups to be used for populating this legend section.
titlestringElType No Yes Yes Yes Text to be displayed as the legend section title.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <dvtm:lineChart>

An AMX DVT line chart. A line chart is one in which data is represented as lines.

Attributes

NameTypeRequired?Supports EL?Description
timeAxisTypetimeAxisTypeEnumeration No No Time axis type. Valid values are: disabled (default), enabled, mixedFrequency.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDataChangeanimationOnDataChangeChartElType No Yes Animation effect when the data changes. Valid values are: none (default), auto, alphaFade, slideToLeft, slideToRight.
animationOnDisplayanimationOnDisplayChartElType No Yes Animation effect when the chart is initially displayed. Valid values are: none (default), auto, alphaFade, zoom.
animationIndicatorsanimationIndicatorsElType No Yes Type of data change animation indicators. Valid values are: all (default), none.
animationDownColorcolorElType No Yes Color used to indicate a decreasing value.
animationUpColorcolorElType No Yes Color used to indicate an increasing value.
footnotestringElType No Yes Yes Yes Chart footnote text.
footnoteHalignhAlignElType No Yes Chart footnote horizontal alignment. Valid values are: start (default), end, center.
rolloverBehaviorrolloverBehaviorElType No Yes Specifies the rollover behavior when hovering over the chart markers/labels. Valid values are: none (default), dim.
varstring No No The name of the variable to be used for data item stamping.
dataSelectiondataSelectionElType No Yes Data selection mode. Determines if data items can be selected interactively, and if just one or multiple objects can be selected simultaneously. Valid values are: none (default), single, multiple.
renderedbooleanElType No Yes Whether this component should be rendered or not.
hideAndShowBehaviorhideAndShowBehaviorElType No Yes Specifies the hide/show behavior when clicking on legend markers/labels. Valid values are: none (default), withRescale, withoutRescale.
selectionListenerelExpression No YesDefines a method reference to a selection listener. To enable selection listener, the 'dataSelection' attribute must be set to 'single' or 'multiple'.
titlestringElType No Yes Yes Yes Chart title text.
titleHalignhAlignElType No Yes Chart title horizontal alignment. Valid values are: start (default), end, center.
subtitlestringElType No Yes Yes Yes Chart subtitle text.
dataCursordataCursorElType No Yes Specifies the data cursor visibility. Valid values are: auto (default), off, on. Applicable to area, bar, horizontalBar, combo and line charts only. The 'auto' setting turns the data cursor display on for area and line charts on touch displays. Otherwise, the default is 'off'.
dataCursorBehaviordataCursorBehaviorElType No Yes Specifies the data cursor behavior. Valid values are: auto (default), smooth, snap. Applicable to area, bar, horizontalBar, combo and line charts only. The 'auto' setting enables the smooth behavior for area and line charts and snap behavior for other chart types.
stackstackingElType No Yes Specifies whether the chart should be stacked. Applicable to area, bar, horizontalBar, combo and line charts only. Valid values are: off (default), on.
dataLabelPositionchartDataLabelPositionElType No Yes Data label position. Valid values are auto, center, aboveMarker, belowMarker, afterMarker, beforeMarker. Default is 'auto'. When set to 'auto', the data label is centered on bar and bubble charts, and after the marker on line, area and scatter charts. The 'aboveMarker', 'belowMarker', 'beforeMarker', and 'afterMarker' values are ignored for bars, and position will fall back to 'auto', if set to those values. The chart does not currently adjust layout to fit labels within the plot area or deal with any overlaps between labels.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
valuestringElType No Yes Yes Yes The value of the component.
viewportChangeListenerelExpression No YesDefines a method reference to a viewportChange listener. To enable selection listener, the zoomAndScroll property must be set to a value other than 'off'.
zoomAndScrollzoomAndScrollElType No Yes Specifies whether zoom and scroll should be enabled. Valid values are 'off' (default), 'delayed', 'delayedScrollOnly', 'live', 'liveScrollOnly'.
coordinateSystemcoordinateSystemElType No Yes The coordinate system of the chart. Only applies to bar, line, area, combo, scatter, and bubble charts. Valid values: cartesian (default), polar.
polarGridShapepolarGridShapeElType No Yes Defines whether the grid shape of the polar chart is circle or polygon. Only applies to polar line and area charts. Valid values: circle (default), polygon.
orientationorientationElType No Yes The chart orientation. Only applies to bar, line, area, combo, and funnel charts. Valid values: vertical (default), horizontal.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:facet> 13
<dvtm:legend> 01
<dvtm:xAxis> 01
<dvtm:yAxis> 01
<dvtm:y2Axis> 01
<dvtm:yFormat> 01
<dvtm:y2Format> 01
<dvtm:chartValueFormat> 05


Tag name: <dvtm:majorTick>

Defines properties for major tick marks on a chart axis.

Attributes

NameTypeRequired?Supports EL?Description
lineColorcolorElType No Yes Major tick color.
lineWidthintegerElType No Yes Major tick width.
renderedbooleanElType No Yes Determines if the tick should be rendered. True by default for the major tick.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <dvtm:marker>

A marker is used to stamp out built-in or custom shapes associated with data points on a map component. Markers can be customized with different stylistic attributes such as colors and patterns based on their underlying data. Geographic map marker only supports action, shortDesc, and source attributes.

Attributes

NameTypeRequired?Supports EL?Description
gradientEffectgradientEffectElType No Yes The gradient effect for this marker. Valid values are: auto (default), none.
labelPositionlabelPositionElType No Yes Position of the label relative to the marker. Valid values are: center (default), top, bottom.
widthintegerElType No Yes Base width of the marker in pixels.
heightintegerElType No Yes Base height of the marker in pixels.
scaleXfloatElType No Yes Horizontal scale factor for the marker determining how much to scale from base width.
scaleYfloatElType No Yes Vertical scale factor for the marker determining how much to scale from base height.
shapemarkerShapeElType No Yes Shape of the marker. Valid values are: circle (default), square, plus, diamond, triangleUp, triangleDown, human.
sourcestringElType No Yes Yes Yes The URI specifying the location of the image resource. The shape attribute is ignored if source is specified.
sourceSelectedstringElType No Yes Yes Yes The optional URI specifying the location of the selected image resource. If not defined, the source image will be used.
sourceHoverstringElType No Yes Yes Yes The optional URI specifying the location of the image resource on hover. If not defined, the source image will be used.
sourceHoverSelectedstringElType No Yes Yes Yes The optional URI specifying the location of the selected image resource on hover. If not defined, the sourceSelected image will be used. If sourceSelected is not defined, then source image will be used.
valuestringElType No Yes Yes Yes When labelDisplay is on, this value will be used as the text label for the marker.
renderedbooleanElType No Yes Determines if the marker should be rendered.
rotationfloatElType No Yes Determines rotation of marker. The value specifies the marker rotation angle in degrees. The marker is rotated clockwise around the center of the image.
borderStylemarkerBorderStyleElType No Yes Specifies the border style of this marker. Valid values are: 'none' (default) or 'solid'.
borderWidthfloatElType No Yes Specifies the border width of this marker.
borderColorcolorElType No Yes Specifies the border color of this marker.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
fillColorcolorElType No Yes Data item fill color.
opacityfloatElType No Yes Opacity of the fill. Valid values are from 0.0-1.0 where 0.0 is transparent and 1.0 is opaque.
labelStylestringElType No Yes Yes Yes Font style for labels associated with this data item. Valid values are font-related CSS attributes.
labelDisplaylabelDisplayElType No Yes Label display. Valid values are: off (default), on.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
actionstringElType No Yes Yes Yes Defines a reference to an action method sent by the command component, or the static outcome of an action.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:attributeGroups> 0unbounded
<amx:convertNumber> 01
<amx:setPropertyListener> 0unbounded
<amx:showPopupBehavior> 01
<amx:closePopupBehavior> 01


Tag name: <dvtm:metricLabel>

Metric label for gauges.

Attributes

NameTypeRequired?Supports EL?Description
autoPrecisionautoPrecisionEnumeration No No Determines if auto precision should be enabled for metric label. Valid values are: on (default), off.
renderedbooleanElType No Yes Determines if the metric label should be rendered.
scalinglabelScalingElType No Yes Metric label scaling. Valid values are: auto (default), none, thousand, million, billion, trillion, quadrillion.
textTypemetricLabelTextTypeElType No Yes Defines whether the label is a number or a percentage of the total value. Valid values are: number (default), percent.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
labelStylestringElType No Yes Yes Yes Font style for labels associated with this data item. Valid values are font-related CSS attributes.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:convertNumber> 01
<amx:convertDateTime> 01


Tag name: <dvtm:minorTick>

Defines properties for minor tick marks on a chart axis.

Attributes

NameTypeRequired?Supports EL?Description
lineColorcolorElType No Yes Minor tick color.
lineWidthintegerElType No Yes Minor tick width.
renderedbooleanElType No Yes Determines if the tick should be rendered. False by default for the minor tick.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <dvtm:nBox>

An AMX DVT N-Box. N-Box components are often used in HCM applications to view the distribution of an organization across two dimensions (e.g. Potential vs. Performance). Each of these dimensions is split into multiple ranges, whose intersections result in distinct cells into which each employee can be placed.

Attributes

NameTypeRequired?Supports EL?Description
columnsTitlestringElType No Yes Yes Yes Specifies the title for the column axis.
groupBehaviorgroupBehaviorElType No Yes Specifies how nodes should be grouped.
groupBystringElType No Yes Yes Yes Specifies (by id) the set of attributeGroups (defined within the dvtm:nBoxNode) that should be used for grouping. A group node will be created for each distinct tuple of attributeGroups.
highlightedRowKeysstringElType No Yes Yes Yes Specifies the set of nodes to be highlighted. These nodes will appear before the other nodes in the cell. All other nodes will be faded.
legendDisplaylegendDisplayElType No Yes Specifies whether or not a legend should be displayed.
maximizedColumnstringElType No Yes Yes Yes Specifies the currently maximized column (specify both row and column to maximize a single cell). Must correspond to the "value" attribute of a specified dvtm:nBoxColumn.
maximizedRowstringElType No Yes Yes Yes Specifies the currently maximized row (specify both row and column to maximize a single cell). Must correspond to the "value" attribute of a specified dvtm:nBoxRow.
nodeSelectionnodeSelectionElType No Yes Specifies the node selection behavior.
otherColorstringElType No Yes Yes Yes If another threshold has been specified, determines the color of the group node representing all nodes below the threshold.
otherThresholdintegerElType No Yes Specifies a percentage of the collection size. When grouping, all groups with sizes below the threshold will be combined into a single group.
rowsTitlestringElType No Yes Yes Yes Specifies the title for the row axis.
selectionListenerelExpression No YesDefines a method reference to a selection listener. To enable selection listener, the "dataSelection" attribute must be set to "single" or "multiple".
varstring No No The name of variable.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
renderedbooleanElType No Yes Whether this component should be rendered or not.
selectedRowKeysrowKeyListElType No Yes The list of row keys for the initially selected items. Expected values are an array of row keys or a string of space-separated values.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
valuestringElType No Yes Yes Yes The value of the component.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:facet> 13
<dvtm:nBoxNode> 0unbounded


Tag name: <dvtm:nBoxCell>

Represents an AMX DVT N-Box cell. Must be defined within the 'cells' facet.

Attributes

NameTypeRequired?Supports EL?Description
backgroundcolorElType No Yes Specifies the background for this cell. Can be a color (e.g. "#aaaaaa"), gradient (e.g. "linear-gradient(black, white)") or an image (e.g. "url(background.png)").
columnstringElType No Yes Yes Yes Specifies the column that this cell belongs to. Must correspond to the "value" attribute of a specified dvtm:nBoxColumn.
labelstringElType No Yes Yes Yes Specifies the label for this cell.
labelHalignlabelHalignElType No Yes Specifies the halign for the cell label.
labelStylestringElType No Yes Yes Yes Specifies the style for the cell label.
rowstringElType No Yes Yes Yes Specifies the row that this cell belongs to. Must correspond to the "value" attribute of a specified dvtm:nBoxRow.
showCountonOffElType No Yes Specifies whether or not a count of the nodes within this cell should be appended to the cellLabel.
showMaximizeonOffElType No Yes Specifies whether the maximize control should be displayed.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

None.


Tag name: <dvtm:nBoxColumn>

Represents an AMX DVT N-Box column. Must be defined within the 'columns' facet.

Attributes

NameTypeRequired?Supports EL?Description
labelstringElType No Yes Yes Yes Specifies the label for this row/column.
labelStylestringElType No Yes Yes Yes Specifies the style for the row/column label.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
renderedbooleanElType No Yes Whether this component should be rendered or not.
valuestringElType No Yes Yes Yes The value of the component.

Child Elements

None.


Tag name: <dvtm:nBoxNode>

Represents an AMX DVT N-Box node.

Attributes

NameTypeRequired?Supports EL?Description
colorcolorElType No Yes Specifies the color for this node.
columnstringElType No Yes Yes Yes Specifies the column that this node belongs to. Must correspond to the "value" attribute of a specified dvtm:nBoxColumn.
indicatorColorcolorElType No Yes Specifies the background color for the indicator section of this node. If omitted, defaults to the main node color.
labelstringElType No Yes Yes Yes Specifies the primary label for this node.
labelStylestringElType No Yes Yes Yes Specifies the style for the primary node label.
rowstringElType No Yes Yes Yes Specifies the row that this node belongs to. Must correspond to the "value" attribute of a specified dvtm:nBoxRow.
secondaryLabelstringElType No Yes Yes Yes Specifies the secondary label for this node.
secondaryLabelStylestringElType No Yes Yes Yes Specifies the style for the secondary node label.
xPercentageintegerElType No Yes When grouping across cells, specifies the horizontal value to be used in the average position calculation. If unspecified, the midpoint of the node's cell will be used.
yPercentageintegerElType No Yes When grouping across cells, specifies the vertical value to be used in the average position calculation. If unspecified, the midpoint of the node's cell will be used.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
renderedbooleanElType No Yes Whether this component should be rendered or not.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:facet> 02
<dvtm:attributeGroups> 0unbounded


Tag name: <dvtm:nBoxRow>

Represents an AMX DVT N-Box row. Must be defined within the 'rows' facet.

Attributes

NameTypeRequired?Supports EL?Description
labelstringElType No Yes Yes Yes Specifies the label for this row/column.
labelStylestringElType No Yes Yes Yes Specifies the style for the row/column label.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
renderedbooleanElType No Yes Whether this component should be rendered or not.
valuestringElType No Yes Yes Yes The value of the component.

Child Elements

None.


Tag name: <dvtm:overview>

Overview component for charts with enabled zoom / scroll. Displays at the bottom of the chart area. Use inlineStyle -> height attribute to set the height of the component in pixels or %.

Attributes

NameTypeRequired?Supports EL?Description
renderedbooleanElType No Yes Controls visibility of the overview component.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.

Child Elements

None.


Tag name: <dvtm:pieChart>

An AMX DVT pie chart. In a pie chart one group of data is represented as sections of a circle, making the circle look like a sliced pie. Can be used to represent percentages of a whole.

Attributes

NameTypeRequired?Supports EL?Description
otherColorcolorElType No Yes Color of the otherThreshold slice (CSS color values).
otherThresholdstringElType No Yes Yes Yes The threshold value for inclusion in the "other" slice. Valid values are 0.0 .. 1.0, or 0% .. 100%. Default is 0.
sortingsortingElType No Yes Determines if the slices should be sorted by size. Default is 'off'.
sliceLabelPositionsliceLabelPositionElType No Yes Slice label position. Valid values are: none, inside, outside (default).
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDataChangeanimationOnDataChangeChartElType No Yes Animation effect when the data changes. Valid values are: none (default), auto, alphaFade, slideToLeft, slideToRight.
animationOnDisplayanimationOnDisplayChartElType No Yes Animation effect when the chart is initially displayed. Valid values are: none (default), auto, alphaFade, zoom.
footnotestringElType No Yes Yes Yes Chart footnote text.
footnoteHalignhAlignElType No Yes Chart footnote horizontal alignment. Valid values are: start (default), end, center.
rolloverBehaviorrolloverBehaviorElType No Yes Specifies the rollover behavior when hovering over the chart markers/labels. Valid values are: none (default), dim.
varstring No No The name of the variable to be used for data item stamping.
dataSelectiondataSelectionElType No Yes Data selection mode. Determines if data items can be selected interactively, and if just one or multiple objects can be selected simultaneously. Valid values are: none (default), single, multiple.
renderedbooleanElType No Yes Whether this component should be rendered or not.
hideAndShowBehaviorhideAndShowBehaviorElType No Yes Specifies the hide/show behavior when clicking on legend markers/labels. Valid values are: none (default), withRescale, withoutRescale.
selectionListenerelExpression No YesDefines a method reference to a selection listener. To enable selection listener, the 'dataSelection' attribute must be set to 'single' or 'multiple'.
titlestringElType No Yes Yes Yes Chart title text.
titleHalignhAlignElType No Yes Chart title horizontal alignment. Valid values are: start (default), end, center.
subtitlestringElType No Yes Yes Yes Chart subtitle text.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
valuestringElType No Yes Yes Yes The value of the component.
seriesEffectseriesEffectsElType No Yes Data item fill effect. Valid values: gradient, pattern, color.
threeDEffectthreeDEffectElType No Yes Specifies if the chart should be displayed with a 3D effect. Valid values are: off (default), on.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:facet> 11
<dvtm:legend> 01
<dvtm:sliceLabel> 01
<dvtm:pieValueFormat> 01
<dvtm:chartValueFormat> 02


Tag name: <dvtm:pieDataItem>

Defines values and properties associated with a data item in a pie chart. Must be defined within the 'dataStamp' facet.

Attributes

NameTypeRequired?Supports EL?Description
borderColorcolorElType No Yes Slice border color.
colorcolorElType No Yes Slice fill color.
explodeintegerElType No Yes Slice explode offset in percent (0..100%).
labelstringElType No Yes Yes Yes Label for this data item slice. By default, 'label' is used in the slice label, tooltip, and legend text. Note, however, that the slice label text can be alternatively customized using the 'sliceLabel' attribute.
renderedbooleanElType No Yes Determines if this data item should be processed and rendered.
shortDescstringElType No Yes Yes Yes Custom description text to be displayed in tooltip.
sliceIdstringElType No Yes Yes Yes Slice ID of this item. Optional. If missing, the 'label' attribute will be used as ID.
valuefloatElType No Yes Value represented by this slice.
displayInLegenddisplayInLegendElType No Yes Determines whether this pieDataItem should be displayed in legend. Default is on.
sliceLabelstringElType No Yes Yes Yes A custom label for this data item slice. Normally, the 'label' attribute value is used for the slice label text (and for the legend and tooltip text). However, if a more descriptive text is required for a particular slice, use the 'sliceLabel' attribute.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
actionstringElType No Yes Yes Yes Defines a reference to an action method sent by the command component, or the static outcome of an action.
patternchartPatternsElType No Yes Data item pattern fill type. Valid values are: smallDiagonalRight, smallChecker, smallDiagonalLeft, smallTriangle, smallCrosshatch, smallDiamond, largeDiagonalRight, largeChecker, largeDiagonalLeft, largeTriangle, largeCrosshatch, largeDiamond.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:setPropertyListener> 0unbounded
<amx:showPopupBehavior> 01
<amx:closePopupBehavior> 01


Tag name: <dvtm:pieValueFormat>

Pie chart value formatter. Deprecated. Use dvtm:chartValueFormat with type="value" instead.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:convertNumber> 01


Tag name: <dvtm:pointDataLayer>

The pointDataLayer allows developers to display data associated with a point on the map using a marker. The point can be specified by city id for a built-in basemap or x/y coordinates which correspond to latitude/longitude for built-in basemaps. It is possible to define individual location points one-by-one, or using a data collection passed via the 'value' attribute.

Attributes

NameTypeRequired?Supports EL?Description
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDataChangeanimationOnPointDataChangeElType No Yes Animation effect when the data changes. Valid values are: none (default), alphaFade.
selectionListenerelExpression No YesDefines a method reference to a selection listener. To enable selection listener, the 'dataSelection' attribute must be set to 'single' or 'multiple'.
varstring No No The name of the variable to be used for data item stamping (typically 'row'). Should be used when 'value' is defined and binds to a data collection.
renderedbooleanElType No Yes Determines if the point data layer should be rendered.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
dataSelectiondataSelectionElType No Yes Data selection mode. Determines if data items can be selected interactively, and if just one or multiple objects can be selected simultaneously. Valid values are: none (default), single, multiple.
selectedRowKeysrowKeyListElType No Yes The list of row keys for the initially selected items. Expected values are an array of row keys or a string of space-separated values.
valuestringElType No Yes Yes Yes The value of the component.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:pointLocation> 01


Tag name: <dvtm:pointLocation>

Specifies the columns in the data layer's model that determine the location of the data points. For thematic map, these locations can be names that join with named points or latitude/longitude for built-in basemaps, x/y coordinates for custom basemaps. For geographic map, they can be x/y coordinates or an address.

Attributes

NameTypeRequired?Supports EL?Description
typepointTypeElType No Yes The type of the point data being used. Valid values are: pointName (thematicMap only), pointXY, address (geographicMap only).
pointNamestringElType No Yes Yes Yes Column in the data model that determines the location of the point data. The locations are ids of the named points from the basemap point layer for which the data is being displayed. Used only when the pointLocation type="pointName". Not supported by geographicMap.

For the "usa" basemap, city ids are the two letter state abbreviation the city is located in, followed by an underscore, and then the name of the city, all in capital letters with underscores replacing characters that are not letters (e.g., the id for Boston, Massachusetts is "MA_BOSTON" and the id for San Antonio, Texas is "TX_SAN_ANTONIO")

For all other basemaps, the city ids are determined by taking the three-letter country code, followed by an underscore, and then the name of the city, all in capital letters with underscores replacing characters that are not letters (e.g., the id for Toronto, Canada is "CAN_TORONTO" and the id for Los Angeles, United States is "USA_LOS_ANGELES")

Links to complete lists of the location ids for all basemaps are listed below:

pointXfloatElType No Yes The x coordinate (longitude) of the point data. Used only when the pointLocation type="pointXY".
pointYfloatElType No Yes The y coordinate (latitude) of the point data. Used only when the pointLocation type="pointXY".
addressstringElType No Yes Yes Yes The address of the point location which will be geocoded. This only applies to geographicMap.
renderedbooleanElType No Yes Determines if the point location should be rendered.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:marker> 01


Tag name: <dvtm:ratingGauge>

An AMX DVT rating gauge. The component allows the user to enter or view rating on a pre-defined scale.

Attributes

NameTypeRequired?Supports EL?Description
changedbooleanElType No Yes Indicates whether the rating has been already set by the user. Default is 'false'.
inputIncrementratingGaugeInputIncrementElType No Yes Specifies the increment by which values can be entered by the user. Valid values are 'full' or 'half' (of a rating point). Default is 'full'.
maxValueintegerElType No Yes The maximum rating value. Must be a positive integer. Default is 5.
minValuefloatElType No Yes The minimum rating value the user can enter. Must be a multiple of inputIncrement (0.5 - half, or 1.0 - full). Default is 0.
readOnlybooleanElType No Yes Determines whether the user can change the gauge value. Default is false.
shaperatingGaugeShapeElType No Yes The name of the shape to be used for the selected rating gauge item. The built-in shape names are 'star', 'circle', 'rectangle', and 'diamond'. Default is 'star'.
unselectedShaperatingGaugeUnselectedShapeElType No Yes The name of the shape to be used for the unselected rating gauge item. Valid values are 'auto', 'star', 'circle', 'rectangle', 'diamond', 'dot', and 'none'. Default is 'auto' which follows the value used for the 'shape' attribute.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
renderedbooleanElType No Yes Whether this component should be rendered or not.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
valuestringElType No Yes Yes Yes The value of the component.
valueChangeListenerelExpression No YesDefines a method reference to a value change listener. The method represented by this EL expression will be invoked when the value changes and after the model is updated.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:showPopupBehavior> 0unbounded
<amx:closePopupBehavior> 0unbounded
<amx:validationBehavior> 0unbounded


Tag name: <dvtm:referenceArea>

Reference area for an axis. A simple reference area can be defined using this element's attributes. Complex multi-segment areas can be specified using referenceAreaItem elements optionally wrapped in an amx:iterator.

Attributes

NameTypeRequired?Supports EL?Description
colorcolorElType No Yes Reference area color.
displayInLegenddisplayInLegendElType No Yes Determines whether this reference area should be displayed in legend. Default is on.
locationreferenceObjectLocationElType No Yes Determines whether the reference object should be rendered at the back (behind data markers), or front (over data markers). Valid values are 'back' (default) and 'front'.
minValuefloatElType No Yes Reference area min value. Required, if not using the dvtm:referenceAreaItem child.
maxValuefloatElType No Yes Reference area max value. Required, if not using the dvtm:referenceAreaItem child.
shortDescstringElType No Yes Yes Yes Custom description for this reference area. To be displayed in tooltip.
textstringElType No Yes Yes Yes Legend text for this reference area.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:referenceAreaItem> 0unbounded
<amx:iterator> 0unbounded


Tag name: <dvtm:referenceAreaItem>

The dvtm:referenceAreaItem tag describes a pair of min/max points on a multi-segment reference area.

Attributes

NameTypeRequired?Supports EL?Description
minValuefloatElType No Yes Reference point min value.
maxValuefloatElType No Yes Reference point max value.
xfloatElType No Yes For charts with time axis, the timestamp of this reference point. For bubble/scatter charts, the x-coordinate of this reference point. For charts with categorical X-axis, the group index (zero-based) of this reference point.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <dvtm:referenceLine>

Reference line for a chart axis or status meter gauge. A simple reference line can be defined using this element's attributes. For charts, multi-segment reference lines can be specified using referenceLineItem elements optionally wrapped in an amx:iterator.

Attributes

NameTypeRequired?Supports EL?Description
colorcolorElType No Yes Reference line color.
valuefloatElType No Yes Reference value.
displayInLegenddisplayInLegendElType No Yes Determines whether this reference line should be displayed in legend. Default is on.
lineStylelineStyleElType No Yes Reference line style. Valid values are: solid (default), dashed, dotted.
lineWidthfloatElType No Yes The width of the line in pixels.
locationreferenceObjectLocationElType No Yes Determines whether the reference object should be rendered at the back -- behind data markers, or front -- over data markers. Valid values are 'back' (default) and 'front'.
shortDescstringElType No Yes Yes Yes Custom description for this reference area. To be displayed in tooltip.
textstringElType No Yes Yes Yes Legend text for this reference area.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:referenceLineItem> 0unbounded
<amx:iterator> 0unbounded


Tag name: <dvtm:referenceLineItem>

The dvtm:referenceLineItem tag describes a single point of a multi-segment reference line.

Attributes

NameTypeRequired?Supports EL?Description
valuefloatElType No Yes Reference value.
xfloatElType No Yes For charts with time axis, the timestamp of this reference point. For bubble/scatter charts, the x-coordinate of this reference point. For charts with categorical X-axis, the group index (zero-based) of this reference point.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <dvtm:referenceObject>

Defines a reference object for an axis. Deprecated for xAxis, yAxis and y2Axis elements -- use dvtm:referenceArea or dvtm:referenceLine instead.

Attributes

NameTypeRequired?Supports EL?Description
colorcolorElType No Yes Reference object color.
displayInLegenddisplayInLegendElType No Yes Determines whether this reference object should be displayed in legend. Default is off.
highValuefloatElType No Yes Reference high value.
lineValuefloatElType No Yes Reference value.
locationreferenceObjectLocationElType No Yes Determines whether the reference object should be rendered at the back (behind data markers), or front (over data markers). Valid values are 'back' (default) and 'front'.
lowValuefloatElType No Yes Reference low value.
lineStylelineStyleElType No Yes Reference line style. Valid values are: solid (default), dashed, dotted.
lineWidthintegerElType No Yes Reference line width.
textstringElType No Yes Yes Yes Tooltip and legend text for this reference object.
shortDescstringElType No Yes Yes Yes Custom description for this reference object. To be displayed in tooltip.
typereferenceObjectTypeEnumeration No No Reference object type. Valid values are: line (default), area.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <dvtm:scatterChart>

An AMX DVT scatter chart. A scatter chart represents data by the location of data markers. Scatter charts are useful for displaying general relationships among a number of data points.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDataChangeanimationOnDataChangeChartElType No Yes Animation effect when the data changes. Valid values are: none (default), auto, alphaFade, slideToLeft, slideToRight.
animationOnDisplayanimationOnDisplayChartElType No Yes Animation effect when the chart is initially displayed. Valid values are: none (default), auto, alphaFade, zoom.
footnotestringElType No Yes Yes Yes Chart footnote text.
footnoteHalignhAlignElType No Yes Chart footnote horizontal alignment. Valid values are: start (default), end, center.
rolloverBehaviorrolloverBehaviorElType No Yes Specifies the rollover behavior when hovering over the chart markers/labels. Valid values are: none (default), dim.
varstring No No The name of the variable to be used for data item stamping.
dataSelectiondataSelectionElType No Yes Data selection mode. Determines if data items can be selected interactively, and if just one or multiple objects can be selected simultaneously. Valid values are: none (default), single, multiple.
renderedbooleanElType No Yes Whether this component should be rendered or not.
hideAndShowBehaviorhideAndShowBehaviorElType No Yes Specifies the hide/show behavior when clicking on legend markers/labels. Valid values are: none (default), withRescale, withoutRescale.
selectionListenerelExpression No YesDefines a method reference to a selection listener. To enable selection listener, the 'dataSelection' attribute must be set to 'single' or 'multiple'.
titlestringElType No Yes Yes Yes Chart title text.
titleHalignhAlignElType No Yes Chart title horizontal alignment. Valid values are: start (default), end, center.
subtitlestringElType No Yes Yes Yes Chart subtitle text.
dataLabelPositionchartDataLabelPositionElType No Yes Data label position. Valid values are auto, center, aboveMarker, belowMarker, afterMarker, beforeMarker. Default is 'auto'. When set to 'auto', the data label is centered on bar and bubble charts, and after the marker on line, area and scatter charts. The 'aboveMarker', 'belowMarker', 'beforeMarker', and 'afterMarker' values are ignored for bars, and position will fall back to 'auto', if set to those values. The chart does not currently adjust layout to fit labels within the plot area or deal with any overlaps between labels.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
coordinateSystemcoordinateSystemElType No Yes The coordinate system of the chart. Only applies to bar, line, area, combo, scatter, and bubble charts. Valid values: cartesian (default), polar.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
valuestringElType No Yes Yes Yes The value of the component.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:facet> 12
<dvtm:legend> 01
<dvtm:xAxis> 01
<dvtm:yAxis> 01
<dvtm:xFormat> 01
<dvtm:yFormat> 01
<dvtm:chartValueFormat> 05


Tag name: <dvtm:seriesStyle>

Defines styling properties of a chart series. Must be defined within the 'seriesStamp' facet.

Attributes

NameTypeRequired?Supports EL?Description
assignedToY2booleanElType No Yes Determines if the series should be assigned to the Y2 axis.
borderColorcolorElType No Yes Series border color.
colorcolorElType No Yes The color of this series (e.g. color of the line in a line chart, or color of the area in an area chart).
lineWidthintegerElType No Yes Series line width.
lineStylelineStyleElType No Yes Series line style. Valid values are: solid (default), dashed, dotted.
markerColorcolorElType No Yes A common color for data item markers in this series. May be overridden by the data item's markerColor attribute value.
markerDisplayedbooleanElType No Yes Should markers be displayed for the series.
markerShapestringElType No Yes Yes Yes A common shape of markers in the series. May be overridden by the data item's markerShape attribute value.
markerSizeintegerElType No Yes Size of markers for the series.
renderedbooleanElType No Yes Should this series be rendered.
seriesstringElType No Yes Yes Yes Series name.
seriesIdstringElType No Yes Yes Yes Series ID. Optional. If missing, the 'series' name is used as ID.
typeseriesStyleTypeElType No Yes Series style type for combo chart and line chart. Valid values are: area, bar, line (default) and lineWithArea.
displayInLegenddisplayInLegendElType No Yes Determines whether this series should be displayed in legend. Default is on.
areaColorcolorElType No Yes The area color of the series. Only applies if series type is area or lineWithArea.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
patternchartPatternsElType No Yes Data item pattern fill type. Valid values are: smallDiagonalRight, smallChecker, smallDiagonalLeft, smallTriangle, smallCrosshatch, smallDiamond, largeDiagonalRight, largeChecker, largeDiagonalLeft, largeTriangle, largeCrosshatch, largeDiamond.
actionstringElType No Yes Yes Yes Defines a reference to an action method sent by the command component, or the static outcome of an action.
actionListenerelExpression No YesDefines a method reference to an action listener.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:setPropertyListener> 0unbounded
<amx:showPopupBehavior> 01
<amx:closePopupBehavior> 01


Tag name: <dvtm:sliceLabel>

Slice label properties. DEPRECATED: Use pieChart.sliceLabelPosition and pieDataItem.sliceLabel instead.

Attributes

NameTypeRequired?Supports EL?Description
autoPrecisionautoPrecisionEnumeration No No Determines if auto precision should be enabled for slice label. Valid values are: on (default), off.
positionsliceLabelPositionElType No Yes Slice label position. Valid values are: none, inside, outside (default).
renderedbooleanElType No Yes Determines if the slice label should be rendered.
scalinglabelScalingElType No Yes Slice label scaling. Valid values are: auto (default), none, thousand, million, billion, trillion, quadrillion.
textTypetextTypeElType No Yes Slice label text type. Valid values are: percent (default), text, textAndPercent, number.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:convertNumber> 01


Tag name: <dvtm:sparkChart>

An AMX DVT spark chart. Spark charts are simple, condensed charts that display trends or variations, often in the column of a table. Spark charts are often displayed in a dashboard to provide additional context to a data-dense display.

Attributes

NameTypeRequired?Supports EL?Description
colorcolorElType No Yes The color of the bars, line, or area.
firstColorcolorElType No Yes The color of the first data item.
lastColorcolorElType No Yes The color of the last data item.
highColorcolorElType No Yes The color of the data item with the greatest value.
lowColorcolorElType No Yes The color of the data item with the lowest value.
typesparkChartTypeElType No Yes The type of the spark chart. Valid values are: area, bar, floatingBar, line (default).
varstring No No The name of the variable to be used for data item stamping.
lineStylelineStyleElType No Yes Chart line style. Valid values are: solid (default), dashed, dotted.
lineWidthfloatElType No Yes The width of the line in pixels.
lineTypesparkChartLineTypeElType No Yes Line type used for the chart. The line type attribute is supported only for 'line' and 'area' chart types and valid values are: none, straight (default), curved, stepped, segmented.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDataChangeanimationOnDataChangeChartElType No Yes Animation effect when the data changes. Valid values are: none (default), auto, alphaFade, slideToLeft, slideToRight.
animationOnDisplayanimationOnDisplayChartElType No Yes Animation effect when the chart is initially displayed. Valid values are: none (default), auto, alphaFade, zoom.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
renderedbooleanElType No Yes Whether this component should be rendered or not.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
valuestringElType No Yes Yes Yes The value of the component.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:facet> 11
<dvtm:referenceObject> 0unbounded


Tag name: <dvtm:sparkDataItem>

Represents the value and properties associated with a data item in a spark chart. Must be defined within the 'dataStamp' facet.

Attributes

NameTypeRequired?Supports EL?Description
colorcolorElType No Yes Spark item fill color. Specifies the color of a bar or the data point. For line and area chart types, markerDisplayed must be enabled to make the data items visible.
dateintegerElType No Yes Spark item date in ms since epoch.
floatValuefloatElType No Yes Spark item float value.
markerDisplayedbooleanElType No Yes Should markers be displayed for the spark item.
renderedbooleanElType No Yes Should this spark item be rendered.
valuefloatElType No Yes Value represented by this spark item.
markerShapemarkerShapeElType No Yes Specifies the shape of the marker. Valid values: square (default), circle, diamond, plus, triangleDown, triangleUp and human.
markerSizefloatElType No Yes Specifies the size of the marker in pixels.
borderColorcolorElType No Yes Specifies the border color of the data item (including bars and markers).
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <dvtm:statusMeterGauge>

An AMX DVT status meter gauge. Status meter gauge indicates its value by its color and area. It changes its color and area to match the threshold range into which the metric value falls.

Attributes

NameTypeRequired?Supports EL?Description
readOnlybooleanElType No Yes Whether the user can drag on the gauge to change the value.
orientationstatusMeterGaugeOrientationElType No Yes Defines the type of status meter to be rendered. Valid values are: horizontal (default), circular, vertical.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDataChangeanimationOnDataChangeChartElType No Yes Animation effect when the data changes. Valid values are: none (default), auto, alphaFade, slideToLeft, slideToRight.
animationOnDisplayanimationOnDisplayChartElType No Yes Animation effect when the chart is initially displayed. Valid values are: none (default), auto, alphaFade, zoom.
borderColorcolorElType No Yes Gauge border color.
colorcolorElType No Yes Gauge fill color.
visualEffectsvisualEffectsElType No Yes Gauge visual effects. Valid values are: auto (default), none.
minValuefloatElType No Yes The lowest value on the gauge scale.
maxValuefloatElType No Yes The highest value on the gauge scale.
labelDisplaylabelDisplayElType No Yes Label display. Valid values are: off (default), on.
renderedbooleanElType No Yes Whether this component should be rendered or not.
indicatorSizestringElType No Yes Yes Yes Relative size of the indicator. Valid values are 0.0-1.0 or 0-100%. Default value is 1.0 (full indicator size).
thresholdDisplaythresholdDisplayElType No Yes Type of threshold display type. Valid values are: onIndicator (default), currentOnly, all.
plotAreaplotAreaDisplayElType No Yes Plot area display. Valid values are: auto(default), off, on.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
valuestringElType No Yes Yes Yes The value of the component.
valueChangeListenerelExpression No YesDefines a method reference to a value change listener. The method represented by this EL expression will be invoked when the value changes and after the model is updated.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:threshold> 0unbounded
<dvtm:referenceLine> 0unbounded
<dvtm:gaugeLabelFormat> 01
<dvtm:metricLabel> 01
<amx:showPopupBehavior> 0unbounded
<amx:closePopupBehavior> 0unbounded
<amx:validationBehavior> 0unbounded


Tag name: <dvtm:sunburst>

An AMX DVT Sunburst. Sunbursts are used to display hierarchical data across two dimensions, represented by the size and color of the sunburst nodes.

Attributes

NameTypeRequired?Supports EL?Description
varstring No No The name of the variable to be used for data item stamping.
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDataChangetreeviewAnimationOnDataChangeElType No Yes Animation effect when the data changes. Valid values are: none (default), auto.
animationOnDisplaytreeviewAnimationOnDisplayElType No Yes Specifies the animation that is shown on initial display. Valid values are: none (default), auto.
selectionListenerelExpression No YesMethod reference to a selection listener, the method is invoked when the selected nodes are changed.
rotationsunburstRotationElType No Yes Specifies whether client side rotation is enabled.
rotationAnglesunburstRotationAngleElType No Yes Specifies the starting angle of the sunburst.
selectedRowKeysrowKeyListElType No Yes The list of row keys for the initially selected items. Expected values are an array of row keys or a string of space-separated values.
colorLabelstringElType No Yes Yes Yes Specifies the label describing the color metric of the component. This label will be used in the legend.
legendSourcestringElType No Yes Yes Yes Specifies the id of the attribute group used for display in the legend. This attribute group must be a child of a node within this component.
nodeSelectiontreeviewNodeSelectionElType No Yes Specifies the selection mode. Valid values are: none - no nodes can be selected, single - a single node can be selected, multiple - (default) multiple nodes can be selected.
sizeLabelstringElType No Yes Yes Yes Specifies the label describing the size metric of the component. This label will be used in the legend.
sortingsortingElType No Yes Specifies whether the nodes are sorted by size. When sorting is enabled, nodes that have the same parent are sorted in order of descending size.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
valuestringElType No Yes Yes Yes The value of the component.
renderedbooleanElType No Yes Whether this component should be rendered or not.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:sunburstNode> 1unbounded


Tag name: <dvtm:sunburstNode>

A child of the Sunburst component. The sunburst node displays two dimensions of data through its size and color.

Attributes

NameTypeRequired?Supports EL?Description
labelDisplaysunburstLabelDisplayElType No Yes The label display behavior for the nodes. More labels are generally displayed when using rotation, with the trade off of readability. Rotated labels are only supported in environments where rotated text is available. If rotated text is not available, labels will be displayed horizontally instead. Valid values are rotated (default), horizontal, off.
fillColorstringElType No Yes Yes Yes Specifies the fill color of the node. Valid values are CSS color values.
labelHalignsunburstLabelHalignElType No Yes The horizontal alignment for labels displayed within the node. Only applies to rotated text. Valid values are inner, outer, center (default).
radiusintegerElType No Yes Specifies the radius of the node relative to the other nodes. The subtree with the largest total radius will be assigned the total radius of the sunburst.
fillPatterntreeviewFillPatternElType No Yes Specifies the built-in pattern used to fill the node. The pattern is drawn with a white background, and the foreground color is taken from the fillColor attribute.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
valuestringElType No Yes Yes Yes The value of the component.
renderedbooleanElType No Yes Whether this component should be rendered or not.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
labelstringElType No Yes Yes Yes Defines the label of the component. In order for the label to appear above the component, the component should be placed inside of a panelFormLayout (where options are available to configure label positioning).

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:attributeGroups> 0unbounded


Tag name: <dvtm:thematicMap>

An AMX DVT thematic map which is used for displaying spatial trends or patterns in data.

Attributes

NameTypeRequired?Supports EL?Description
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDisplayanimationOnDisplayTMapElType No Yes Animation effect when the thematic map is initially displayed. Valid values are: none (default), alphaFade, zoom.
animationOnMapChangeanimationOnLayerMapChangeElType No Yes Animation effect when the basemap changes. Valid values are: none (default), alphaFade, cubeToLeft, cubeToRight, flipLeft, flipRight, slideToLeft, slideToRight, zoom.
basemapbasemapElType No Yes The basemap shown by the thematic map. This can refer to a built-in or custom basemap. Valid built-in values are: usa, world, africa, asia, australia, europe, northAmerica, southAmerica, apac, emea, latinAmerica, usaAndCanada.
tooltipDisplaytooltipDisplayElType No Yes The tooltip display behavior of the thematic map. Valid values are: auto (default), none, shortDescOnly.
zoomingzoomingElType No Yes Determines whether component zooming is allowed. Valid values are: auto, none (default).
panningpanningElType No Yes Determines whether component panning is allowed. Valid values are: auto, none (default).
initialZoominginitialZoomingElType No Yes Zooms map to fit data on initial render. Valid values are: auto, none (default).
sourcestringElType No Yes Yes Yes The URI specifying the location of the custom basemap metadata file. If set, the basemap attribute will be used to search for a matching custom basemap name in the metadata file.
markerZoomBehaviormarkerZoomBehaviorElType No Yes Determines how to scale markers along with the map. Valid values are 'fixed' (default) and 'zoom'.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
renderedbooleanElType No Yes Whether this component should be rendered or not.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:areaLayer> 0unbounded
<dvtm:pointDataLayer> 0unbounded
<dvtm:legend> 01


Tag name: <dvtm:threshold>

Represents a threshold section for a gauge. A gauge can support an unlimited number of thresholds.

Attributes

NameTypeRequired?Supports EL?Description
borderColorcolorElType No Yes Threshold border color. Overrides the default gauge border color, if specified.
colorcolorElType No Yes Threshold color. Overrides the default gauge color, if specified.
textstringElType No Yes Yes Yes Threshold text.
maxValuefloatElType No Yes The maximum value of this threshold's range. If not specified, defaults to the maximum value of the gauge.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

None.


Tag name: <dvtm:tickLabel>

Tick label for the axis.

Attributes

NameTypeRequired?Supports EL?Description
autoPrecisionautoPrecisionEnumeration No No Determines if auto precision should be enabled for tick label. Valid values are: on (default), off.
renderedbooleanElType No Yes Determines if the tick label should be rendered.
rotationlabelRotationElType No Yes Tick label rotation. Valid values are: auto (default), none. The attribute applies to tick labels on chart's categorical xAxis only. It has no effect on other axis types.
scalinglabelScalingElType No Yes Tick label scaling. Valid values are: auto (default), none, thousand, million, billion, trillion, quadrillion.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
labelStylestringElType No Yes Yes Yes Font style for labels associated with this data item. Valid values are font-related CSS attributes.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:convertNumber> 01
<amx:convertDateTime> 01


Tag name: <dvtm:timeAxis>

Child of timeline used to specify the time axis.

Attributes

NameTypeRequired?Supports EL?Description
renderedbooleanElType No Yes Specifies whether the component is rendered.
scaletimelineScaleElType No Yes Timeline scale.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:convertDateTime> 01


Tag name: <dvtm:timeline>

The Timeline component is used to display a series of events in chronological order. It supports zoom operation, expanding and collapsing a group of related events, and rendering of simple ADF components within each event. The Timeline component is capable of displaying two series of events side-by-side to enable comparison of events between the two series.

Attributes

NameTypeRequired?Supports EL?Description
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
endTimestringElType Yes Yes Yes Yes The end time of the timeline. The value is a string in ISO-8601 format or time in milliseconds. End time is required for a timeline to render.
startTimestringElType Yes Yes Yes Yes The start time of the timeline. The value is a string in ISO-8601 format or time in milliseconds. Start time is required for a timeline to render.
shortDescstringElType No Yes Yes Yes The summary of this timeline's purpose and structure for user agents rendering to non-visual media (e.g. screen readers).
itemSelectiontimelineItemSelectionElType No Yes Whether items in the timeline are selectable. Use the value "single" to enable single selection or "none" to disable selection. Note that this applies to item across timeline series. I.e. if "single" is specified, then only one item among all timeline series are selectable at a time.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
renderedbooleanElType No Yes Whether this component should be rendered or not.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:timelineSeries> 12
<dvtm:timeAxis> 11


Tag name: <dvtm:timelineItem>

The TimelineItem component must be placed inside of a TimelineSeries component. It represents an event item inside of the Timeline. The ability to control the basic layout of the Timeline Item is fixed and allows title text and description text.

Attributes

NameTypeRequired?Supports EL?Description
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
descriptionstringElType No Yes Yes Yes Timeline item description text.
startTimestringElType Yes Yes Yes Yes The start time of the event represented by this timeline item. The value is a string in ISO-8601 format or time in milliseconds. Start time is required for a timeline item to render.
endTimestringElType No Yes Yes Yes The end time of the event represented by this timeline item. The value is a string in ISO-8601 format or time in milliseconds.
titlestringElType No Yes Yes Yes Timeline item title text.
renderedbooleanElType No Yes Specifies whether the component is rendered.
durationFillColorstringElType No Yes Yes Yes Timeline item duration bar fill color.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
actionstringElType No Yes Yes Yes Defines a reference to an action method sent by the command component, or the static outcome of an action.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:attributeGroups> 0unbounded
<amx:setPropertyListener> 0unbounded
<amx:showPopupBehavior> 01


Tag name: <dvtm:timelineSeries>

The TimelineSeries component is a direct child of the Timeline component. A Timeline can have at most two TimelineSeries. Each TimelineSeries displays a list of events along the start and end time specified in the Timeline. The TimelineSeries component must be placed inside of a Timeline component.

Attributes

NameTypeRequired?Supports EL?Description
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
labelstringElType No Yes Yes Yes The label displayed on the Timeline series.
renderedbooleanElType No Yes Specifies whether the component is rendered.
selectionListenerelExpression No YesA method reference to a selection listener.
varstring No No The name of the variable to be used for data item stamping.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
valuestringElType No Yes Yes Yes The value of the component.
selectedRowKeysrowKeyListElType No Yes The list of row keys for the initially selected items. Expected values are an array of row keys or a string of space-separated values.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:timelineItem> 0unbounded


Tag name: <dvtm:treemap>

An AMX DVT Treemap. Treemaps are used to display hierarchical data across two dimensions, represented by the size and color of the treemap nodes.

Attributes

NameTypeRequired?Supports EL?Description
varstring No No The name of the variable to be used for data item stamping.
animationDurationintegerElType No Yes Animation duration in milliseconds.
animationOnDataChangetreeviewAnimationOnDataChangeElType No Yes Animation effect when the data changes. Valid values are: none (default), auto.
animationOnDisplaytreeviewAnimationOnDisplayElType No Yes Specifies the animation that is shown on initial display. Valid values are: none (default), auto.
selectionListenerelExpression No YesMethod reference to a selection listener, the method is invoked when the selected nodes are changed.
isolatedRowKeystringElType No Yes Yes Yes Specifies the row key of the currently isolated node, if any.
layouttreemapLayoutElType No Yes Specifies the layout of the treemap. The squarified layout (default) results in nodes that are as square as possible, for easier comparison of node sizes. The sliceAndDice layouts are useful for animation, as the ordering of the data is maintained. SliceAndDice layouts are also useful for small form factor treemaps.
selectedRowKeysrowKeyListElType No Yes The list of row keys for the initially selected items. Expected values are an array of row keys or a string of space-separated values.
colorLabelstringElType No Yes Yes Yes Specifies the label describing the color metric of the component. This label will be used in the legend.
legendSourcestringElType No Yes Yes Yes Specifies the id of the attribute group used for display in the legend. This attribute group must be a child of a node within this component.
nodeSelectiontreeviewNodeSelectionElType No Yes Specifies the selection mode. Valid values are: none - no nodes can be selected, single - a single node can be selected, multiple - (default) multiple nodes can be selected.
sizeLabelstringElType No Yes Yes Yes Specifies the label describing the size metric of the component. This label will be used in the legend.
sortingsortingElType No Yes Specifies whether the nodes are sorted by size. When sorting is enabled, nodes that have the same parent are sorted in order of descending size.
emptyTextstringElType No Yes Yes Yes Text displayed when there is no data or the data cannot be displayed.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
inlineStylestringElType No Yes Yes Yes The CSS styles to use for this component. This is intended for basic style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component.
styleClassstringElType No Yes Yes Yes A CSS style class to use for this component. The style class can be defined in your AMX page or in a skinning CSS file, for example, or you can use one of our public style classes.
valuestringElType No Yes Yes Yes The value of the component.
renderedbooleanElType No Yes Whether this component should be rendered or not.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:treemapNode> 1unbounded


Tag name: <dvtm:treemapNode>

A child of the Treemap component. The treemap node displays two dimensions of data through its size and color.

Attributes

NameTypeRequired?Supports EL?Description
labelDisplaytreemapLabelDisplayElType No Yes The label display behavior for nodes. Valid values are: node - (default) display the label inside the node, off - do not display the label.
fillColorstringElType No Yes Yes Yes Specifies the fill color of the node. Valid values are CSS color values.
labelHalignhAlignElType No Yes The horizontal alignment for labels displayed within the node. Valid values are: center - (default) positioned in the center, start - aligned to the left in left-to-right mode, aligned to the right in right-to-left mode, end - aligned to the right in left-to-right mode, aligned to the left in right-to-left mode.
labelValigntreemapLabelValignElType No Yes The vertical alignment for labels displayed within the node. Valid values are: center - (default) positioned in the center, top - aligned to the top of the node, bottom - aligned to the bottom of the node.
fillPatterntreeviewFillPatternElType No Yes Specifies the built-in pattern used to fill the node. The pattern is drawn with a white background, and the foreground color is taken from the fillColor attribute.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
valuestringElType No Yes Yes Yes The value of the component.
renderedbooleanElType No Yes Whether this component should be rendered or not.
shortDescstringElType No Yes Yes Yes The short description of the component. The short description property value should be set to provide basic accessibility.
labelstringElType No Yes Yes Yes Defines the label of the component. In order for the label to appear above the component, the component should be placed inside of a panelFormLayout (where options are available to configure label positioning).

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:attributeGroups> 0unbounded


Tag name: <dvtm:xAxis>

Defines properties of chart's X axis.

Attributes

NameTypeRequired?Supports EL?Description
titlestringElType No Yes Yes Yes Axis title.
timeRangeModetimeRangeModeElType No Yes Time range mode. Valid values are: off (default), explicit, relativeFirst, relativeLast.
viewportEndGroupstringElType No Yes Yes Yes Specifies the last visible group in a zoomed chart.
viewportStartGroupstringElType No Yes Yes Yes Specifies the first visible group in a zoomed chart.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
axisMinValuefloatElType No Yes Minimum axis value.
axisMaxValuefloatElType No Yes Maximum axis value.
dataMinValuefloatElType No Yes Minimum data value for the axis.
dataMaxValuefloatElType No Yes Maximum data value for the axis.
majorIncrementfloatElType No Yes Increment between major ticks.
minimumIncrementfloatElType No Yes Minimum increment between major ticks.
minorIncrementfloatElType No Yes Increment between minor ticks.
scaledFromBaselinescaledFromBaselineElType No Yes Specifies whether the axis is scaled to include the baseline value of zero. Valid values are: off, on (default).
viewportMinValuestringElType No Yes Yes Yes Minimum viewport value in a zoomed chart.
viewportMaxValuestringElType No Yes Yes Yes Maximum viewport value in a zoomed chart.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:referenceObject> 0unbounded
<dvtm:referenceArea> 0unbounded
<dvtm:referenceLine> 0unbounded
<dvtm:tickLabel> 01
<dvtm:axisLine> 01
<dvtm:majorTick> 01
<dvtm:minorTick> 01


Tag name: <dvtm:xFormat>

Specifies the x value format used in the tooltip. Deprecated. Use dvtm:chartValueFormat with type="x" instead.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:convertNumber> 01


Tag name: <dvtm:y2Axis>

Defines properties of chart's Y2 axis (a secondary Y axis).

Attributes

NameTypeRequired?Supports EL?Description
alignTickMarksbooleanElType No Yes Determines if y2 and y1 tick marks should be aligned. Valid values are: true (default), false.
titlestringElType No Yes Yes Yes Axis title.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
axisMinValuefloatElType No Yes Minimum axis value.
axisMaxValuefloatElType No Yes Maximum axis value.
dataMinValuefloatElType No Yes Minimum data value for the axis.
dataMaxValuefloatElType No Yes Maximum data value for the axis.
majorIncrementfloatElType No Yes Increment between major ticks.
minimumIncrementfloatElType No Yes Minimum increment between major ticks.
minorIncrementfloatElType No Yes Increment between minor ticks.
scaledFromBaselinescaledFromBaselineElType No Yes Specifies whether the axis is scaled to include the baseline value of zero. Valid values are: off, on (default).

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:referenceObject> 0unbounded
<dvtm:referenceArea> 0unbounded
<dvtm:referenceLine> 0unbounded
<dvtm:tickLabel> 01
<dvtm:axisLine> 01
<dvtm:majorTick> 01
<dvtm:minorTick> 01


Tag name: <dvtm:y2Format>

Specifies the y2 value format used in the tooltip. Deprecated. Use dvtm:chartValueFormat with type="y2" instead.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:convertNumber> 01


Tag name: <dvtm:yAxis>

Defines properties of charts's Y axis.

Attributes

NameTypeRequired?Supports EL?Description
titlestringElType No Yes Yes Yes Axis title.
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.
axisMinValuefloatElType No Yes Minimum axis value.
axisMaxValuefloatElType No Yes Maximum axis value.
dataMinValuefloatElType No Yes Minimum data value for the axis.
dataMaxValuefloatElType No Yes Maximum data value for the axis.
majorIncrementfloatElType No Yes Increment between major ticks.
minimumIncrementfloatElType No Yes Minimum increment between major ticks.
minorIncrementfloatElType No Yes Increment between minor ticks.
scaledFromBaselinescaledFromBaselineElType No Yes Specifies whether the axis is scaled to include the baseline value of zero. Valid values are: off, on (default).
viewportMinValuestringElType No Yes Yes Yes Minimum viewport value in a zoomed chart.
viewportMaxValuestringElType No Yes Yes Yes Maximum viewport value in a zoomed chart.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<dvtm:referenceObject> 0unbounded
<dvtm:referenceArea> 0unbounded
<dvtm:referenceLine> 0unbounded
<dvtm:tickLabel> 01
<dvtm:axisLine> 01
<dvtm:majorTick> 01
<dvtm:minorTick> 01


Tag name: <dvtm:yFormat>

Specifies the y value format used in the tooltip. Deprecated. Use dvtm:chartValueFormat with type="y" instead.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:convertNumber> 01


Tag name: <dvtm:zFormat>

Specifies the z value format used in the tooltip. Deprecated. Use dvtm:chartValueFormat with type="z" instead.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<amx:convertNumber> 01


Tag name: <skin:adfmf-skins>

The root element defined in the maf-skins document.

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<skin:skin> 0unbounded
<skin:skin-addition> 0unbounded


Tag name: <skin:default>

Set to true if this skin is the default skin for the specified skin family. The default skin will be picked if the maf-config's skin-version is not set.

Attributes

None.

Child Elements

None.


Tag name: <skin:extends>

The id of the parent skin which this skin extends.

Attributes

None.

Child Elements

None.


Tag name: <skin:family>

A name which identifies the skin family to which this skin implementation belongs.

Attributes

None.

Child Elements

None.


Tag name: <skin:id>

A string identifier which uniquely identifies this custom skin implementation. This identifier should contain the device platform and version as part of the id if applicable (e.g. "customSkin-v1.1" or "customSkin-v1.1.iOS" in case it is targeted to a specific platform).

Attributes

None.

Child Elements

None.


Tag name: <skin:name>

Defines a skin name.

Attributes

None.

Child Elements

None.


Tag name: <skin:skin>

Top level element to define a skin.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<skin:id> 11
<skin:family> 11
<skin:version> 01
<skin:extends> 01
<skin:style-sheet-name> 01


Tag name: <skin:skin-addition>

Defines a skin addition. A skin addition which is created by custom component developers to add skinning information for the custom component.

Attributes

NameTypeRequired?Supports EL?Description
idcomponentId No No Specifies the identifier for the component. The identifier must follow the following rules: Must not be zero length; First character must be an ASCII letter; Subsequent characters must be ASCII letter or digit or underscore or dash.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<skin:skin-id> 11
<skin:style-sheet-name> 01


Tag name: <skin:skin-id>

A string identifier which uniquely identifies the skin you are pushing your styles into.

Attributes

None.

Child Elements

None.


Tag name: <skin:style-sheet-name>

The name of the style sheet which defines the styles for this skin addition.

Attributes

None.

Child Elements

None.


Tag name: <skin:version>

The version of the skin, if any.

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<skin:name> 11
<skin:default> 01


Tag name: <config:adfmf-config>

The adfmf-config element is the root element of all maf-config.xml files.

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<config:skin-family> 01
<config:skin-version> 01
<config:generic-type> 01
<config:allowLoginInSlidingWindows> 01
<config:autoHideSlidingWindows> 01


Tag name: <config:allowLoginInSlidingWindows>

If true, secured features that are displayed as a sliding window will not display the login screen when in the unauthenticated state. The sliding windows can be displayed but will show only placeholder content until the associated connection is authenticated. If false, a login screen will be displayed when the feature is not authenticated.

Attributes

None.

Child Elements

None.


Tag name: <config:autoHideSlidingWindows>

If true, all sliding windows that are being displayed will be hidden from view when a login screen is presented in the main content area. Any sliding windows that are temporarily hidden during the presentation of the login screen will be restored to their previous position when the main content is authenticated or switched to another feature which does not require a login screen to be presented.

Attributes

None.

Child Elements

None.


Tag name: <config:conversion>

Conversion is a process associated with the transformation of generic types and java beans/soap messages/json/...

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<config:validated> 11


Tag name: <config:generic-type>

Generic type is a hierarchical name value pair.

Attributes

None.

Child Elements

Child ElementMinimum OccurrencesMaximum Occurrences
<config:conversion> 11


Tag name: <config:skin-family>

The skin-family element is used to pick a skin during rendering. You can optionally add the skin-version to pick a particular version of a skin with the same skin-family. Can contain EL.

Attributes

None.

Child Elements

None.


Tag name: <config:skin-version>

The skin-version element is used to pick a skin during rendering. A skin is picked by matching the skin-id (required), and if specified here, the skin-version. Can contain EL.

Attributes

None.

Child Elements

None.


Tag name: <config:validated>

Validates the generic type with the predefined definition.

Attributes

None.

Child Elements

None.