com.wewebu.ow.server.plug.owdemo.owmain
Class OwDemoLayoutView

java.lang.Object
  extended by com.wewebu.ow.server.ui.OwEventTarget
      extended by com.wewebu.ow.server.ui.OwView
          extended by com.wewebu.ow.server.ui.OwLayout
              extended by com.wewebu.ow.server.plug.owdemo.owmain.OwDemoLayoutView
All Implemented Interfaces:
com.wewebu.ow.server.ui.OwBaseView, com.wewebu.ow.server.ui.OwUpdateTarget

public class OwDemoLayoutView
extends com.wewebu.ow.server.ui.OwLayout

Layout of the Record plugin area.

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


Nested Class Summary
 
Nested classes/interfaces inherited from class com.wewebu.ow.server.ui.OwLayout
com.wewebu.ow.server.ui.OwLayout.OwDispatchRegion
 
Field Summary
static int DISPLAY_REGION
          region for the display
static int LABEL_REGION
          region for the label view
protected  com.wewebu.ow.server.app.OwConfiguration m_Configuration
          application m_Configuration reference
protected  com.wewebu.ow.server.app.OwMainAppContext m_MainContext
          reference to the cast AppContext
static int MENU_REGION
          region for the menu
 
Fields inherited from class com.wewebu.ow.server.ui.OwLayout
m_Regions
 
Fields inherited from class com.wewebu.ow.server.ui.OwView
CURRENT_MODULE_KEY, FORMULAR_PLACEHOLDER_END_DELIMITER, FORMULAR_PLACEHOLDER_START_DELIMITER, m_externalFormEventTarget
 
Fields inherited from interface com.wewebu.ow.server.ui.OwBaseView
EMPTY_STRING
 
Constructor Summary
OwDemoLayoutView()
           
 
Method Summary
 String getBGColor()
          get the color for the background of the frame
protected  void init()
          init the view after the context is set.
protected  void onRender(Writer w_p)
          render the view
 
Methods inherited from class com.wewebu.ow.server.ui.OwLayout
addRegion, addView, addView, addViewReference, getIterator, getViewRegion, isRegion, isRegionMaximized, isRegionMinimized, isRegionNormal, renderNamedRegion, renderRegion
 
Methods inherited from class com.wewebu.ow.server.ui.OwView
activate, 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, usesFormWithAttributes
 
Methods inherited from class com.wewebu.ow.server.ui.OwEventTarget
attach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequest, updateExternalFormTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_MainContext

protected com.wewebu.ow.server.app.OwMainAppContext m_MainContext
reference to the cast AppContext


m_Configuration

protected com.wewebu.ow.server.app.OwConfiguration m_Configuration
application m_Configuration reference


MENU_REGION

public static final int MENU_REGION
region for the menu

See Also:
Constant Field Values

DISPLAY_REGION

public static final int DISPLAY_REGION
region for the display

See Also:
Constant Field Values

LABEL_REGION

public static final int LABEL_REGION
region for the label view

See Also:
Constant Field Values
Constructor Detail

OwDemoLayoutView

public OwDemoLayoutView()
Method Detail

init

protected void init()
             throws Exception
init the view after the context is set.

Overrides:
init in class com.wewebu.ow.server.ui.OwView
Throws:
Exception

getBGColor

public String getBGColor()
get the color for the background of the frame


onRender

protected void onRender(Writer w_p)
                 throws Exception
render the view

Overrides:
onRender in class com.wewebu.ow.server.ui.OwView
Parameters:
w_p - Writer object to write HTML to
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.