public class ListContainerRenderer extends AbstractChildrenContainerRenderer
| Constructor and Description |
|---|
ListContainerRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected org.zkoss.zul.Window |
createWindow(Widgetslot widgetContainer,
WidgetInstance widgetInstance) |
String |
getDefaultWindowHeight() |
String |
getDefaultWindowWidth() |
boolean |
isDefaultHighlightedMode() |
void |
render(Widgetchildren childrenComponent,
List<WidgetInstance> children,
Map<String,Object> ctx)
Renders the
Widgetchildren component and its child widgets. |
void |
setDefaultHighlightedMode(boolean defaultHighlightedMode) |
void |
setDefaultWindowHeight(String defaultWindowHeight) |
void |
setDefaultWindowWidth(String defaultWindowWidth) |
void |
setModalWindowStack(ModalWindowStack modalWindowStack) |
void |
setNotificationStack(NotificationStack notificationStack) |
addTitleChangeListener, getComponentFor, getLocalizedTitle, getWidgetInstanceFacade, newWidgetslotsAfterCompose, setWidgetInstanceFacade, syncComponentOrderpublic void render(Widgetchildren childrenComponent, List<WidgetInstance> children, Map<String,Object> ctx)
WidgetChildrenContainerRendererWidgetchildren component and its child widgets.childrenComponent - The Widgetchildren component (usually defined as <widgetchildren> tag within zul).children - The corresponding child widgets for this container.ctx - Additional context informationprotected org.zkoss.zul.Window createWindow(Widgetslot widgetContainer, WidgetInstance widgetInstance)
public String getDefaultWindowWidth()
public void setDefaultWindowWidth(String defaultWindowWidth)
public String getDefaultWindowHeight()
public void setDefaultWindowHeight(String defaultWindowHeight)
public boolean isDefaultHighlightedMode()
public void setDefaultHighlightedMode(boolean defaultHighlightedMode)
public void setNotificationStack(NotificationStack notificationStack)
public void setModalWindowStack(ModalWindowStack modalWindowStack)
Copyright © 2018. All rights reserved.