Modifier and Type | Class and Description |
---|---|
class |
CollectionTypesTemplatePanel<C extends Product>
The dynamic parts of the Collection Details template Panel are delegated to this
|
Constructor and Description |
---|
CollectionTypesTemplatePanel(String id,
org.apache.wicket.model.IModel<C> model,
EntityTemplate template,
CustomTemplateRenderAdapter<C,org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> defaultRenderAdapter) |
Modifier and Type | Class and Description |
---|---|
class |
ContentDetailsTemplatePanel<C extends AbstractContent<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
Represent the
C#getAttributes() that match AbstractContentTemplate.getMetaDataFacets() . |
Constructor and Description |
---|
ContentDetailsTemplatePanel(String id,
org.apache.wicket.model.IModel<C> model,
AbstractContentTemplate<C> template,
CustomTemplateRenderAdapter<C,org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> defaultRenderAdapter) |
Modifier and Type | Class and Description |
---|---|
class |
CustomerDetailsTemplatePanel
The dynamic parts of the Customer Details template Panel are delegated to this
|
class |
DeliveryDetailsTemplatePanel
The dynamic parts of the
DeliveryDetails Details template Panel are delegated to this |
class |
OrderDetailsTemplatePanel<O extends Order>
The dynamic parts of the Order Details template Panel are delegated to this
|
class |
PromotionDetailsTemplatePanel
The dynamic parts of the Order Details template Panel are delegated to this
|
Constructor and Description |
---|
CustomerDetailsTemplatePanel(String id,
org.apache.wicket.model.IModel<User> model,
EntityTemplate template,
CustomTemplateRenderAdapter<User,org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> defaultRenderAdapter) |
DeliveryDetailsTemplatePanel(String id,
org.apache.wicket.model.IModel<DeliveryDetails> model,
EntityTemplate<DeliveryDetails> template,
CustomTemplateRenderAdapter<DeliveryDetails,org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> defaultRenderAdapter) |
OrderDetailsTemplatePanel(String id,
org.apache.wicket.model.IModel<O> model,
EntityTemplate template,
CustomTemplateRenderAdapter<O,org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> defaultRenderAdapter) |
PromotionDetailsTemplatePanel(String id,
org.apache.wicket.model.IModel<Promotion> model,
EntityTemplate template,
CustomTemplateRenderAdapter<Promotion,org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> defaultRenderAdapter) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicConfigTemplatePanel<C extends AbstractConfiguration>
|
Constructor and Description |
---|
DynamicConfigTemplatePanel(String id,
org.apache.wicket.model.IModel<C> model,
EntityTemplate template,
CustomTemplateRenderAdapter<C,org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> defaultRenderAdapter) |
Modifier and Type | Class and Description |
---|---|
class |
ETLInputTemplatePanel
A Generic input panel for
Reporter s |
Constructor and Description |
---|
ETLInputTemplatePanel(String id,
org.apache.wicket.model.IModel<Object[]> model,
EntityTemplate template,
CustomTemplateRenderAdapter<Object[],org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> defaultRenderAdapter) |
Modifier and Type | Class and Description |
---|---|
class |
ProductDetailsTemplatePanel<P extends Product>
|
class |
ProductSearchInputTemplatePanel
A Generic input search panel for
Product s |
Constructor and Description |
---|
ProductDetailsTemplatePanel(String id,
org.apache.wicket.model.IModel<P> model,
Template template,
CustomTemplateRenderAdapter<P,org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> defaultRenderAdapter) |
ProductSearchInputTemplatePanel(String id,
org.apache.wicket.model.IModel<Object[]> model,
EntityTemplate template,
CustomTemplateRenderAdapter<Object[],org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> defaultRenderAdapter) |
Modifier and Type | Class and Description |
---|---|
class |
ReporterInputTemplatePanel
A Generic input panel for
Reporter s |
Constructor and Description |
---|
ReporterInputTemplatePanel(String id,
org.apache.wicket.model.IModel<Object[]> model,
EntityTemplate template,
CustomTemplateRenderAdapter<Object[],org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> defaultRenderAdapter) |
Modifier and Type | Method and Description |
---|---|
CustomTemplateRenderAdapter |
FacetMeta.getCustomTemplateRenderAdapter()
Any custom way to render a field in a template
(In Edit mode), not final rendering
|
Modifier and Type | Method and Description |
---|---|
void |
FacetMeta.setCustomTemplateRenderAdapter(CustomTemplateRenderAdapter customTemplateRenderAdapter)
Any custom way to render a field in a template
(In Edit mode), not final rendering
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultWicketTemplateRenderAdapter<T>
A
CustomTemplateRenderAdapter that understands how to render various ContentType
from the core content entity. |
class |
SimpleDynamicFieldsRenderAdapter<T> |
Modifier and Type | Class and Description |
---|---|
class |
EntityDetailsTemplatePanel<T extends Serializable>
Represents the dynamically generated
Panel for ENTITY . |
Modifier and Type | Method and Description |
---|---|
protected abstract EntityDetailsTemplatePanel |
DynamicInputForm.getInputTemplatePanel(String id,
org.apache.wicket.model.IModel model,
EntityTemplate template,
CustomTemplateRenderAdapter defaultRenderAdapter)
Define the Template panel responsible for rendering the Input params
|
protected abstract EntityDetailsTemplatePanel |
DynamicInputContainer.getInputTemplatePanel(String id,
org.apache.wicket.model.IModel model,
EntityTemplate template,
CustomTemplateRenderAdapter defaultRenderAdapter)
Define the Template panel responsible for rendering the Input params
|
Constructor and Description |
---|
EntityDetailsTemplatePanel(String id,
org.apache.wicket.model.IModel<T> model,
EntityTemplate template,
CustomTemplateRenderAdapter<T,org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> defaultRenderAdapter) |
Modifier and Type | Method and Description |
---|---|
CustomTemplateRenderAdapter<Object,org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> |
JSONGridRenderAdapter.getFieldRenderAdapter()
Optional
CustomTemplateRenderAdapter to render fields in the grip. |
Modifier and Type | Method and Description |
---|---|
void |
JSONGridRenderAdapter.setFieldRenderAdapter(CustomTemplateRenderAdapter<Object,org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> fieldRenderAdapter)
Optional
CustomTemplateRenderAdapter to render fields in the grip. |
Modifier and Type | Class and Description |
---|---|
class |
UserAttributesDetailsTemplatePanel<M extends HashMap<String,Serializable>>
|
class |
UserPropertiesDetailsTemplatePanel<U extends User>
|
Constructor and Description |
---|
UserAttributesDetailsTemplatePanel(String id,
org.apache.wicket.model.IModel<M> userAttributesMapModel,
EntityTemplate template,
CustomTemplateRenderAdapter<M,org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> defaultRenderAdapter) |
UserPropertiesDetailsTemplatePanel(String id,
org.apache.wicket.model.IModel<U> model,
EntityTemplate template,
CustomTemplateRenderAdapter<U,org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> defaultRenderAdapter) |
Modifier and Type | Class and Description |
---|---|
class |
VisitorDetailsTemplatePanel
The dynamic parts of the Customer Details template Panel are delegated to this
|
Constructor and Description |
---|
VisitorDetailsTemplatePanel(String id,
org.apache.wicket.model.IModel<User> model,
EntityTemplate template,
CustomTemplateRenderAdapter<User,org.apache.wicket.model.IModel,org.apache.wicket.Component,org.apache.wicket.MarkupContainer> defaultRenderAdapter) |
Copyright © 2018. All rights reserved.