org.jaffa.presentation.portlet.session.ui
Class ComponentDetailsForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byorg.jaffa.presentation.portlet.FormBase
          extended byorg.jaffa.presentation.portlet.session.ui.ComponentDetailsForm
All Implemented Interfaces:
Serializable

public class ComponentDetailsForm
extends FormBase

Version:
1.0
Author:
PaulE
See Also:
Serialized Form

Field Summary
static String NAME
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ComponentDetailsForm()
           
 
Method Summary
 GridModel getComponentListWM()
           
 String getId()
          Getter for property id.
 String getName()
          Getter for property name.
 void initForm()
          The form should override this method for defaulting the data in the form-bean
 void setComponentListWV(String value)
           
 
Methods inherited from class org.jaffa.presentation.portlet.FormBase
cleanup, clearErrors, getComponent, getErrors, getWidgetCache, hasErrors, raiseError, raiseError, raiseError, raiseError, raiseError, raiseError, raiseError, raiseError, raiseError, reset, setComponent
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

ComponentDetailsForm

public ComponentDetailsForm()
Method Detail

initForm

public void initForm()
Description copied from class: FormBase
The form should override this method for defaulting the data in the form-bean

Overrides:
initForm in class FormBase

getComponentListWM

public GridModel getComponentListWM()

setComponentListWV

public void setComponentListWV(String value)

getId

public String getId()
Getter for property id.

Returns:
Value of property id.

getName

public String getName()
Getter for property name.

Returns:
Value of property name.


Copyright © 2002-2004 JAFFA Project.