[
https://issues.apache.org/jira/browse/CLK-793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13812009#comment-13812009
]
Adrian A. commented on CLK-793:
-------------------------------
> what are the different ways to use Layouts in Apache CLICK except following
> 1. Form's tabular method
> 2. Use of HtmlForm class
You can use your own layout if you wish, as you can control the rendering by
overriding the existing rendering methods.
> How can I implement a layout like BorderLayout from Java using Apache
> Click.??
BorderLayout is just a simple Page, does no layout on itself, but delegates
this to each component. It's just a shortcut to avoid duplicating the code
present in /border-template.htm in each of your *.htm file.
> How can I implement a layout manager like Border Layout in Click application?
> -----------------------------------------------------------------------------
>
> Key: CLK-793
> URL: https://issues.apache.org/jira/browse/CLK-793
> Project: Click
> Issue Type: Question
> Reporter: vishal bansode
>
> what are the different ways to use Layouts in Apache CLICK except following
> 1. Form's tabular method
> 2. Use of HtmlForm class
> and also, How can I implement a layout like BorderLayout from Java using
> Apache Click.??
--
This message was sent by Atlassian JIRA
(v6.1#6144)