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

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

public class DescriptorConnectionsForm
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  GridControl detailGrid
          Field detailGrid
protected  GridControl summaryGrid
          Field summaryGrid
protected  java.lang.String uid
          Field uid
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
DescriptorConnectionsForm()
          Constructor for HomeForm.
 
Method Summary
 GridControl getDetailGrid()
          Returns the detailGrid.
 boolean getShowDetail()
          Method getShowDetail @add-javadoc!!!
 GridControl getSummaryGrid()
          Returns the summaryGrid.
 java.lang.String getUid()
          Returns the uid.
 void setDetailGrid(GridControl detailGrid)
          Sets the detailGrid.
 void setSummaryGrid(GridControl summaryGrid)
          Sets the summaryGrid.
 void setUid(java.lang.String uid)
          Sets the uid.
 
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

summaryGrid

protected GridControl summaryGrid
Field summaryGrid


detailGrid

protected GridControl detailGrid
Field detailGrid


uid

protected java.lang.String uid
Field uid

Constructor Detail

DescriptorConnectionsForm

public DescriptorConnectionsForm()
Constructor for HomeForm.

Method Detail

getSummaryGrid

public GridControl getSummaryGrid()
Returns the summaryGrid.

Returns:
GridControl

setSummaryGrid

public void setSummaryGrid(GridControl summaryGrid)
Sets the summaryGrid.

Parameters:
summaryGrid - The summaryGrid to set

getDetailGrid

public GridControl getDetailGrid()
Returns the detailGrid.

Returns:
GridControl

setDetailGrid

public void setDetailGrid(GridControl detailGrid)
Sets the detailGrid.

Parameters:
detailGrid - The detailGrid to set

getUid

public java.lang.String getUid()
Returns the uid.

Returns:
String

setUid

public void setUid(java.lang.String uid)
Sets the uid.

Parameters:
uid - The uid to set

getShowDetail

public boolean getShowDetail()
Method getShowDetail @add-javadoc!!!

Returns:
@add-javadoc!!!


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