org.apache.tapestry5.corelib.mixins.TriggerFragment

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

[JavaDoc]

Component Parameters

NameTypeFlagsDefaultDefault PrefixDescription
fragmentClientElementRequired, NOT Allow NullcomponentThe FormFragment instance to make dynamically visible or hidden.

See the FormFragment documentation for an example.


Back to index