org.scrashmeow.ojb.console.ui.form
Class DescriptorFieldForm

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

public class DescriptorFieldForm
extends OjbcValidatorForm

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

Field Summary
protected  java.lang.String fieldId
          Field fieldId
protected  GridControl propertiesGrid
          Field propertiesGrid
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
DescriptorFieldForm()
          Constructor for HomeForm.
 
Method Summary
 java.lang.String getFieldId()
          Returns the fieldId.
 GridControl getPropertiesGrid()
          Returns the propertiesGrid.
 void setFieldId(java.lang.String fieldId)
          Sets the fieldId.
 void setPropertiesGrid(GridControl propertiesGrid)
          Sets the propertiesGrid.
 
Methods inherited from class org.scrashmeow.ojb.console.framework.OjbcValidatorForm
getApplicationService, getMethod, getValidate, isDispatchedTo, setMethod, 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

propertiesGrid

protected GridControl propertiesGrid
Field propertiesGrid


fieldId

protected java.lang.String fieldId
Field fieldId

Constructor Detail

DescriptorFieldForm

public DescriptorFieldForm()
Constructor for HomeForm.

Method Detail

getPropertiesGrid

public GridControl getPropertiesGrid()
Returns the propertiesGrid.

Returns:
GridControl

setPropertiesGrid

public void setPropertiesGrid(GridControl propertiesGrid)
Sets the propertiesGrid.

Parameters:
propertiesGrid - The propertiesGrid to set

getFieldId

public java.lang.String getFieldId()
Returns the fieldId.

Returns:
String

setFieldId

public void setFieldId(java.lang.String fieldId)
Sets the fieldId.

Parameters:
fieldId - The fieldId to set


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