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

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

public class FieldEditorForm
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 access
           
protected  java.lang.String accessChoiceNames
           
protected  java.lang.String accessChoiceValues
           
protected  java.lang.String autoincrement
           
protected  java.lang.String column
           
protected  java.lang.String conversion
           
protected  java.lang.String defaultFetch
           
protected  java.lang.String id
           
protected  java.lang.String indexed
           
protected  java.lang.String jdbcType
           
protected  java.lang.String jdbcTypeChoiceNames
           
protected  java.lang.String jdbcTypeChoiceValues
           
protected  java.lang.String length
           
protected  java.lang.String locking
           
protected  java.lang.String name
           
protected  java.lang.String nullable
           
protected  java.lang.String precision
           
protected  java.lang.String primaryKey
           
protected  java.lang.String scale
           
protected  java.lang.String sequenceName
           
protected  java.lang.String table
           
 
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
FieldEditorForm()
           
 
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

id

protected java.lang.String id

name

protected java.lang.String name

table

protected java.lang.String table

column

protected java.lang.String column

jdbcType

protected java.lang.String jdbcType

jdbcTypeChoiceNames

protected java.lang.String jdbcTypeChoiceNames

jdbcTypeChoiceValues

protected java.lang.String jdbcTypeChoiceValues

primaryKey

protected java.lang.String primaryKey

nullable

protected java.lang.String nullable

indexed

protected java.lang.String indexed

autoincrement

protected java.lang.String autoincrement

sequenceName

protected java.lang.String sequenceName

locking

protected java.lang.String locking

defaultFetch

protected java.lang.String defaultFetch

conversion

protected java.lang.String conversion

length

protected java.lang.String length

precision

protected java.lang.String precision

scale

protected java.lang.String scale

access

protected java.lang.String access

accessChoiceNames

protected java.lang.String accessChoiceNames

accessChoiceValues

protected java.lang.String accessChoiceValues
Constructor Detail

FieldEditorForm

public FieldEditorForm()


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