Package org.apache.tapestry5.corelib.mixins
The set of core mixins available in all Tapestry applications
-
Class Summary Class Description Autocomplete A mixin for a text field that allows for autocompletion of text fields.Confirm A mixin that can be placed on a clickable component, such asLinkSubmit
, and will raise a confirmation dialog when the element is clicked.DiscardBody Discards a component's body.FormFieldFocus Deprecated. As of release 5.4, replaced byOverrideFieldFocus
FormGroup Applied to aField
, this provides the outer layers of markup to correctly render text fields, selects, and textareas using Bootstrap: an outer<div class="field-group">
containing a<label class="control-label">
and the field itself.NotEmpty A mixin that attaches to an element that renders an element.OverrideFieldFocus A mixin that let aField
gain focus.PublishServerSideEvents Tapestry internal mixin used to implement thePublishEvent
event logic.RenderClientId Forces a client element to render its client id by ensuring thatClientElement#getClientId()
is called.RenderDisabled Renders an "disabled" attribute if the containing componentis disabled
.RenderInformals Used to render out all informal parameters, at the end of theBeginRender
phase.RenderNotification This mixin triggers component event notifications when the attached component enters itsBeginRender
andAfterRender
render phases.TriggerFragment A mixin that can be applied to aCheckbox
orRadio
component that will link the input field and aFormFragment
, making the field control the client-side visibility of the FormFragment.ZoneRefresh This mixin periodically refreshs azone
by triggering an event on the server using ajax requests.