[jira] Created: (OFBIZ-809) Implement Screen Widget Renderer for Fo (Formatting Objects)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-809) Implement Screen Widget Renderer for Fo (Formatting Objects)

Nicolas Malin (Jira)
Implement Screen Widget Renderer for Fo (Formatting Objects)
------------------------------------------------------------

                 Key: OFBIZ-809
                 URL: https://issues.apache.org/jira/browse/OFBIZ-809
             Project: OFBiz (The Open for Business Project)
          Issue Type: New Feature
          Components: framework
            Reporter: Jacopo Cappellato
            Priority: Minor


Implement a new class to render a screen widget definition with xsl-fo markup.
The class should live in the package:

package org.ofbiz.widget.fo;

and its name should be:

public class FoScreenRenderer implements ScreenStringRenderer {
...

It should be very similar to org.ofbiz.widget.html.HtmlScreenRenderer

This class, together with the existing FoFormRenderer (that is the equivalent of HtmlFormRenderer), will provide a way to export a screen definition in xsl-fo (and then PDF, XML, etc...) instead of html as is now.

Any volunteers? I would be more than happy to help with implementation details.


--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-809) Implement Screen Widget Renderer for Fo (Formatting Objects)

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato reassigned OFBIZ-809:
---------------------------------------

    Assignee: Jacopo Cappellato

> Implement Screen Widget Renderer for Fo (Formatting Objects)
> ------------------------------------------------------------
>
>                 Key: OFBIZ-809
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-809
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: framework
>            Reporter: Jacopo Cappellato
>         Assigned To: Jacopo Cappellato
>            Priority: Minor
>
> Implement a new class to render a screen widget definition with xsl-fo markup.
> The class should live in the package:
> package org.ofbiz.widget.fo;
> and its name should be:
> public class FoScreenRenderer implements ScreenStringRenderer {
> ...
> It should be very similar to org.ofbiz.widget.html.HtmlScreenRenderer
> This class, together with the existing FoFormRenderer (that is the equivalent of HtmlFormRenderer), will provide a way to export a screen definition in xsl-fo (and then PDF, XML, etc...) instead of html as is now.
> Any volunteers? I would be more than happy to help with implementation details.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-809) Implement Screen Widget Renderer for Fo (Formatting Objects)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato closed OFBIZ-809.
-----------------------------------

    Resolution: Fixed

rev. 545225

> Implement Screen Widget Renderer for Fo (Formatting Objects)
> ------------------------------------------------------------
>
>                 Key: OFBIZ-809
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-809
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>
> Implement a new class to render a screen widget definition with xsl-fo markup.
> The class should live in the package:
> package org.ofbiz.widget.fo;
> and its name should be:
> public class FoScreenRenderer implements ScreenStringRenderer {
> ...
> It should be very similar to org.ofbiz.widget.html.HtmlScreenRenderer
> This class, together with the existing FoFormRenderer (that is the equivalent of HtmlFormRenderer), will provide a way to export a screen definition in xsl-fo (and then PDF, XML, etc...) instead of html as is now.
> Any volunteers? I would be more than happy to help with implementation details.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.