Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1 Beta
-
Fix Version/s: 1.1 Final
-
Component/s: None
-
Labels:None
-
Environment:mobile
Description
The page Panel defines a header, body and footer facet and when used with combination with deviceStyleSheet will be styled for the detected device.
<pagePanel>
<facet name="header" />
<facet name="body" />
<facet name="footer" />
</pagePanel>
The component can be used in a panelStack or on its own or not at all. All depends on what the developer is up too. Here is simple mobile component example showing how to use a the camera component but will get a nice pretty wrapper.
<pagePanel>
<facet name="header" >Camera Example</facet>
<facet name="body" >
<fieldsetGroup>
<fieldsetRow>
<form>
<camcorder id="cc" type="basic"
value="#{camcorderBean.clip}"/>
<thumbnail for="cc"/>
<commandButton >
</form>
</fieldsetRow>
</filedsetGroup>
</facet>
</pagePanel>
<pagePanel>
<facet name="header" />
<facet name="body" />
<facet name="footer" />
</pagePanel>
The component can be used in a panelStack or on its own or not at all. All depends on what the developer is up too. Here is simple mobile component example showing how to use a the camera component but will get a nice pretty wrapper.
<pagePanel>
<facet name="header" >Camera Example</facet>
<facet name="body" >
<fieldsetGroup>
<fieldsetRow>
<form>
<camcorder id="cc" type="basic"
value="#{camcorderBean.clip}"/>
<thumbnail for="cc"/>
<commandButton >
</form>
</fieldsetRow>
</filedsetGroup>
</facet>
</pagePanel>
Revision: 28392
Author: patrick.corless
Date: March-19-12 10:15:48 AM
Message:
MOBI-191addition of new component to handle default page layout of a header, body and footer.Modified : /icemobile/trunk/icemobile/components/component/build.xml
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/PagePanel.java
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/PagePanelMeta.java
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/PagePanelRenderer.java
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/android
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/android/default-page-panel.css
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/bberry
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/bberry/default-page-panel.css
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/honeycomb
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/honeycomb/default-page-panel.css
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/ipad
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/ipad/default-page-panel.css
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/ipad/header.png
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/ipad/pinstripes.png
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/iphone
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/iphone/default-page-panel.css
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/iphone/header.png
Added : /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/pagepanel/iphone/pinstripes.png
Revision: 29880
Author: greg.dick
Date: July-09-12 5:44:48 PM
Message:
MOBI-217Initial check inAdded : /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/PagePanelTag.java (Copy from path: /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/OutputListTag.java, Revision, 29827)