public class WorkpageStartInfo extends BeanWithParent implements IWorkpageStartInfo, java.io.Serializable
| Constructor and Description |
|---|
WorkpageStartInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAppReference1()
Application reference - this field is not used by CaptainCasa processing.
|
java.lang.String |
getAppReference2()
Application reference - this field is not used by CaptainCasa processing.
|
java.lang.String |
getAppReference3()
Application reference - this field is not used by CaptainCasa processing.
|
boolean |
getCloseSupported()
Indicator that controls if a page can be directly closed from the workplace.
|
java.lang.String |
getCode()
A short code for this item.
|
java.lang.String |
getComment()
Comment that is associated with this instance.
|
java.lang.String |
getCommentImage()
Image that serves as additional comment to the image.
|
boolean |
getExcludeFromSavePerspective()
Defines if the workpage instance is stored as part of a perspective or not.
|
java.lang.String |
getFunctionClassName()
The name of the class implementing
IWorkpageStartInfo. |
java.lang.String |
getId()
The id of the page.
|
java.lang.String |
getImage()
The image that is associated.
|
java.lang.String |
getJspPage()
The name of the page to be started.
|
boolean |
getOpenAsPopupByDefault()
Indicator that controls if a page is directly started as isolated modeless
popup dialog.
|
boolean |
getOpenMultipleInstances() |
java.lang.String |
getPageBeanName()
Name of the page pean, that is the one to be opened.
|
java.lang.String |
getParam(java.lang.String paramName) |
java.util.Map<java.lang.String,java.lang.String> |
getParamMap()
Map of String parameters that are passed into the initialization
of the page.
|
boolean |
getPopupSuppoted()
Indicator that controls if a page can be isolated into a modeless popup dialog
within the workplace.
|
java.lang.String |
getSelectorTitle()
Special title that is shown in the selector, if different to the normal "text"
attribute.
|
java.lang.String |
getStartSubWorkpageContainerId()
Id of the wokrpage container in which the page should be started.
|
java.lang.String |
getText()
The text that is associated with the page.
|
java.lang.String |
getWindowTitle()
Special title that is shown in the title bar, if different to the normal "text"
attribute.
|
boolean |
isCloseSupported() |
boolean |
isDecorated() |
boolean |
isPopupSupported() |
void |
removeParam(java.lang.String paramName) |
void |
setAppReference1(java.lang.String appReference1) |
void |
setAppReference2(java.lang.String appReference2) |
void |
setAppReference3(java.lang.String appReference3) |
void |
setCloseSupported(boolean closeSupported) |
void |
setCode(java.lang.String code) |
void |
setComment(java.lang.String comment) |
void |
setCommentImage(java.lang.String commentImage) |
void |
setDecorated(boolean decorated)
Indicator if a title bar is positioned above the page.
|
void |
setExcludeFromSavePerspective(boolean excludeFromSavePerspective) |
void |
setFunctionClassName(java.lang.String functionClassName) |
void |
setId(java.lang.String value) |
void |
setImage(java.lang.String value) |
void |
setJspPage(java.lang.String value) |
void |
setOpenAsPopupByDefault(boolean value) |
void |
setOpenMultipleInstances(boolean openMultipleInstances)
Indicator if this page is opened multiple times within the workplace.
|
void |
setPageBeanName(java.lang.String pageBeanName) |
void |
setParam(java.lang.String paramName,
java.lang.String paramValue) |
void |
setParamMap(java.util.Map<java.lang.String,java.lang.String> value) |
void |
setPopupSupported(boolean value) |
void |
setSelectorTitle(java.lang.String value)
Explicit different text that is passed into the selector, when the
workpage is started. - If null then the title passed via setText(..) is
taken.
|
void |
setStartSubWorkpageContainerId(java.lang.String startSubWorkpageContainerId) |
void |
setText(java.lang.String value) |
void |
setWindowTitle(java.lang.String value)
Explicit different text that is passed into the workpage's title, when the
workpage is started. - if null then the title passed via setText(..) is
taken.
|
afterUnmarshal, findParent, passParentpublic java.lang.String getJspPage()
getJspPage in interface IWorkpageStartInfopublic void setJspPage(java.lang.String value)
setJspPage in interface IWorkpageStartInfopublic java.lang.String getFunctionClassName()
IWorkpageStartInfo. A new instance
of the class will be created and called when the user invokes the workpage item.getFunctionClassName in interface IWorkpageStartInfopublic void setFunctionClassName(java.lang.String functionClassName)
setFunctionClassName in interface IWorkpageStartInfopublic java.lang.String getPageBeanName()
getPageBeanName in interface IWorkpageStartInfopublic void setPageBeanName(java.lang.String pageBeanName)
setPageBeanName in interface IWorkpageStartInfopublic java.lang.String getImage()
getImage in interface IWorkpageStartInfopublic void setImage(java.lang.String value)
setImage in interface IWorkpageStartInfopublic java.lang.String getText()
getText in interface IWorkpageStartInfopublic void setText(java.lang.String value)
setText in interface IWorkpageStartInfopublic void setDecorated(boolean decorated)
setDecorated in interface IWorkpageStartInfopublic boolean isDecorated()
isDecorated in interface IWorkpageStartInfopublic void setOpenMultipleInstances(boolean openMultipleInstances)
setOpenMultipleInstances in interface IWorkpageStartInfopublic boolean getOpenMultipleInstances()
getOpenMultipleInstances in interface IWorkpageStartInfopublic java.lang.String getId()
getId in interface IWorkpageStartInfopublic void setId(java.lang.String value)
setId in interface IWorkpageStartInfopublic boolean getPopupSuppoted()
getPopupSuppoted in interface IWorkpageStartInfopublic boolean isPopupSupported()
public void setPopupSupported(boolean value)
setPopupSupported in interface IWorkpageStartInfopublic java.lang.String getSelectorTitle()
getSelectorTitle in interface IWorkpageStartInfopublic void setSelectorTitle(java.lang.String value)
IWorkpageStartInfosetSelectorTitle in interface IWorkpageStartInfopublic java.lang.String getWindowTitle()
getWindowTitle in interface IWorkpageStartInfopublic void setWindowTitle(java.lang.String value)
IWorkpageStartInfosetWindowTitle in interface IWorkpageStartInfopublic boolean getCloseSupported()
getCloseSupported in interface IWorkpageStartInfopublic boolean isCloseSupported()
public void setCloseSupported(boolean closeSupported)
setCloseSupported in interface IWorkpageStartInfopublic void setParam(java.lang.String paramName,
java.lang.String paramValue)
setParam in interface IWorkpageStartInfopublic java.lang.String getParam(java.lang.String paramName)
getParam in interface IWorkpageStartInfopublic void removeParam(java.lang.String paramName)
removeParam in interface IWorkpageStartInfopublic java.util.Map<java.lang.String,java.lang.String> getParamMap()
public void setParamMap(java.util.Map<java.lang.String,java.lang.String> value)
public boolean getOpenAsPopupByDefault()
getOpenAsPopupByDefault in interface IWorkpageStartInfopublic void setOpenAsPopupByDefault(boolean value)
setOpenAsPopupByDefault in interface IWorkpageStartInfopublic java.lang.String getStartSubWorkpageContainerId()
getStartSubWorkpageContainerId in interface IWorkpageStartInfopublic void setStartSubWorkpageContainerId(java.lang.String startSubWorkpageContainerId)
setStartSubWorkpageContainerId in interface IWorkpageStartInfopublic boolean getExcludeFromSavePerspective()
IWorkpage.getExcludeFromSavePerspective().getExcludeFromSavePerspective in interface IWorkpageStartInfopublic void setExcludeFromSavePerspective(boolean excludeFromSavePerspective)
setExcludeFromSavePerspective in interface IWorkpageStartInfopublic java.lang.String getComment()
getComment in interface IWorkpageStartInfopublic void setComment(java.lang.String comment)
setComment in interface IWorkpageStartInfopublic java.lang.String getCommentImage()
getCommentImage in interface IWorkpageStartInfopublic void setCommentImage(java.lang.String commentImage)
setCommentImage in interface IWorkpageStartInfopublic java.lang.String getCode()
getCode in interface IWorkpageStartInfopublic void setCode(java.lang.String code)
setCode in interface IWorkpageStartInfopublic java.lang.String getAppReference1()
getAppReference1 in interface IWorkpageStartInfopublic void setAppReference1(java.lang.String appReference1)
setAppReference1 in interface IWorkpageStartInfopublic java.lang.String getAppReference2()
getAppReference2 in interface IWorkpageStartInfopublic void setAppReference2(java.lang.String appReference2)
setAppReference2 in interface IWorkpageStartInfopublic java.lang.String getAppReference3()
getAppReference3 in interface IWorkpageStartInfopublic void setAppReference3(java.lang.String appReference3)
setAppReference3 in interface IWorkpageStartInfoCopyright © CaptainCasa Gmbh. All Rights Reserved.