org.chenillekit.tapestry.core.mixins.Resizable

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

[JavaDoc]

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.
constraint String NOT Allow Null literal let you allow to restrict the direction of resizing. 'vertical', 'horizontal' or empty for both
persist boolean NOT Allow Null false prop if true, width and height of the resizable element persists via cookie. default is 'false'

Back to index