org.chenillekit.tapestry.core.mixins.Element

Helper mixin that will render a variable element type. Similar to the Any component in Tapestry3.

[JavaDoc]

Component Inheritance

Component Parameters

Name Type Flags Default Default Prefix Description
clientId String NOT Allow Null prop:componentResources.id literal The id used to generate a page-unique client-side identifier for the component. If a component renders multiple times, a suffix will be appended to the to id to ensure uniqueness.
elementName String NOT Allow Null prop:componentResources.elementName literal The element to render. If not null, then the component will render the indicated element around its body. The default is derived from the component template.

Back to index