Modifier and Type | Class and Description |
---|---|
class |
CollectionTypesTemplatePanel<C extends Product>
The dynamic parts of the Collection Details template Panel are delegated to this
|
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() . |
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
|
Modifier and Type | Method and Description |
---|---|
protected EntityDetailsTemplatePanel<O> |
OrderDetailsPanel.constructOrderDetails(O orderRec,
Collection<Authorization> userAuths)
Look for
EntityTemplate in Spring with name newOrderDetailsTemplate. |
Modifier and Type | Class and Description |
---|---|
class |
DynamicConfigTemplatePanel<C extends AbstractConfiguration>
|
Modifier and Type | Class and Description |
---|---|
class |
ETLInputTemplatePanel
A Generic input panel for
Reporter s |
Modifier and Type | Class and Description |
---|---|
class |
ProductSearchInputTemplatePanel
A Generic input search panel for
Product s |
Modifier and Type | Class and Description |
---|---|
class |
ReporterInputTemplatePanel
A Generic input panel for
Reporter s |
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
|
Modifier and Type | Method and Description |
---|---|
Class<? extends EntityDetailsTemplatePanel> |
TemplateSearchParams.getTemplatePanelClass()
EntityDetailsTemplatePanel Class responsible for rendering the Panel
It will use its EntityDetailsTemplatePanel(String, IModel, EntityTemplate, CustomTemplateRenderAdapter) constructor. |
Modifier and Type | Method and Description |
---|---|
void |
TemplateSearchParams.setTemplatePanelClass(Class<? extends EntityDetailsTemplatePanel> templatePanelClass)
EntityDetailsTemplatePanel Class responsible for rendering the Panel
It will use its EntityDetailsTemplatePanel(String, IModel, EntityTemplate, CustomTemplateRenderAdapter) constructor. |
Constructor and Description |
---|
TemplateSearchParams(String id,
org.apache.wicket.model.IModel<List<FacetMeta>> model,
List<org.apache.wicket.Component> ajaxTargets,
Class<? extends EntityDetailsTemplatePanel> templatePanelClass) |
Modifier and Type | Class and Description |
---|---|
class |
UserAttributesDetailsTemplatePanel<M extends HashMap<String,Serializable>>
|
class |
UserPropertiesDetailsTemplatePanel<U extends User>
|
Modifier and Type | Class and Description |
---|---|
class |
VisitorDetailsTemplatePanel
The dynamic parts of the Customer Details template Panel are delegated to this
|
Copyright © 2018. All rights reserved.