public class OwDemoColorLabelView
extends com.wewebu.ow.server.ui.OwView
OwDemoColorLabelView.
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
| Modifier and Type | Field and Description |
|---|---|
protected int |
m_iBorderWidth
border width in pixel
|
protected int |
m_iColor
color between 1 to 3
|
| Constructor and Description |
|---|
OwDemoColorLabelView() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init()
called when the view should create its HTML content to be displayed
|
protected void |
onRender(Writer w_p)
render the view
|
void |
setBorderWidth(int iBorderWidth_p)
set the border width
|
void |
setColor(int iColor_p)
set the color
|
activate, addView, detach, getBreadcrumbPart, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIcon, getIterator, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getTitle, getViewList, isFormTargetExternal, isNamedRegion, isRegion, isShowMaximized, isShowMinimized, isShowNormal, onActivate, onUpdate, render, renderHTMLFormular, renderNamedRegion, renderRegion, serverSideDesignInclude, serverSideInclude, setDocument, setExternalFormTarget, setMaximizeView, setParent, showMaximized, showMinimized, showNormal, usesFormWithAttributesprotected int m_iColor
protected int m_iBorderWidth
protected void init()
throws Exception
init in class com.wewebu.ow.server.ui.OwViewExceptionpublic void setColor(int iColor_p)
iColor_p - int color between 1 to 3public void setBorderWidth(int iBorderWidth_p)
iBorderWidth_p - int border width in pixelCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.