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

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--org.apache.struts.action.DynaActionForm
              |
              +--org.apache.struts.validator.DynaValidatorForm
                    |
                    +--org.scrashmeow.ojb.console.framework.OjbcDynaValidatorForm
                          |
                          +--org.scrashmeow.ojb.console.ui.form.BrowseForm
                                |
                                +--org.scrashmeow.ojb.console.ui.form.BrowseCrudForm
                                      |
                                      +--org.scrashmeow.ojb.console.ui.form.ObjectBrowserForm
All Implemented Interfaces:
ApplicationServiceAware, org.apache.commons.beanutils.DynaBean, java.io.Serializable

public class ObjectBrowserForm
extends BrowseCrudForm

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
 
Fields inherited from class org.apache.struts.validator.DynaValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.DynaActionForm
dynaClass, dynaValues
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ObjectBrowserForm()
          Constructor for HomeForm.
 
Methods inherited from class org.scrashmeow.ojb.console.ui.form.BrowseCrudForm
getSelectedUids, setSelectedUids
 
Methods inherited from class org.scrashmeow.ojb.console.ui.form.BrowseForm
getCriteriaKey, getCurrentWindow, getDataGrid, getSortAscending, getSortColumn, getWindowSize, setCriteriaKey, setCurrentWindow, setDataGrid, setSortAscending, setSortColumn, setWindowSize
 
Methods inherited from class org.scrashmeow.ojb.console.framework.OjbcDynaValidatorForm
getApplicationService, getMethod, getValidate, isDispatchedTo, setMethod, setValidate
 
Methods inherited from class org.apache.struts.validator.DynaValidatorForm
getPage, getResultValueMap, getValidatorResults, log, log, reset, setPage, setValidatorResults, validate
 
Methods inherited from class org.apache.struts.action.DynaActionForm
contains, get, get, get, getDynaClass, getDynaProperty, getMap, initialize, isDynaAssignable, remove, reset, set, set, set, toString
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.commons.beanutils.DynaBean
contains, get, get, get, getDynaClass, remove, set, set, set
 

Constructor Detail

ObjectBrowserForm

public ObjectBrowserForm()
Constructor for HomeForm.



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