Package | Description |
---|---|
com.neurosys.template.model | |
com.neurosys.template.wicket.itemadapters |
Modifier and Type | Method and Description |
---|---|
CustomItemComponentRenderAdapter |
FacetMeta.getCustomItemRenderAdapter()
Customize how an Item is rendered within the form.
|
Modifier and Type | Method and Description |
---|---|
void |
FacetMeta.setCustomItemRenderAdapter(CustomItemComponentRenderAdapter customItemRenderAdapter)
Customize how an Item is rendered within the form.
|
Modifier and Type | Class and Description |
---|---|
class |
JSONGridRenderAdapter
A CustomItemComponentRenderAdapter that supports rows and columns to support JSON Maps
The corresponding HTML fragment in the EntityDetailsTemplatePanel type should be like:
|
class |
JSONRenderAdapter
Convenient JSON implementation for
MapRenderAdapter |
class |
ListRenderAdapter
Renders a List from a data model (expected to be a List).
|
class |
MapRenderAdapter<M extends Map>
Adapter to render a
Map as a series of Key-Value inputsSelect (single or multi-select depends on the ContentType in MetaItem )If the core input Object is not a Map then one should ensure that the core input type is converted to Map and back by setting setModelTransformer(org.apache.commons.collections.Transformer) with a TwoWayTransformer
The list and sequence of fields used depends on #getLookup() if not MapRenderAdapter.entityTemplate is provided. |
class |
ScriptableCustomItemComponentRenderAdapter
A
CustomItemComponentRenderAdapter that will also generate an accompany the component with a Script either in the web page header within the component. |
class |
SelectRenderAdapter
Adapter to render a
Select (single or multi-select depends on the ContentType in MetaItem )
Should be accompanied with Select markup; typically this has a wicket:id="SELECT", you can specify this by something like this in MyDetailsTemplatePanel which is assumed to have a Fragment by the id SELECT defined in it: |
class |
SimpleEditorAdapter
A Basic HTML editor that has a Text-Area and A Display Area
|
class |
SizeRenderAdapter
Adapter to render a
Size ; since Size type can be complex and of different types
Should be accompanied with Select markup |
class |
TextAreaAdapter
Text Area
|
Constructor and Description |
---|
CustomItemComponentRenderAdapter(CustomItemComponentRenderAdapter t) |
Copyright © 2018. All rights reserved.