|
||||||||||
| 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.DocumentPO
A presentation object that represents a reference to information or document content that exists outside of the ontology. The referenced content is either read in and displayed within an acuity presentation object frame window, or is referenced as a link to follow in order to get the information content.
| Constructor Summary | |
DocumentPO()
Calls the default constructor with null argument |
|
DocumentPO(java.lang.String text)
The default constructor. |
|
| Method Summary | |
java.lang.String |
getHasCurrentURL()
Returns the document current URL which is the content of this PresentationObject |
java.lang.String |
getHasURL()
Returns the initial document URL which is the content of this PresentationObject |
java.lang.String |
getLinkDisplayText()
Returns the display text to use if this presentation object is of nature PresentationNatureConstants.LINK |
java.lang.String |
getTarget()
Returns the target (window) to use if this presentation object is of nature PresentationNatureConstants.LINK |
java.lang.String |
getURL()
Returns the document URL which is the content of this PresentationObject |
boolean |
isExternal()
Returns the flag indicating whether or not this presentation object, if it is of nature link, should open that link in a frame/media different from that in which it is displayed. |
void |
setHasCurrentURL(java.lang.String string)
Sets the document current URL to be the content of this PresentationObject |
void |
setHasPresentationNature(java.lang.String string)
Overrides setHasPresentationNature in PresentationObject. |
void |
setHasURL(java.lang.String string)
Sets the intial document URL to be the content of this PresentationObject |
void |
setIsExternal(boolean b)
Sets the flag indicating whether or not this presentation object, if it is of nature link, should open that link in a frame/media different from that in which it is displayed. |
void |
setLinkDisplayText(java.lang.String string)
Sets the display text to use if this presentation object is of nature PresentationNatureConstants.LINK |
void |
setTarget(java.lang.String string)
Sets the target window to use if this presentation object is of nature PresentationNatureConstants.LINK |
| 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 DocumentPO()
null argument
public DocumentPO(java.lang.String text)
PresentationNatureConstants.CONTENT
Sets the editability for document url to false
text - the document current URLPresentationObject.PresentationObject(),
setHasURL(java.lang.String),
PresentationObject.setHasPresentationNature(java.lang.String),
PresentationObject.setEditability(java.lang.String, boolean),
PresentationNatureConstants.CONTENT,
PresentationParameterConstants.DOCUMENT_CURRENT_URL| Method Detail |
public java.lang.String getHasCurrentURL()
PresentationObject
public java.lang.String getHasURL()
PresentationObject
public java.lang.String getLinkDisplayText()
PresentationNatureConstants.LINK
public java.lang.String getTarget()
PresentationNatureConstants.LINK
public java.lang.String getURL()
PresentationObject
public boolean isExternal()
true if the link should be opened in a seperate frame/media;
false if the link should be opened in the same frame/media as the presentation objectpublic void setHasPresentationNature(java.lang.String string)
setHasPresentationNature in class PresentationObjectstring - the new value of presentation naturePresentationNatureConstants.isReferenceType(java.lang.String)public void setHasCurrentURL(java.lang.String string)
PresentationObject
string - the document current URL of the content of this presentation objectpublic void setHasURL(java.lang.String string)
PresentationObject
string - the initial document URL of the content of this presentation objectpublic void setIsExternal(boolean b)
b - true if the link should be opened in a seperate frame/media;
false if the link should be opened in the same frame/media as the presentation objectpublic void setLinkDisplayText(java.lang.String string)
PresentationNatureConstants.LINK
string - the text to display as a link, if this presentation object is of nature linkpublic void setTarget(java.lang.String string)
PresentationNatureConstants.LINK
string - the target window, if this presentation object is of nature link
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||