Panel

amx:panelGroupLayout

The Panel component is a simple layout container which supports horizontal, vertical and, wrapped layouts. The Panel consists of the following attributes:

Appearance

Appearance characteristics for this component.

Behavior

Common behaviors for this component.

Usage

Usage guidelines for this component.

Sample

AMX sample code for this component.

<amx:panelGroupLayout id="pgl1" inlineStyle="width:95%;margin-left:10px" layout="horizontal" >
<amx:iterator id="iterator1" value="#{bindings.reports.collectionModel}" var="row" inlineStyle="display:inline-block;white-space:nowrap;">

Related

Fig 1. iOS Panel

 

Fig 2. Android Panel