org.apache.tapestry5.corelib.mixins.TriggerFragment

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

[JavaDoc]

Component Parameters

NameTypeFlagsDefaultDefault PrefixDescription
fragmentorg.apache.tapestry5.ClientElementRequired, NOT Allow NullcomponentThe org.apache.tapestry5.corelib.components.FormFragment instance to make dynamically visible or hidden.

See the FormFragment documentation for an example.


Back to index