Package | Description |
---|---|
org.apache.tapestry5.corelib.base |
Base components intended to be extended by other components rather than
used directly in templates.
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Field and Description |
---|---|
protected String |
AbstractField.clientId
The id used to generate a page-unique client-side identifier for the component.
|
protected boolean |
AbstractField.disabled
If true, then the field will render out with a disabled attribute
(to turn off client-side behavior).
|
protected String |
AbstractField.label
The user presentable label for the field.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryTestCase.train_name(Parameter parameter,
String name) |
Copyright © 2003-2013 The Apache Software Foundation.