|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ge.research.acuity.ui.PresentationObject
com.ge.research.acuity.ui.IndependentDisplayPO
com.ge.research.acuity.ui.DisplayGroupPO
com.ge.research.acuity.ui.FormInputPO
Presentation object that represents a group of related presentation objects that should be rendered together, and that share common interaction effects.
| 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 |
public FormInputPO()
PresentationNatureConstants.FORMINPUTGROUP
DisplayGroupPO.DisplayGroupPO(java.lang.String),
PresentationNatureConstants.FORMINPUTGROUP| Method Detail |
public boolean alwaysRefresh()
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.public boolean hasOwnSubmit()
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).public void setHasOwnSubmit(boolean b)
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).public void setAlwaysRefresh(boolean b)
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||