|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wamblee.wicket.behavior.CompositeBehavior
org.wamblee.wicket.jquery.AbstractJQueryBehavior
org.wamblee.wicket.behavior.PreselectionBehavior
public class PreselectionBehavior
Preselection behavior that preselects unaltered text in forms. When applied to a certain component, the behavior is valid for all children of the component. Therefore, it is possible to attach this behavior to any component, well as to a form or even individual fields in a form. It is also possible to apply this behavior to a page. The behavior applies to text input fields and textareas. Upon focus, the text in the field is selected if it it still identical to the default value.
Constructor Summary | |
---|---|
PreselectionBehavior()
|
Method Summary |
---|
Methods inherited from class org.wamblee.wicket.jquery.AbstractJQueryBehavior |
---|
bind, getConfigurationJavascript, getConfigurationObject, getCustomSerializer, isPageAllowed, renderHead |
Methods inherited from class org.wamblee.wicket.behavior.CompositeBehavior |
---|
add, afterRender, beforeRender, detach, exception, getStatelessHint, isEnabled, isTemporary, onComponentTag |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreselectionBehavior()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |