com.ge.research.acuity.ui
Class FormInputPO

java.lang.Object
  extended bycom.ge.research.acuity.ui.PresentationObject
      extended bycom.ge.research.acuity.ui.IndependentDisplayPO
          extended bycom.ge.research.acuity.ui.DisplayGroupPO
              extended bycom.ge.research.acuity.ui.FormInputPO

public class FormInputPO
extends DisplayGroupPO

Presentation object that represents a group of related presentation objects that should be rendered together, and that share common interaction effects.

Version:
$Revision: 1.1 $ $Date: 2006/08/11 00:17:24 $
Author:
garbiras
Created on:
Aug 5, 2005

Constructor Summary
FormInputPO()
          The default constructor.
 
Method Summary
 boolean alwaysRefresh()
          Returns the value of the always refresh flag for this form object.
 boolean hasOwnSubmit()
          Returns the value of the hasOwnSubmit flag.
 void setAlwaysRefresh(boolean b)
          Sets the value of the always refresh flag for this form object.
 void setHasOwnSubmit(boolean b)
          Sets the value of the hasOwnSubmit flag.
 
Methods inherited from class com.ge.research.acuity.ui.DisplayGroupPO
addPresentationObject, getPresentationObject, getPresentationObjects, removePresentationObject, removePresentationObject, removePresentationObjects, setHasPresentationNature
 
Methods inherited from class com.ge.research.acuity.ui.IndependentDisplayPO
canBeRemoved, displayBanner, getHeight, getIdentifierTitle, getWidth, getXPos, getYPos, getZOrder, setCanBeRemoved, setDisplayBanner, setHeight, setIdentifier, setIdentifierTitle, setPos, setPos, setPos, setPos, setWidth, setXPos, setYPos, setZOrder
 
Methods inherited from class com.ge.research.acuity.ui.PresentationObject
addLookupInfo, getHasPresentationNature, getIdentifier, getLookupInfo, getSubject, hasSubject, isDisplayed, isEditable, setEditability, setIsDisplayed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormInputPO

public FormInputPO()
The default constructor. Calls super(java.lang.String) with argument PresentationNatureConstants.FORMINPUTGROUP

See Also:
DisplayGroupPO.DisplayGroupPO(java.lang.String), PresentationNatureConstants.FORMINPUTGROUP
Method Detail

alwaysRefresh

public boolean alwaysRefresh()
Returns the value of the always refresh flag for this form object.

Returns:
true if this form object's content should be refreshed on every client update; false if this form object's content should only be refreshed when the system deems necessary.

hasOwnSubmit

public boolean hasOwnSubmit()
Returns the value of the hasOwnSubmit flag.

Returns:
true if this form object, when rendered, should have its own update trigger mechanism (submit button); false if this form object, when rendered, should not have its own update trigger mechanism (submit button).

setHasOwnSubmit

public void setHasOwnSubmit(boolean b)
Sets the value of the hasOwnSubmit flag.

Parameters:
b - true if this form object, when rendered, should have its own update trigger mechanism (submit button); false if this form object, when rendered, should not have its own update trigger mechanism (submit button).

setAlwaysRefresh

public void setAlwaysRefresh(boolean b)
Sets the value of the always refresh flag for this form object.

Parameters:
b - true if this form object's content should be refreshed on every client update; false if this form object's content should only be refreshed when the system deems necessary.