public class CentraSitePerspective
extends com.softwareag.cis.plugin.extpt.util.AbstractPerspective
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
rcs_id |
Constructor and Description |
---|
CentraSitePerspective() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getImageURL() |
java.lang.String |
getLogoImageURL() |
java.lang.String |
getTitle() |
com.softwareag.cis.server.util.ICONLISTInfo |
getToolbar() |
java.lang.String |
getView() |
java.lang.String |
getViewLabel() |
java.util.List |
getViewValues() |
java.lang.String |
getWorkplaceDefaultLayout() |
static void |
initializeActivity(com.softwareag.cis.workplace.MFWorkplaceAdapter ca)
Initialize default activity to be shown on workplace when starting
with CentraSite perspective
|
void |
reactOnSwitchSelectedPerspective(com.softwareag.cis.plugin.extpt.Perspective oldPerspective,
com.softwareag.cis.plugin.extpt.Perspective newPerspective)
Notify perspective about change of visible perspective - override in subclass if required
|
void |
setView(java.lang.String value) |
void |
setWorkplaceContext(com.softwareag.cis.plugin.extpt.util.WorkplaceContext wc)
Initialize this Perspective - the WorkplaceContext is passed for potential callbacks
|
addTopic, containsTopic, getId, getSelectedTopic, getSingleClickMethodName, getTopics, hasTopicTree, isEnabled, isSingeClickable, isVisible, isVisible, requiresInitialCallReactOnSwitchSelectedPerspective, setEnabled, setSelectedTopic, setVisible, supportsViews, toString
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
public static final java.lang.String rcs_id
public void setWorkplaceContext(com.softwareag.cis.plugin.extpt.util.WorkplaceContext wc)
wc
- public java.lang.String getTitle()
public java.lang.String getImageURL()
public com.softwareag.cis.server.util.ICONLISTInfo getToolbar()
public java.lang.String getLogoImageURL()
public java.lang.String getViewLabel()
public java.util.List getViewValues()
public java.lang.String getView()
public void setView(java.lang.String value)
public java.lang.String getWorkplaceDefaultLayout()
public void reactOnSwitchSelectedPerspective(com.softwareag.cis.plugin.extpt.Perspective oldPerspective, com.softwareag.cis.plugin.extpt.Perspective newPerspective)
reactOnSwitchSelectedPerspective
in interface com.softwareag.cis.plugin.extpt.Perspective
reactOnSwitchSelectedPerspective
in class com.softwareag.cis.plugin.extpt.util.AbstractPerspective
oldPerspective
- the perspective which was visible before, null if nonenewPerspective
- the perspective to become visiblepublic static void initializeActivity(com.softwareag.cis.workplace.MFWorkplaceAdapter ca)
ca
-