|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ui.OwEventTarget
com.wewebu.ow.server.ui.OwView
com.wewebu.ow.server.ui.button.OwImageButtonView
public class OwImageButtonView
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
Field Summary |
---|
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 | |
---|---|
OwImageButtonView()
|
Method Summary | |
---|---|
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) |
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 |
Constructor Detail |
---|
public OwImageButtonView()
Method Detail |
---|
protected void init() throws Exception
OwView
init
in class OwView
Exception
protected void onRender(Writer w_p) throws Exception
OwView
onRender
in class OwView
w_p
- Writer object to write HTML to
Exception
public List<String> getDesignClasses()
getDesignClasses().add("MyNewDesignClass");
public String getHtmlId()
public void setHtmlId(String id)
id
- String (can be null)public List<OwImageButton> getButtonList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |