Package | Description |
---|---|
com.neurosys.content.admin.wicket.pages.panels | |
com.neurosys.content.domain | |
com.neurosys.content.wicket.pages.panel | |
com.neurosys.template.model |
Modifier and Type | Method and Description |
---|---|
protected List<MetaItem> |
ContentDetailsTemplatePanel.extractMetaItems(C modelObject,
Collection<? extends FacetMeta> __facets,
ContentType... filterContentType)
Process only
AbstractContentTemplate.getMetaDataFacets() |
Modifier and Type | Field and Description |
---|---|
static ContentType |
ContentType.ARRAY
Format specifies the Array
|
static ContentType |
ContentType.BUTTON |
static ContentType |
ContentType.BUTTON_SUBMIT |
static ContentType |
ContentType.CEHCK_BOX_3
True/False/Dont-Care Check-Box
|
static ContentType |
ContentType.CHECK_BOX
True/False Check-Box
|
static ContentType |
ContentType.DATE
Date style to be applied
|
static ContentType |
ContentType.EXTERNAL_FEED
Feed Data; external Data; WebService Data; RSS; data meant for/from External System etc.
|
static ContentType |
ContentType.FILE_BIN
Any file that needs to be treated as Binary content
|
static ContentType |
ContentType.FILE_EMBED
A file that can be embedded using a plugin to view it; like a PDF; Excel etc.
|
static ContentType |
ContentType.GENERATED
Data that has meaning in relation to the Product; like Price etc.
|
static ContentType |
ContentType.HIDDEN
Hidden; the element will be used but not displayed.
|
static ContentType |
ContentType.HTML
Content that needs to be displayed as HTML.
|
static ContentType |
ContentType.IMG
Any image + Upload of image
|
static ContentType |
ContentType.IMG_REF
Any image (referece).
|
static ContentType |
ContentType.INPUT |
static ContentType |
ContentType.INPUT_AUTO_SUGGEST
An input box with Auto Suggest ability
|
static ContentType |
ContentType.INPUT_PREDECTIVE
Input with Predective Text
|
static ContentType |
ContentType.JSON
A JSON ContentType that describes the content.
|
static ContentType |
ContentType.JSON_ARRAY
Format specifies the Array but in Json format; ideal for Array of Objects
|
static ContentType |
ContentType.LABEL
Display Label; Read Only
|
static ContentType |
ContentType.LINK
Link is same as , the only difference is a REF may have multiple aspects like the display of the link and the actual Action.
|
static ContentType |
ContentType.MARKUP
Content that should not be escaped; and the markups have their literal meaning.
|
static ContentType |
ContentType.MARKUP_SCRIPT
A Markup based Script, use for web.
|
static ContentType |
ContentType.META
Information that describes content; but is never meant for actual display or UI processing.
|
static ContentType |
ContentType.MULTI_LINE_LABEL
Display Multi Line Label Label; Read Only
|
static ContentType |
ContentType.MULTI_SELECT
Field value should be a comma separated list of Strings
|
static ContentType |
ContentType.PASSWORD |
static ContentType |
ContentType.POINTER
Similar to this
REF , however while REF is usually a Data Item, that is fixed, a Pointer can point to a Shared Item
like another Object reference (by Id, Sku etc). |
static ContentType |
ContentType.RADIO
Field value should be a comma separated list of Strings
|
static ContentType |
ContentType.REF
Reference : A URL; Link or even a reference to a Page; Bookmark; Uploaded Document etc.
|
static ContentType |
ContentType.SAFE_HTML
Content that needs to be displayed as HTML.
|
static ContentType |
ContentType.SELECT
Field value should be a comma separated list of Strings
|
static ContentType |
ContentType.SERVER_SCRIPT
A Script that will be executed Server side, not as markup.
|
static ContentType |
ContentType.TEXT
Any Content that contains Text.
|
static ContentType |
ContentType.TEXT_AREA
Text in a Text Area
|
static ContentType |
ContentType.XML
An XML
|
Modifier and Type | Method and Description |
---|---|
ContentType |
AbstractContentFacet.getType() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractContentFacet.setType(ContentType type) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TemplatePanel.addFacetToMetaItems(FacetMeta facet,
Map<String,Field> fieldMap,
ContentType... filterContentType)
Determine which fields/FacetMeta will render and be processed
|
protected List<MetaItem> |
TemplatePanel.extractMetaItems(M modelObject,
Collection<? extends FacetMeta> facets,
ContentType... filterContentType)
Get template attributes + Fields that satisfy
TemplatePanel.filter(Map, Serializable)
In addition { TemplatePanel.filter(Map, Serializable) |
protected boolean |
TemplatePanel.isAuthorized(FacetMeta facet,
Map<String,Field> fieldMap,
ContentType... filterContentType) |
protected boolean |
ListViewTemplatePanel.isAuthorized(FacetMeta facet,
Map<String,Field> fieldMap,
ContentType... filterContentType)
Add Authorization filter logic over super
TemplatePanel.addFacetToMetaItems(FacetMeta, Map, ContentType...) |
Modifier and Type | Method and Description |
---|---|
ContentType |
MetaItem.getType()
Convenience method to Extract type from facetMeta or field
|
ContentType |
FacetMeta.getType() |
Modifier and Type | Method and Description |
---|---|
void |
FacetMeta.setType(ContentType type) |
Copyright © 2018. All rights reserved.