Uses of Class
com.hybris.cockpitng.config.jaxb.wizard.ContentType
-
Packages that use ContentType Package Description com.hybris.cockpitng.config.jaxb.wizard com.hybris.cockpitng.core.config.impl.adapters.flow com.hybris.cockpitng.widgets.configurableflow.renderer -
-
Uses of ContentType in com.hybris.cockpitng.config.jaxb.wizard
Fields in com.hybris.cockpitng.config.jaxb.wizard declared as ContentType Modifier and Type Field Description protected ContentTypeStepType. contentFields in com.hybris.cockpitng.config.jaxb.wizard with type parameters of type ContentType Modifier and Type Field Description protected java.util.List<ContentType>ContentType. columnMethods in com.hybris.cockpitng.config.jaxb.wizard that return ContentType Modifier and Type Method Description ContentTypeObjectFactory. createContentType()Create an instance ofContentTypeContentTypeStepType. getContent()Gets the value of the content property.Methods in com.hybris.cockpitng.config.jaxb.wizard that return types with arguments of type ContentType Modifier and Type Method Description java.util.List<ContentType>ContentType. getColumn()Gets the value of the column property.Methods in com.hybris.cockpitng.config.jaxb.wizard with parameters of type ContentType Modifier and Type Method Description voidStepType. setContent(ContentType value)Sets the value of the content property. -
Uses of ContentType in com.hybris.cockpitng.core.config.impl.adapters.flow
Methods in com.hybris.cockpitng.core.config.impl.adapters.flow with parameters of type ContentType Modifier and Type Method Description protected voidConfigurableFlowConfigurationProcessor. applyNonDeclaredProperties(Flow flowConfiguration, java.lang.String typeCode, ContentType contentType)protected voidConfigurableFlowConfigurationProcessor. processPropertiesToExclude(ContentType contentType)protected voidFlowConfigPositionAdapter. sortContentType(ContentType contentType) -
Uses of ContentType in com.hybris.cockpitng.widgets.configurableflow.renderer
Methods in com.hybris.cockpitng.widgets.configurableflow.renderer with parameters of type ContentType Modifier and Type Method Description protected voidConfigurableFlowRenderer. renderContent(org.zkoss.zk.ui.Component parent, ContentType content)
-