|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry.corelib.components.RadioGroup
public class RadioGroup
| Constructor Summary | |
|---|---|
RadioGroup()
|
|
| Method Summary | |
|---|---|
String |
getClientId()
Returns null; the radio group does not render as a tag and so doesn't have an id to share. |
String |
getControlName()
Returns the value used as the name attribute of the rendered element. |
String |
getLabel()
Returns a user presentable (localized) label for the field, which may be used inside <label> elements on the client, and inside client or server-side validation error messages. |
boolean |
isDisabled()
Returns true if the field is disabled; A disabled field will render a disabled attribute so that it is non-responsive on the client (at least, until its disabled status is changed on the client using JavaScript). |
boolean |
isRequired()
Returns false; RadioGroup does not support declarative validation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RadioGroup()
| Method Detail |
|---|
public String getControlName()
Field
getControlName in interface FieldFormSupport.allocateControlName(String)public String getLabel()
Field
getLabel in interface FieldLabelpublic boolean isDisabled()
Field
isDisabled in interface Fieldpublic String getClientId()
Field only so it can interact with the ValidationTracker.
getClientId in interface ClientElementpublic boolean isRequired()
isRequired in interface Field
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||