public class PlatformLinksWidgetRenderer extends java.lang.Object implements WidgetRenderer<Widget>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUTTON_DOWN_IMG_SRC |
static java.lang.String |
BUTTON_RIGHT_IMG_SRC |
| Constructor and Description |
|---|
PlatformLinksWidgetRenderer() |
| Modifier and Type | Method and Description |
|---|---|
HtmlBasedComponent |
createCaption(Widget widget)
Creates and returns the widget's caption component.
|
HtmlBasedComponent |
createContent(Widget widget)
Creates and returns the widget's (main) content component.
|
protected LinkEntryService |
getLinkEntryService() |
void |
setLinkEntryService(LinkEntryService linkEntryService) |
public static final java.lang.String BUTTON_RIGHT_IMG_SRC
public static final java.lang.String BUTTON_DOWN_IMG_SRC
public HtmlBasedComponent createCaption(Widget widget)
WidgetRenderercreateCaption in interface WidgetRenderer<Widget>widget - the widget componentpublic HtmlBasedComponent createContent(Widget widget)
WidgetRendererInputWidget) need to be able to access specific content components (e.g. input
component) for updating purposes etc, which means that the renderer needs to pass those components to the widget
directly. Please see InputWidget#setInputComponent(org.zkoss.zul.impl.api.InputElement) for an example.createContent in interface WidgetRenderer<Widget>widget - the widget componentprotected LinkEntryService getLinkEntryService()
public void setLinkEntryService(LinkEntryService linkEntryService)
linkEntryService - the linkEntryService to setCopyright © 2018 SAP SE. All Rights Reserved.