All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.jcon.df.edit.ComponentConfig


java.lang.Object

   |

   +----org.jcon.df.edit.ComponentConfig


public class ComponentConfig
extends Object
Configures components using a layout and param. This is done by using the Param to create, configure and layout components.


Constructor Index

 o ComponentConfig(EasyLayout, Param, EditListener)

Method Index

 o config()
 o getControls()
 o getModules()
 o setDataSourceID(String)

Constructors

 o ComponentConfig

 public ComponentConfig(EasyLayout layout,

                        Param param,

                        EditListener editListener)

Methods

 o setDataSourceID

 public void setDataSourceID(String dataSourceID)

 o getControls

 public Vector getControls()

 o getModules

 public Vector getModules()

 o config

 public void config()



All Packages  Class Hierarchy  This Package  Previous  Next  Index