public class DefaultSummaryViewSectionRenderer extends AbstractWidgetComponentRenderer<org.zkoss.zk.ui.Component,AbstractSection,Object>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
SCLASS_ACTIONS_COMPONENT |
protected static String |
SCLASS_SECTION_CONTAINER |
protected static String |
SCLASS_SECTION_CONTAINER_CAPTION |
protected static String |
SCLASS_SECTION_CONTAINER_CONTENT |
| Constructor and Description |
|---|
DefaultSummaryViewSectionRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,Actions,Object> |
createActionsRenderer() |
protected Actions |
createActionsSlot(Actions actions,
Object data,
String typeCode,
WidgetInstanceManager widgetInstanceManager) |
WidgetComponentRenderer<org.zkoss.zk.ui.Component,Attribute,Object> |
createAttributeRenderer() |
protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,Attribute,Object> |
createCustomAttributeRenderer(CustomAttribute customAttributeConfiguration) |
protected org.zkoss.zul.Groupbox |
createSectionContainer(org.zkoss.zk.ui.Component parent,
AbstractSection sectionConfiguration,
Object data) |
protected org.zkoss.zul.Caption |
createSectionContainerCaption(AbstractSection sectionConfiguration) |
protected org.zkoss.zul.Vlayout |
createSectionContentContainer() |
protected ObjectValueService |
getObjectValueService() |
void |
render(org.zkoss.zk.ui.Component parent,
AbstractSection sectionConfiguration,
Object data,
DataType dataType,
WidgetInstanceManager widgetInstanceManager)
Renders a component inside parent, representing given data and complying to given ui
configuration.
|
protected void |
renderCustomSectionContent(org.zkoss.zk.ui.Component parent,
CustomSection sectionConfiguration,
Object data,
DataType dataType,
WidgetInstanceManager widgetInstanceManager) |
protected void |
renderSectionContent(org.zkoss.zk.ui.Component parent,
Section sectionConfiguration,
Object data,
DataType dataType,
WidgetInstanceManager widgetInstanceManager) |
protected void |
renderSectionElement(org.zkoss.zk.ui.Component parent,
List<Positioned> elements,
Object data,
DataType dataType,
WidgetInstanceManager widgetInstanceManager) |
void |
setDataQualityGroupRenderer(WidgetComponentRenderer<org.zkoss.zk.ui.Component,Attribute,Object> dataQualityGroupRenderer) |
void |
setObjectValueService(ObjectValueService objectValueService) |
void |
setSummaryViewAttributeRenderer(WidgetComponentRenderer<org.zkoss.zk.ui.Component,Attribute,Object> summaryViewAttributeRenderer) |
addRendererListener, fireComponentRendered, fireComponentRendered, fireComponentRendered, removeRendererListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrenderprotected static final String SCLASS_SECTION_CONTAINER
protected static final String SCLASS_SECTION_CONTAINER_CAPTION
protected static final String SCLASS_SECTION_CONTAINER_CONTENT
protected static final String SCLASS_ACTIONS_COMPONENT
public void render(org.zkoss.zk.ui.Component parent,
AbstractSection sectionConfiguration,
Object data,
DataType dataType,
WidgetInstanceManager widgetInstanceManager)
WidgetComponentRendererparent - parent component on which to rendersectionConfiguration - configuration of rendererdata - data to be rendereddataType - meta information about type of data providedwidgetInstanceManager - widget manager in scope of which renderer is usedprotected org.zkoss.zul.Groupbox createSectionContainer(org.zkoss.zk.ui.Component parent,
AbstractSection sectionConfiguration,
Object data)
protected org.zkoss.zul.Caption createSectionContainerCaption(AbstractSection sectionConfiguration)
protected void renderSectionContent(org.zkoss.zk.ui.Component parent,
Section sectionConfiguration,
Object data,
DataType dataType,
WidgetInstanceManager widgetInstanceManager)
protected void renderCustomSectionContent(org.zkoss.zk.ui.Component parent,
CustomSection sectionConfiguration,
Object data,
DataType dataType,
WidgetInstanceManager widgetInstanceManager)
protected org.zkoss.zul.Vlayout createSectionContentContainer()
protected void renderSectionElement(org.zkoss.zk.ui.Component parent,
List<Positioned> elements,
Object data,
DataType dataType,
WidgetInstanceManager widgetInstanceManager)
protected Actions createActionsSlot(Actions actions, Object data, String typeCode, WidgetInstanceManager widgetInstanceManager)
protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,Attribute,Object> createCustomAttributeRenderer(CustomAttribute customAttributeConfiguration)
public WidgetComponentRenderer<org.zkoss.zk.ui.Component,Attribute,Object> createAttributeRenderer()
protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,Actions,Object> createActionsRenderer()
protected ObjectValueService getObjectValueService()
public void setObjectValueService(ObjectValueService objectValueService)
public void setSummaryViewAttributeRenderer(WidgetComponentRenderer<org.zkoss.zk.ui.Component,Attribute,Object> summaryViewAttributeRenderer)
public void setDataQualityGroupRenderer(WidgetComponentRenderer<org.zkoss.zk.ui.Component,Attribute,Object> dataQualityGroupRenderer)
Copyright © 2018. All rights reserved.