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

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.CollectionEditorForm
All Implemented Interfaces:
ApplicationServiceAware, DocumentAwareForm, java.io.Serializable, StrutsAware

public class CollectionEditorForm
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 autoDelete
           
protected  java.lang.String autoRetreive
           
protected  java.lang.String autoUpdate
           
protected  java.lang.String collectionClass
           
protected  java.lang.String elementClassRef
           
protected  GridControl fkPointingToElementClass
           
protected  GridControl fkPointingToThisClass
           
protected  java.lang.String indirectionTable
           
protected  GridControl inverseForeignKey
           
protected  java.lang.String name
           
protected  GridControl orderBy
           
protected  java.lang.String otmDependent
           
protected  java.lang.String proxy
           
protected  GridControl queryCustomizer
           
protected  java.lang.String refresh
           
protected  java.lang.String sort
           
protected  java.lang.String sortChoiceNames
           
protected  java.lang.String sortChoiceValues
           
 
Fields inherited from class org.scrashmeow.ojb.console.ui.form.repoeditor.BaseRepositoryEditorForm
attributeIds, attributes, 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
CollectionEditorForm()
           
 
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

inverseForeignKey

protected GridControl inverseForeignKey

orderBy

protected GridControl orderBy

fkPointingToThisClass

protected GridControl fkPointingToThisClass

fkPointingToElementClass

protected GridControl fkPointingToElementClass

queryCustomizer

protected GridControl queryCustomizer

name

protected java.lang.String name

collectionClass

protected java.lang.String collectionClass

elementClassRef

protected java.lang.String elementClassRef

sort

protected java.lang.String sort

sortChoiceNames

protected java.lang.String sortChoiceNames

sortChoiceValues

protected java.lang.String sortChoiceValues

indirectionTable

protected java.lang.String indirectionTable

proxy

protected java.lang.String proxy

refresh

protected java.lang.String refresh

autoRetreive

protected java.lang.String autoRetreive

autoUpdate

protected java.lang.String autoUpdate

autoDelete

protected java.lang.String autoDelete

otmDependent

protected java.lang.String otmDependent
Constructor Detail

CollectionEditorForm

public CollectionEditorForm()


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