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

java.lang.Object
  extended by com.wewebu.ow.server.ui.OwEventTarget
      extended by com.wewebu.ow.server.ui.OwDocument
          extended by com.wewebu.ow.server.app.OwMasterDocument
              extended by com.wewebu.ow.server.plug.owdemo.owmain.OwDemoDocument
All Implemented Interfaces:
com.wewebu.ow.server.util.OwAttributeBag, com.wewebu.ow.server.util.OwAttributeBagWriteable

public class OwDemoDocument
extends com.wewebu.ow.server.app.OwMasterDocument

OwDemoDocument.

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


Field Summary
static int BLUE
          enum for blue constant
static int GREEN
          enum for green constant
protected  int m_iColor
          color variable
static int RED
          enum for red constant
 
Fields inherited from class com.wewebu.ow.server.ui.OwDocument
m_ViewList
 
Constructor Summary
OwDemoDocument()
           
 
Method Summary
 int getColor()
          called to get color value of m_iColor
 void setColor(int iColor_p)
          called to set color value of m_iColor
 
Methods inherited from class com.wewebu.ow.server.app.OwMasterDocument
dispatch, getConfigNode, getConfiguration, getMasterView, getPersistentAttributeBagWriteable, getPlugin, getPluginID, getSafeSetting, init, onDispatch, setPlugin, setSafeSetting
 
Methods inherited from class com.wewebu.ow.server.ui.OwDocument
attachView, attributecount, clear, detachView, getAttribute, getAttribute, getAttributeNames, getSafeAttribute, hasAttribute, remove, save, setAttribute, update
 
Methods inherited from class com.wewebu.ow.server.ui.OwEventTarget
attach, detach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getFormName, getFormTarget, getID, onExternalRequest, onFormEvent, onRequest, setExternalFormTarget, updateExternalFormTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RED

public static final int RED
enum for red constant

See Also:
Constant Field Values

GREEN

public static final int GREEN
enum for green constant

See Also:
Constant Field Values

BLUE

public static final int BLUE
enum for blue constant

See Also:
Constant Field Values

m_iColor

protected int m_iColor
color variable

Constructor Detail

OwDemoDocument

public OwDemoDocument()
Method Detail

setColor

public void setColor(int iColor_p)
              throws Exception
called to set color value of m_iColor

Parameters:
iColor_p - color value
Throws:
Exception

getColor

public int getColor()
called to get color value of m_iColor



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.