org.scrashmeow.ojb.console.ui.control.grid.factory
Class FieldDescriptorGridControlFactory

java.lang.Object
  |
  +--org.scrashmeow.ojb.console.ui.control.OjbcViewControlFactory
        |
        +--org.scrashmeow.ojb.console.ui.control.grid.factory.DescriptorGridControlFactory
              |
              +--org.scrashmeow.ojb.console.ui.control.grid.factory.FieldDescriptorGridControlFactory
All Implemented Interfaces:
ApplicationServiceAware, java.io.Serializable

public class FieldDescriptorGridControlFactory
extends DescriptorGridControlFactory

Author:
alexander To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
See Also:
Serialized Form

Constructor Summary
FieldDescriptorGridControlFactory()
           
 
Method Summary
 GridControl createPropertiesGrid(org.apache.ojb.broker.metadata.FieldDescriptor fld)
          Method createPropertiesGrid @add-javadoc!!!
static FieldDescriptorGridControlFactory newInstance(ApplicationService service, HttpServletRequest request)
          Method newInstance @add-javadoc!!!
 
Methods inherited from class org.scrashmeow.ojb.console.ui.control.OjbcViewControlFactory
getApplicationService, getRequest, getSelfLink, getSelfParams, getUserLocale, initialize, initialize, setApplicationService, setRequest, setSelfLink, setSelfParams, setUserLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldDescriptorGridControlFactory

public FieldDescriptorGridControlFactory()
Method Detail

newInstance

public static FieldDescriptorGridControlFactory newInstance(ApplicationService service,
                                                            HttpServletRequest request)
                                                     throws ServiceException
Method newInstance @add-javadoc!!!

Parameters:
service - @add-javadoc!!!
request - @add-javadoc!!!
Returns:
@add-javadoc!!!
Throws:
ServiceException - @add-javadoc!!!

createPropertiesGrid

public GridControl createPropertiesGrid(org.apache.ojb.broker.metadata.FieldDescriptor fld)
                                 throws ServiceException
Method createPropertiesGrid @add-javadoc!!!

Parameters:
fld - @add-javadoc!!!
Returns:
@add-javadoc!!!
Throws:
ServiceException - @add-javadoc!!!


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.