Home » tapestry-src-5.0.19 » org.apache.tapestry5.corelib.components » [javadoc | source]
org.apache.tapestry5.corelib.components
public class: RadioGroup [javadoc | source]
java.lang.Object
   org.apache.tapestry5.corelib.components.RadioGroup

All Implemented Interfaces:
    Field

Method from org.apache.tapestry5.corelib.components.RadioGroup Summary:
afterRender,   defaultEncoder,   defaultLabel,   getClientId,   getControlName,   getLabel,   isDisabled,   isRequired,   setupRender
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tapestry5.corelib.components.RadioGroup Detail:
 final  void afterRender() 
 final ValueEncoder defaultEncoder() 
 String defaultLabel() 
 public String getClientId() 
 public String getControlName() 
 public String getLabel() 
 public boolean isDisabled() 
 public boolean isRequired() 
    Returns false; RadioGroup does not support declarative validation.
 final  void setupRender()