Hi,
Is it possible to use a layout defined in VisualBuilder (attached) as a tile in TileGrid. Do I need to first create a Java class handler for the XML (VB created XML file) and instantiate the Canvas defined in VB. And then refer to the java class in the tileGrid.setTileConstructor() method?
Attached is the screenshot of the layout created in VB. It is a "card" type of layout and I need to display cards like it in a single column TileGrid.
I am using SmartGWT Pro 5.1p.
Thanks.
Is it possible to use a layout defined in VisualBuilder (attached) as a tile in TileGrid. Do I need to first create a Java class handler for the XML (VB created XML file) and instantiate the Canvas defined in VB. And then refer to the java class in the tileGrid.setTileConstructor() method?
Attached is the screenshot of the layout created in VB. It is a "card" type of layout and I need to display cards like it in a single column TileGrid.
I am using SmartGWT Pro 5.1p.
Thanks.
Comment