public class OwLoginView extends OwLayout
Login View Module for the Application. Used to log user on and create the Credentials.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
OwLayout.OwDispatchRegion, OwLayout.OwLayoutViewRefrence| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_REGION
name of the login info region.
|
static int |
LOCALS_REGION
language selection
|
static int |
LOGINPART_REGION
name of the login part region
|
protected OwConfiguration |
m_Configuration
application m_Configuration reference
|
protected OwUISubModul |
m_LoginSubModul
reference to the DMS specific login UI
|
protected OwMainAppContext |
m_MainContext
reference to the cast AppContext
|
CURRENT_MODULE_KEY, FORMULAR_PLACEHOLDER_END_DELIMITER, FORMULAR_PLACEHOLDER_START_DELIMITER, m_externalFormEventTargetEMPTY_STRING| Constructor and Description |
|---|
OwLoginView() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init()
init the view after the context is set.
|
boolean |
isRegion(int iRegion_p)
determine if region contains a view or must be rendered
|
protected void |
onRender(Writer w_p)
render the view and all contained views
|
void |
renderLocalsRegion(Writer w_p)
render the locales select region to switch languages by user.
|
void |
renderRegion(Writer w_p,
int iRegion_p)
render the views of the region
|
addRegion, addView, addView, addViewReference, getIterator, getViewRegion, isRegionMaximized, isRegionMinimized, isRegionNormal, renderNamedRegionactivate, detach, getBreadcrumbPart, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIcon, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getTitle, getViewList, isFormTargetExternal, isNamedRegion, isShowMaximized, isShowMinimized, isShowNormal, onActivate, onUpdate, render, renderHTMLFormular, serverSideDesignInclude, serverSideInclude, setDocument, setExternalFormTarget, setMaximizeView, setParent, showMaximized, showMinimized, showNormal, usesFormWithAttributesattach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequest, updateExternalFormTargetpublic static final int LOGINPART_REGION
public static final int ERROR_REGION
public static final int LOCALS_REGION
protected OwMainAppContext m_MainContext
protected OwConfiguration m_Configuration
protected OwUISubModul m_LoginSubModul
protected void init()
throws Exception
public boolean isRegion(int iRegion_p)
isRegion in interface OwBaseViewisRegion in class OwLayoutiRegion_p - ID of the regionpublic void renderLocalsRegion(Writer w_p) throws Exception
Exceptionpublic void renderRegion(Writer w_p, int iRegion_p) throws Exception
renderRegion in interface OwBaseViewrenderRegion in class OwLayoutw_p - Writer object to write HTML toiRegion_p - ID of the region to renderExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.