org.apache.tapestry5.corelib.mixins
Class FormFieldFocus

java.lang.Object
  extended by org.apache.tapestry5.corelib.mixins.FormFieldFocus

Deprecated. As of release 5.4, replaced by OverrideFieldFocus

@Deprecated
public class FormFieldFocus
extends Object

A mixin that instruments the outer Form on which component the focus should be activated.

This is meant to be used only with Form component.

Since:
5.3
Component Parameters
NameDescriptionTypeFlagsDefaultDefault PrefixSince
focusFieldThe org.apache.tapestry5.Field instance that will receive the focus within the org.apache.tapestry5.corelib.components.Form.org.apache.tapestry5.FieldRequired, Not Nullcomponent

Constructor Summary
FormFieldFocus()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormFieldFocus

public FormFieldFocus()
Deprecated. 


Copyright © 2003-2012 The Apache Software Foundation.