Interface IXYContentRenderer


public interface IXYContentRenderer
Each xy-element is rendered as PAINTAREAITEM control. As content of the page bean you pass a page bean. The type of the page bean is defined by this renderer-instance.

For simple purposes you may use the page bean XYSimpleContent.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclnt.jsfserver.pagebean.IPageBean
     
  • Method Details

    • renderContent

      org.eclnt.jsfserver.pagebean.IPageBean renderContent(IXYContent content)