Class DefaultFocusBehavior
- java.lang.Object
- 
- org.apache.wicket.behavior.Behavior
- 
- com.inductiveautomation.ignition.gateway.web.util.DefaultFocusBehavior
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- org.apache.wicket.IComponentAwareEventSink,- org.apache.wicket.markup.html.IComponentAwareHeaderContributor,- org.apache.wicket.util.io.IClusterable
 
 public class DefaultFocusBehavior extends org.apache.wicket.behavior.BehaviorThes behavior adds an onLoad javascript that calls focus() on the attached element- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DefaultFocusBehavior()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbind(org.apache.wicket.Component component)voidrenderHead(org.apache.wicket.Component component, org.apache.wicket.markup.head.IHeaderResponse response)
 
- 
- 
- 
Method Detail- 
bindpublic void bind(org.apache.wicket.Component component) - Overrides:
- bindin class- org.apache.wicket.behavior.Behavior
 
 - 
renderHeadpublic void renderHead(org.apache.wicket.Component component, org.apache.wicket.markup.head.IHeaderResponse response)- Specified by:
- renderHeadin interface- org.apache.wicket.markup.html.IComponentAwareHeaderContributor
- Overrides:
- renderHeadin class- org.apache.wicket.behavior.Behavior
 
 
- 
 
-