org.apache.tapestry.corelib.mixins.TriggerFragment

A mixin that can be applied to a Checkbox component that will link the checkbox and a FormFragment, making the Checkbox control the client-side visibility of the FormFragment.

[JavaDoc]

Component Parameters

NameTypeFlagsDefaultDefault PrefixDescription
fragmentorg.apache.tapestry.ClientElementRequiredcomponentThe org.apache.tapestry.corelib.components.FormFragment instance to make dynamically visible or hidden.

See the FormFragment documentation for an example.


Back to index