public class OwImageButtonView extends OwView
Simple view which provides additional handling, for ImageButton rendering.
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
CURRENT_MODULE_KEY, FORMULAR_PLACEHOLDER_END_DELIMITER, FORMULAR_PLACEHOLDER_START_DELIMITER, m_externalFormEventTarget
EMPTY_STRING
Constructor and Description |
---|
OwImageButtonView() |
Modifier and Type | Method and Description |
---|---|
List<OwImageButton> |
getButtonList()
Get a list of buttons which should be rendered.
|
List<String> |
getDesignClasses()
List of design classes, use also for
direct attaching new classes.
|
String |
getHtmlId()
Get the id for UI (HTML)
|
protected void |
init()
init the target after the context is set.
|
protected void |
onRender(Writer w_p)
called when the view should create its HTML content to be displayed
|
void |
setHtmlId(String id)
Set an Id which will be used to
identify the component in UI (HTML)
|
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, usesFormWithAttributes
attach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequest, updateExternalFormTarget
protected void init() throws Exception
OwView
protected void onRender(Writer w_p) throws Exception
OwView
public List<String> getDesignClasses()
getDesignClasses().add("MyNewDesignClass");
public String getHtmlId()
public void setHtmlId(String id)
id
- String (can be null)public List<OwImageButton> getButtonList()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.