Uses of Class
org.scrashmeow.ojb.console.ui.control.grid.GridControl

Packages that use GridControl
org.scrashmeow.ojb.console.ui.action   
org.scrashmeow.ojb.console.ui.control.grid   
org.scrashmeow.ojb.console.ui.control.grid.factory   
org.scrashmeow.ojb.console.ui.form   
org.scrashmeow.ojb.console.ui.form.repoeditor   
 

Uses of GridControl in org.scrashmeow.ojb.console.ui.action
 

Methods in org.scrashmeow.ojb.console.ui.action that return GridControl
protected  GridControl ViewJspRuntimePropertiesAction.buildHeaderItems(HttpServletRequest request)
          Method buildHeaderItems @add-javadoc!!!
protected  GridControl ViewJspRuntimePropertiesAction.buildCookieItems(HttpServletRequest request)
          Method buildCookieItems @add-javadoc!!!
protected  GridControl ViewJspRuntimePropertiesAction.buildParameterItems(HttpServletRequest request)
          Method buildParameterItems @add-javadoc!!!
protected  GridControl ViewJspRuntimePropertiesAction.buildRequestInfo(HttpServletRequest request)
          Method buildRequestInfo @add-javadoc!!!
protected  GridControl ViewJspRuntimePropertiesAction.buildSessionAttrs(HttpServletRequest request)
          Method buildSessionAttrs @add-javadoc!!!
protected  GridControl ViewJspRuntimePropertiesAction.buildApplicationAttrs(org.apache.struts.action.ActionServlet servlet)
          Method buildApplicationAttrs @add-javadoc!!!
protected  GridControl ObjectReferenceEditorAction.buildGridControl(HttpServletRequest request, org.apache.ojb.broker.metadata.ClassDescriptor cld, java.lang.Object inst)
          Method buildGridControl @add-javadoc!!!
protected  GridControl BrowseAction.createGridControl(SearchGridControlFactory factory, java.util.Iterator rs, int rsSize, int windowSize, int currentWindow)
          Method createGridControl @add-javadoc!!!
protected  GridControl BrowseAction.buildGridControl(BrowseForm myForm, HttpServletRequest request)
          Method buildGridControl @add-javadoc!!!
 

Uses of GridControl in org.scrashmeow.ojb.console.ui.control.grid
 

Methods in org.scrashmeow.ojb.console.ui.control.grid that return GridControl
static GridControl GridControl.newInstance(java.lang.String selectedFormName, java.lang.String dispatchProperty, java.lang.String controlId)
           
 

Uses of GridControl in org.scrashmeow.ojb.console.ui.control.grid.factory
 

Methods in org.scrashmeow.ojb.console.ui.control.grid.factory that return GridControl
 GridControl SearchGridControlFactory.createGrid(java.util.Iterator queryResults, int queryResultSize, int windowSize, int currentWindow)
          Creates a grid control of data.
 GridControl SearchGridControlFactory.createGridControl()
          Method createGridControl @add-javadoc!!!
 GridControl RepositoryDescriptorGridControlFactory.createSummaryGrid(java.util.Collection descriptors)
          Method createSummaryGrid @add-javadoc!!!
 GridControl RepositoryDescriptorGridControlFactory.createDetailGrid(org.apache.ojb.broker.metadata.XmlCapable desc)
          Method createDetailGrid @add-javadoc!!!
 GridControl ObjectReferenceGridControlFactory.createGrid(java.lang.Object inst)
          Creates a grid control of data.
protected  GridControl ObjectReferenceGridControlFactory.createGridControl()
          Method createGridControl @add-javadoc!!!
 GridControl JdbcConnectionDescriptorGridControlFactory.createSummaryGrid(java.util.Collection descriptors)
          Method createSummaryGrid @add-javadoc!!!
 GridControl JdbcConnectionDescriptorGridControlFactory.createDetailGrid(org.apache.ojb.broker.metadata.XmlCapable desc)
          Method createDetailGrid @add-javadoc!!!
 GridControl GridControlFactory.createGrid(java.util.Properties props)
          Method createGrid @add-javadoc!!!
 GridControl GridControlFactory.createGrid(java.util.Map props)
          Method createGrid @add-javadoc!!!
 GridControl FieldDescriptorGridControlFactory.createPropertiesGrid(org.apache.ojb.broker.metadata.FieldDescriptor fld)
          Method createPropertiesGrid @add-javadoc!!!
 GridControl DescriptorSummaryGridControlFactory.createSummaryGrid(java.util.Collection descriptors)
          Method createSummaryGrid @add-javadoc!!!
 GridControl ClassDescriptorGridControlFactory.createPropertiesGrid(org.apache.ojb.broker.metadata.ClassDescriptor cld)
          Method createPropertiesGrid @add-javadoc!!!
 GridControl ClassDescriptorGridControlFactory.createFieldSummaryGrid(org.apache.ojb.broker.metadata.ClassDescriptor cld)
          Method createFieldSummaryGrid @add-javadoc!!!
 

Uses of GridControl in org.scrashmeow.ojb.console.ui.form
 

Fields in org.scrashmeow.ojb.console.ui.form declared as GridControl
protected  GridControl ViewOjbPropertiesForm.propertiesGrid
          Field propertiesGrid
protected  GridControl ViewJspRuntimePropertiesForm.cookies
          Field cookies
protected  GridControl ViewJspRuntimePropertiesForm.headers
          Field headers
protected  GridControl ViewJspRuntimePropertiesForm.parameters
          Field parameters
protected  GridControl ViewJspRuntimePropertiesForm.requestInfo
          Field requestInfo
protected  GridControl ViewJspRuntimePropertiesForm.sessionAttrs
          Field sessionAttrs
protected  GridControl ViewJspRuntimePropertiesForm.applicationAttrs
          Field applicationAttrs
protected  GridControl ViewJavaSystemPropertiesForm.propertiesGrid
          Field propertiesGrid
protected  GridControl RepositoryBrowseForm.repositoryGrid
          Field repositoryGrid
protected  GridControl ManageUserSessionForm.userObjects
          Field userObjects
protected  GridControl DescriptorRepositoryForm.detailGrid
          Field detailGrid
protected  GridControl DescriptorRepositoryForm.summaryGrid
          Field summaryGrid
protected  GridControl DescriptorObjectForm.propertiesGrid
          Field propertiesGrid
protected  GridControl DescriptorObjectForm.fieldSummaryGrid
          Field fieldSummaryGrid
protected  GridControl DescriptorFieldForm.propertiesGrid
          Field propertiesGrid
protected  GridControl DescriptorConnectionsForm.summaryGrid
          Field summaryGrid
protected  GridControl DescriptorConnectionsForm.detailGrid
          Field detailGrid
 

Methods in org.scrashmeow.ojb.console.ui.form that return GridControl
 GridControl ViewOjbPropertiesForm.getPropertiesGrid()
          Returns the propertiesGrid.
 GridControl ViewJspRuntimePropertiesForm.getApplicationAttrs()
          Returns the applicationAttrs.
 GridControl ViewJspRuntimePropertiesForm.getCookies()
          Returns the cookies.
 GridControl ViewJspRuntimePropertiesForm.getHeaders()
          Returns the headers.
 GridControl ViewJspRuntimePropertiesForm.getParameters()
          Returns the parameters.
 GridControl ViewJspRuntimePropertiesForm.getRequestInfo()
          Returns the requestInfo.
 GridControl ViewJspRuntimePropertiesForm.getSessionAttrs()
          Returns the sessionAttrs.
 GridControl ViewJavaSystemPropertiesForm.getPropertiesGrid()
          Returns the propertiesGrid.
 GridControl RepositoryBrowseForm.getRepositoryGrid()
          Returns the repositoryGrid.
 GridControl ObjectReferenceEditorForm.getDataGrid()
          Method getDataGrid @add-javadoc!!!
 GridControl ManageUserSessionForm.getUserObjects()
          Returns the userObjects.
 GridControl DescriptorRepositoryForm.getDetailGrid()
          Returns the detailGrid.
 GridControl DescriptorRepositoryForm.getSummaryGrid()
          Returns the summaryGrid.
 GridControl DescriptorObjectForm.getPropertiesGrid()
          Returns the propertiesGrid.
 GridControl DescriptorObjectForm.getFieldSummaryGrid()
          Returns the fieldSummaryGrid.
 GridControl DescriptorFieldForm.getPropertiesGrid()
          Returns the propertiesGrid.
 GridControl DescriptorConnectionsForm.getSummaryGrid()
          Returns the summaryGrid.
 GridControl DescriptorConnectionsForm.getDetailGrid()
          Returns the detailGrid.
 GridControl BrowseForm.getDataGrid()
          Method getDataGrid @add-javadoc!!!
 

Methods in org.scrashmeow.ojb.console.ui.form with parameters of type GridControl
 void ViewOjbPropertiesForm.setPropertiesGrid(GridControl propertiesGrid)
          Sets the propertiesGrid.
 void ViewJspRuntimePropertiesForm.setApplicationAttrs(GridControl applicationAttrs)
          Sets the applicationAttrs.
 void ViewJspRuntimePropertiesForm.setCookies(GridControl cookies)
          Sets the cookies.
 void ViewJspRuntimePropertiesForm.setHeaders(GridControl headers)
          Sets the headers.
 void ViewJspRuntimePropertiesForm.setParameters(GridControl parameters)
          Sets the parameters.
 void ViewJspRuntimePropertiesForm.setRequestInfo(GridControl requestInfo)
          Sets the requestInfo.
 void ViewJspRuntimePropertiesForm.setSessionAttrs(GridControl sessionAttrs)
          Sets the sessionAttrs.
 void ViewJavaSystemPropertiesForm.setPropertiesGrid(GridControl propertiesGrid)
          Sets the propertiesGrid.
 void RepositoryBrowseForm.setRepositoryGrid(GridControl repositoryGrid)
          Sets the repositoryGrid.
 void ObjectReferenceEditorForm.setDataGrid(GridControl dataGrid)
          Method setDataGrid @add-javadoc!!!
 void ManageUserSessionForm.setUserObjects(GridControl userObjects)
          Sets the userObjects.
 void DescriptorRepositoryForm.setDetailGrid(GridControl detailGrid)
          Sets the detailGrid.
 void DescriptorRepositoryForm.setSummaryGrid(GridControl summaryGrid)
          Sets the summaryGrid.
 void DescriptorObjectForm.setPropertiesGrid(GridControl propertiesGrid)
          Sets the propertiesGrid.
 void DescriptorObjectForm.setFieldSummaryGrid(GridControl fieldSummaryGrid)
          Sets the fieldSummaryGrid.
 void DescriptorFieldForm.setPropertiesGrid(GridControl propertiesGrid)
          Sets the propertiesGrid.
 void DescriptorConnectionsForm.setSummaryGrid(GridControl summaryGrid)
          Sets the summaryGrid.
 void DescriptorConnectionsForm.setDetailGrid(GridControl detailGrid)
          Sets the detailGrid.
 void BrowseForm.setDataGrid(GridControl dataGrid)
          Method setDataGrid @add-javadoc!!!
 

Uses of GridControl in org.scrashmeow.ojb.console.ui.form.repoeditor
 

Fields in org.scrashmeow.ojb.console.ui.form.repoeditor declared as GridControl
protected  GridControl SequenceManagerEditorForm.attributes
           
protected  GridControl RepositoryEditorForm.classes
           
protected  GridControl RepositoryEditorForm.connections
           
protected  GridControl ReferenceEditorForm.foreignKeys
           
protected  GridControl JdbcConnectionEditorForm.connectionPool
           
protected  GridControl JdbcConnectionEditorForm.sequenceManager
           
protected  GridControl IndexEditorForm.indexColumns
           
protected  GridControl CollectionEditorForm.inverseForeignKey
           
protected  GridControl CollectionEditorForm.orderBy
           
protected  GridControl CollectionEditorForm.fkPointingToThisClass
           
protected  GridControl CollectionEditorForm.fkPointingToElementClass
           
protected  GridControl CollectionEditorForm.queryCustomizer
           
protected  GridControl ClassEditorForm.attributes
           
protected  GridControl ClassEditorForm.extents
           
protected  GridControl ClassEditorForm.fields
           
protected  GridControl ClassEditorForm.references
           
protected  GridControl ClassEditorForm.collections
           
protected  GridControl ClassEditorForm.indexes
           
protected  GridControl BaseRepositoryEditorForm.attributes
           
 

Methods in org.scrashmeow.ojb.console.ui.form.repoeditor that return GridControl
protected  GridControl BaseRepositoryEditorForm.buildAttributesControl()
           
 GridControl BaseRepositoryEditorForm.getAttributes()
           
 

Methods in org.scrashmeow.ojb.console.ui.form.repoeditor with parameters of type GridControl
 void BaseRepositoryEditorForm.setAttributes(GridControl control)
           
 



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