Package | Description |
---|---|
org.apache.tapestry5 |
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
|
org.apache.tapestry5.corelib.components |
The set of core components available in all Tapestry applications
|
org.apache.tapestry5.corelib.pages |
The set of core pages available in all Tapestry applications
|
org.apache.tapestry5.internal |
[INTERNAL USE ONLY] internal support classes; API subject to change.
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.services.dashboard | |
org.apache.tapestry5.internal.structure |
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
|
org.apache.tapestry5.internal.util |
[INTERNAL USE ONLY] various utility classes; API subject to change.
|
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.services.dashboard |
Support for the built-in "T5Dashboard" page.
|
org.apache.tapestry5.services.dynamic |
Services supporting the
Dynamic component. |
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Method and Description |
---|---|
Block |
ComponentResourcesCommon.findBlock(String blockId)
As with
ComponentResourcesCommon.getBlock(String) , but returns null if the block is not found. |
Block |
ComponentResourcesCommon.getBlock(String blockId)
Returns a block from the component's template, referenced by its id.
|
Block |
ComponentResources.getBlockParameter(String parameterName)
Used to access an informal parameter that's a Block.
|
Block |
ComponentResourcesCommon.getBody()
Returns the body of this component as a (possibly empty) block.
|
Block |
ClientBodyElement.getBody() |
Block |
PropertyOverrides.getOverrideBlock(String name)
Searches for an override block with the given name.
|
Modifier and Type | Method and Description |
---|---|
Block |
GridColumns.getBlockForColumn() |
Block |
Zone.getBody()
Returns the zone's body (the content enclosed by its start and end tags).
|
Block |
ProgressiveDisplay.getBody()
Returns the body of the ProgressiveDisplay, which is sometimes (in the
context of a
AjaxResponseRenderer.addRender(org.apache.tapestry5.ClientBodyElement) partial page render})
the content to be included.
|
Modifier and Type | Method and Description |
---|---|
Block |
ComponentLibraries.getComponentsTable() |
Block |
T5Dashboard.getContent() |
Block |
ComponentLibraries.getMixinsTable() |
Block |
ComponentLibraries.getPagesTable() |
Modifier and Type | Method and Description |
---|---|
Block |
PropertyOverridesImpl.getOverrideBlock(String name) |
Modifier and Type | Method and Description |
---|---|
Block |
BeanBlockOverrideSourceImpl.getDisplayBlock(String datatype) |
Block |
BeanBlockSourceImpl.getDisplayBlock(String datatype) |
Block |
BeanBlockOverrideSourceImpl.getEditBlock(String datatype) |
Block |
BeanBlockSourceImpl.getEditBlock(String datatype) |
Modifier and Type | Method and Description |
---|---|
Block |
DashboardManagerImpl.getTabContent(String tabName) |
Modifier and Type | Class and Description |
---|---|
class |
BlockImpl |
Modifier and Type | Method and Description |
---|---|
Block |
ComponentPageElementImpl.findBlock(String id) |
Block |
InternalComponentResourcesImpl.findBlock(String blockId) |
Block |
ComponentPageElementImpl.getBlock(String id) |
Block |
InternalComponentResourcesImpl.getBlock(String blockId) |
Block |
InternalComponentResourcesImpl.getBlockParameter(String parameterName) |
Block |
ComponentPageElementImpl.getBody() |
Block |
InternalComponentResourcesImpl.getBody() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentPageElement.addBlock(String blockId,
Block block)
Used during the contruction of a page to add a non-anonymous Block to the component.
|
void |
ComponentPageElementImpl.addBlock(String blockId,
Block block) |
Modifier and Type | Class and Description |
---|---|
class |
RenderableAsBlock
Allows any
Renderable object to act as a Block . |
Modifier and Type | Method and Description |
---|---|
Block |
BeanBlockOverrideSource.getDisplayBlock(String datatype)
Returns a block which can be used to render output for the given data type.
|
Block |
BeanBlockSource.getDisplayBlock(String datatype)
Returns a block which can be used to render output for the given data type.
|
Block |
BeanBlockOverrideSource.getEditBlock(String datatype)
Returns a block which can be used to render an editor for the given data type, in the form of a field label and
input field.
|
Block |
BeanBlockSource.getEditBlock(String datatype)
Returns a block which can be used to render an editor for the given data type, in the form of a field label and
input field.
|
Modifier and Type | Method and Description |
---|---|
Block |
DashboardManager.getTabContent(String tabName) |
Modifier and Type | Method and Description |
---|---|
Block |
DynamicDelegate.getBlock(String name)
Returns the Block with the given unique name.
|
Modifier and Type | Method and Description |
---|---|
protected Block |
TapestryTestCase.mockBlock() |
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryTestCase.train_getBlockParameter(ComponentResources resources,
String name,
Block block) |
protected void |
TapestryTestCase.train_getOverrideBlock(PropertyOverrides overrides,
String name,
Block block) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.