Class | Description |
---|---|
AttributeAppendBehavior |
For a given attribute will search and append the added value to that existing attribute
Useful if we want to programatically append say CSS class'to an existing component. It is important to note that any delimiter's prefix or suffix have to be supplied part of the value or |
AttributeSubstituteBehavior |
For a given attribute will search and replace parts of the attribute that match the variableName specified
in the parameter.
|
DynaHeadBehavior | |
EditorAjaxSaveBehavior |
Add the ability for the CkEditor Save to do an AJAX save for that content only
This will put a param & value on the onCslick.
|
FieldAjaxEventBehavior |
Allow to provide custom, action & response on field level events.
|
JavaScriptMapWriterBehavior |
A Basic implementation of
AbstractBehavior to write JavaScript variables. |
MarkErrorFieldBehavior<T> |
This class defines a behavior so that in Feedback (on validation errors) individual
fields can be marked by the markup provided by the
this#getErrorMarkup()
It will append a class called field-error to the component with the error and will suffix HTML next to the field defined by MarkErrorFieldBehavior.getErrorTextMarkup() |
ProxyBehavior | Deprecated |
Copyright © 2018. All rights reserved.