public class StartCenter extends DatasrcInstance
amIinitialize, DATASOURCE, INPUTMODE, labelOverride, ONDATACAHNGE, PARAM_APP, PARAM_APPTABTYPE, PARAM_DESIGNMODE, PARAM_MOBILE, PARAM_MODULE, PARAM_PAGE, PARAM_PARENTCOMPONENT, PARAM_PARENTCONTROL, PARAM_PRESENTATION, PARAM_SCREENREADER, PARAM_SKINNAME, PARAM_TAB, PARAM_TABGROUP, PARAM_TABGROUP_MAIN, PARAM_TABLE, PARAM_USERINFO, PARAM_VERTICALLABEL, RERENDER_PROPERTY
EXCEPTION_ERROR, EXCEPTION_INFO, EXCEPTION_NONE, EXCEPTION_REQUIREDFIELD, EXCEPTION_SMARTFILL, EXCEPTION_WARNING, EXCEPTION_YESNOCANCEL, FORCE_WARNING_HANDLING, NO_PROMPT_WITH_WARNING, presentationTags, PROMPT_WHEN_WARNING_EXIST
Constructor and Description |
---|
StartCenter() |
Modifier and Type | Method and Description |
---|---|
void |
cancelchanges()
Calls cancelchanges procedure on the app bean
|
void |
changelayout() |
void |
changestartcenter()
Handle the change of startc enter
|
int |
createtemplate()
Handle the Create Template event through App bean
|
void |
deletePortlet(long uniqueId)
Deprecated.
|
void |
deletePortlet(java.lang.String portletLayoutId,
java.lang.String portletColumn)
Deletes portlet /Layout record from the DataBean working behind this control.
|
void |
deletetemplate()
Calls delete template procedure on the app bean
|
StartCenterAppBean |
getAppBean()
Returns start center app bean.
|
java.lang.String |
getCurrentStartCenterId()
Returns unique Id of the current start center
|
void |
initialize()
Sets up data for startcenter and clones the controls.
|
void |
savetemplate()
Calls save template procedure on the app bean
|
void |
setPortletState(long uniqueId,
boolean state)
Updates portlet's state.
|
void |
updatestartcenter()
Calls updatestartcenter procedure on the app bean
|
broadcastEvent, cleanup, getDataBean, instantiatedatasrc, instantiatedatasrcdesign, render
addChild, addComponent, canInsert, canInsert, canRemove, childHasError, childHasErrorFocus, clearComponent, clearErrors, copy, createRenderId, errorLevelChanged, eventCheck, findComponentByDescriptorId, findDesignerProperty, findProperty, findUseForLablledByComponent, getAdaptorInstance, getBoundComponent, getComponent, getComponents, getDataSource, getDescriptorControl, getDesignerProperty, getDesignerSelected, getDesignerSelectedControl, getElement, getErrorLevel, getGeneratedControl, getOriginalControl, getOriginalProperty, getProperties, getProperty, getProperty, getPropertyIgnoreFlags, getPropertyOriginator, getPropertyUncle, getRecordHover, getSkipPreRender, getTableControl, getTakesValueComponent, handleEvent, hasChanged, hasChangedConditionally, hasChildElements, hasMaskedChanged, hasRecordHover, hasVisibleChildren, isDesignerEditedProperty, isDisabled, isFocusable, isGenerated, isHiddenByLicense, isIncluded, isLastChild, isMainrecActionMenu, isMasked, isOnTableFilterRow, isOnTableTitleRow, isPersistentProperty, isReInitialize, isSelected, isToBeDisplayedOnCurrentTab, isToBeDisplayedOnTab, isVisible, launchexternal, moveChild, needsRender, parseParamvalues, preRender, preRenderChecks, quickinsert, registerDesignerEditedProperty, reInitialize, removeChild, renderChildren, resetDataSource, resolveParam, resolveParams, setAttributeError, setBoundComponent, setChangedFlag, setChangedFlag, setDesignerSelected, setDisabled, setElement, setErrorFocusOnControl, setFocus, setFocus, setFocusable, setFocusTable, setGenerated, setGeneratedControl, setIncluded, setIncluded, setNeedsRender, setOnTableFilterRow, setOnTableRow, setOnTableTitleRow, setOriginalControl, setPropertyOriginator, setPropertyUncle, setReInitialize, setReRenderFlags, setSelected, setSkipPreRender, setTableControl, setVisibility, stopRender, walkForId, walkForId
addChild, addChild, addRefreshListener, clearChildren, clearProperties, clone, clone, getBoolean, getChildCount, getChildIndex, getChildren, getConsiderInDesigner, getDescriptor, getId, getIdExtension, getInt, getLocalizedType, getPage, getParent, getParentInstance, getPropertyNames, getRefreshListeners, getRenderId, getRowNum, getSafeId, getString, getType, getWebClientSession, handleEvent, hasAnyPropertyChanged, hasLocalProperty, hasPropertyChanged, initProperty, isDynamicContainer, isOnTable, isOnTableRow, maintainControlId, removeProperty, setConsiderInDesigner, setDescriptor, setDynamicContainer, setOnTable, setParent, setProperty, setProperty, setRenderId, setType, setWebClientSession, toString
public void initialize()
initialize
in class ControlInstance
public StartCenterAppBean getAppBean()
public java.lang.String getCurrentStartCenterId()
public void changelayout()
public void deletePortlet(java.lang.String portletLayoutId, java.lang.String portletColumn)
uniqueId
- - long value of Layout.LayoutIdpublic void setPortletState(long uniqueId, boolean state)
uniqueId
- - uniqueId behind portletstate
- - true if the portlet was expandedpublic int createtemplate()
public void changestartcenter()
public void savetemplate()
psdi.webclient.beans.satrtcntr.StartCenterAppBean#savetemplate()
public void deletetemplate() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.webclient.beans.satrtcntr.StartCenterAppBean#deteletemplate()
public void updatestartcenter() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.webclient.beans.satrtcntr.StartCenterAppBean#updatestartcenter()
public void cancelchanges() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.webclient.beans.satrtcntr.StartCenterAppBean#cancelchanges()
public void deletePortlet(long uniqueId)