|
||||||||||
| 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
Presentation object that represents a group of related presentation objects that should be rendered together.
| Constructor Summary | |
DisplayGroupPO()
Calls default constructor with PresentationNatureConstants.DISPLAYGROUP.
|
|
DisplayGroupPO(java.lang.String nature)
The default constructor. |
|
| Method Summary | |
void |
addPresentationObject(IndependentDisplayPO po)
Adds a PresentationObject to the List of presentation objects to be displayed in this group. |
IndependentDisplayPO |
getPresentationObject(int index)
Returns the PresentationObject from the list of contained presentation objects, at the specified index |
java.util.List |
getPresentationObjects()
Returns the list of PresentationObjects to be displayed in this group |
void |
removePresentationObject(IndependentDisplayPO po)
Removes the specified PresentationObject from the list of contained presentation objects. |
void |
removePresentationObject(int index)
Removes the PresentationObject, at the specified index, from the list of contained presentation objects.
|
void |
removePresentationObjects()
Removes all PresentationObjects from the list of presentation objects displayed in this group |
void |
setHasPresentationNature(java.lang.String string)
Overrides setHasPresentationNature in PresentationObject. |
| 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 DisplayGroupPO()
PresentationNatureConstants.DISPLAYGROUP.
as the argument.
DisplayGroupPO(java.lang.String)public DisplayGroupPO(java.lang.String nature)
false
PresentationObject.PresentationObject(),
PresentationObject.setHasPresentationNature(java.lang.String),
PresentationObject.setEditability(java.lang.String, boolean),
PresentationNatureConstants.DISPLAYGROUP,
PresentationParameterConstants.NATURE| Method Detail |
public void addPresentationObject(IndependentDisplayPO po)
PresentationObject to the List of presentation objects to be displayed in this group.
po - the presentation object to add to the list of presentation objects to be displayed in the grouppublic java.util.List getPresentationObjects()
PresentationObjects to be displayed in this group
PresentationObjects contained by this group
public IndependentDisplayPO getPresentationObject(int index)
throws java.lang.IndexOutOfBoundsException
PresentationObject from the list of contained presentation objects, at the specified index
index - index of the PresentationObject list to extract (zero based)
PresentationObject, from the list of contained presentation objects, at the specified index
java.lang.IndexOutOfBoundsException - If the index argument is negative or greater than or equal to the number of PresentationObjects contained by this grouppublic void removePresentationObjects()
PresentationObjects from the list of presentation objects displayed in this group
public void removePresentationObject(IndependentDisplayPO po)
PresentationObject from the list of contained presentation objects.
po - the presentation object to remove from the list of presentation objects to display
public void removePresentationObject(int index)
throws java.lang.IndexOutOfBoundsException
PresentationObject, at the specified index, from the list of contained presentation objects.
Sets the editability of the presentation object's position parameters to true.
index - index of the presentation object list to remove (zero based)
java.lang.IndexOutOfBoundsException - If the index argument is negative or greater than or equal to the number of presentation objects contained by this grouppublic void setHasPresentationNature(java.lang.String string)
PresentationNatureConstants.DISPLAYGROUP
setHasPresentationNature in class PresentationObjectstring - IGNORED. The presentation nature is not editable for a DisplayGroupPresentationNatureConstants.isPresentationNature(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||