Class InputWindow.AutoFocusBehavior

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable
    Enclosing class:
    InputWindow<T>

    public static class InputWindow.AutoFocusBehavior
    extends com.googlecode.wicket.jquery.core.JQueryAbstractBehavior
    Provides an auto-focus Behavior on InputWindow's TextField
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected String $()  
      void bind​(org.apache.wicket.Component component)  
      • Methods inherited from class com.googlecode.wicket.jquery.core.JQueryAbstractBehavior

        add, getJQueryLibrarySettings, renderHead, renderOnDomReadyScript, renderPriorityHeaderItem, toString
      • Methods inherited from class org.apache.wicket.behavior.Behavior

        afterRender, beforeRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onConfigure, onEvent, onException, onRemove, onTag, unbind
    • Constructor Detail

      • AutoFocusBehavior

        public AutoFocusBehavior()
    • Method Detail

      • bind

        public void bind​(org.apache.wicket.Component component)
        Overrides:
        bind in class org.apache.wicket.behavior.Behavior
      • $

        protected String $()
        Specified by:
        $ in class com.googlecode.wicket.jquery.core.JQueryAbstractBehavior