|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Block | |
---|---|
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.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.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.dynamic | Services supporting the Dynamic component. |
org.apache.tapestry5.test | Support for testing Tapestry pages |
Uses of Block in org.apache.tapestry5 |
---|
Methods in org.apache.tapestry5 that return Block | |
---|---|
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. |
Uses of Block in org.apache.tapestry5.corelib.components |
---|
Methods in org.apache.tapestry5.corelib.components that return Block | |
---|---|
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 multi-zone update) the content to be included. |
Uses of Block in org.apache.tapestry5.internal |
---|
Methods in org.apache.tapestry5.internal that return Block | |
---|---|
Block |
PropertyOverridesImpl.getOverrideBlock(String name)
|
Uses of Block in org.apache.tapestry5.internal.services |
---|
Methods in org.apache.tapestry5.internal.services that return Block | |
---|---|
Block |
BeanBlockOverrideSourceImpl.getDisplayBlock(String datatype)
|
Block |
BeanBlockSourceImpl.getDisplayBlock(String datatype)
|
Block |
BeanBlockOverrideSourceImpl.getEditBlock(String datatype)
|
Block |
BeanBlockSourceImpl.getEditBlock(String datatype)
|
Uses of Block in org.apache.tapestry5.internal.structure |
---|
Classes in org.apache.tapestry5.internal.structure that implement Block | |
---|---|
class |
BlockImpl
|
Methods in org.apache.tapestry5.internal.structure that return Block | |
---|---|
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()
|
Methods in org.apache.tapestry5.internal.structure with parameters of type Block | |
---|---|
void |
ComponentPageElementImpl.addBlock(String blockId,
Block block)
|
void |
ComponentPageElement.addBlock(String blockId,
Block block)
Used during the contruction of a page to add a non-anonymous Block to the component. |
Uses of Block in org.apache.tapestry5.internal.util |
---|
Classes in org.apache.tapestry5.internal.util that implement Block | |
---|---|
class |
RenderableAsBlock
Allows any Renderable object to act as a Block . |
Uses of Block in org.apache.tapestry5.services |
---|
Methods in org.apache.tapestry5.services that return Block | |
---|---|
Block |
BeanBlockSource.getDisplayBlock(String datatype)
Returns a block which can be used to render output for the given data type. |
Block |
BeanBlockOverrideSource.getDisplayBlock(String datatype)
Returns a block which can be used to render output for the given data type. |
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. |
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. |
Uses of Block in org.apache.tapestry5.services.dynamic |
---|
Methods in org.apache.tapestry5.services.dynamic that return Block | |
---|---|
Block |
DynamicDelegate.getBlock(String name)
Returns the Block with the given unique name. |
Uses of Block in org.apache.tapestry5.test |
---|
Methods in org.apache.tapestry5.test that return Block | |
---|---|
protected Block |
TapestryTestCase.mockBlock()
|
Methods in org.apache.tapestry5.test with parameters of type Block | |
---|---|
protected void |
TapestryTestCase.train_getBlockParameter(ComponentResources resources,
String name,
Block block)
|
protected void |
TapestryTestCase.train_getOverrideBlock(PropertyOverrides overrides,
String name,
Block block)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |