org.scrashmeow.ojb.console.ui.form.repoeditor
Class ClassEditorForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--org.apache.struts.validator.ValidatorForm
              |
              +--org.scrashmeow.ojb.console.framework.OjbcValidatorForm
                    |
                    +--org.scrashmeow.ojb.console.ui.form.repoeditor.BaseRepositoryEditorForm
                          |
                          +--org.scrashmeow.ojb.console.ui.form.repoeditor.ClassEditorForm
All Implemented Interfaces:
ApplicationServiceAware, DocumentAwareForm, java.io.Serializable, StrutsAware

public class ClassEditorForm
extends BaseRepositoryEditorForm

Author:
alexander To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Field Summary
protected  java.lang.String acceptLocks
           
protected  GridControl attributes
           
protected  java.lang.String classId
           
protected  GridControl collections
           
protected  java.lang.String extendClass
           
protected  GridControl extents
           
protected  java.lang.String factoryMethod
           
protected  GridControl fields
           
protected  GridControl indexes
           
protected  java.lang.String initializeMethod
           
protected  java.lang.String ioslationLevelChoiceValues
           
protected  java.lang.String isolationLevel
           
protected  java.lang.String isolationLevelChoiceNames
           
protected  java.lang.String proxy
           
protected  GridControl references
           
protected  java.lang.String refresh
           
protected  java.lang.String rowReader
           
protected  java.lang.String schema
           
protected  java.lang.String table
           
 
Fields inherited from class org.scrashmeow.ojb.console.ui.form.repoeditor.BaseRepositoryEditorForm
attributeIds, controlId, document, method, objectKey, workingNode
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ClassEditorForm()
           
 
Methods inherited from class org.scrashmeow.ojb.console.ui.form.repoeditor.BaseRepositoryEditorForm
afterPopulate, buildAttributesControl, createSelectedChild, createTextNode, findChildNode, findChildNodeByAttributeId, findChildNodes, findChildNodesByAttributeId, findSelectedChild, findSelectedChildren, getAttribute, getAttributeIds, getAttributes, getControlId, getDocument, getDocumentation, getElementData, getMethod, getObjectKey, getObjectKey, getWorkingNode, prePopulate, refreshControls, setAttribute, setAttributeIds, setAttributes, setControlId, setDocument, setDocumentation, setElementData, setMethod, setObjectKey, setWorkingNode
 
Methods inherited from class org.scrashmeow.ojb.console.framework.OjbcValidatorForm
getApplicationService, getValidate, isDispatchedTo, setValidate
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidatorResults, log, log, reset, setPage, setValidatorResults, validate
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

protected GridControl attributes

extents

protected GridControl extents

fields

protected GridControl fields

references

protected GridControl references

collections

protected GridControl collections

indexes

protected GridControl indexes

classId

protected java.lang.String classId

isolationLevel

protected java.lang.String isolationLevel

isolationLevelChoiceNames

protected java.lang.String isolationLevelChoiceNames

ioslationLevelChoiceValues

protected java.lang.String ioslationLevelChoiceValues

proxy

protected java.lang.String proxy

schema

protected java.lang.String schema

table

protected java.lang.String table

rowReader

protected java.lang.String rowReader

extendClass

protected java.lang.String extendClass

acceptLocks

protected java.lang.String acceptLocks

initializeMethod

protected java.lang.String initializeMethod

factoryMethod

protected java.lang.String factoryMethod

refresh

protected java.lang.String refresh
Constructor Detail

ClassEditorForm

public ClassEditorForm()


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