Uses of Interface
org.apache.tapestry5.Block
Packages that use Block
Package
Description
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
The set of core components available in all Tapestry applications
The set of core pages available in all Tapestry applications
[INTERNAL USE ONLY] internal support classes; API subject to change.
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
[INTERNAL USE ONLY] various utility classes; API subject to change.
Core services
Support for the built-in "T5Dashboard" page.
Services supporting the
Dynamic
component.Support for testing Tapestry pages
-
Uses of Block in org.apache.tapestry5
Methods in org.apache.tapestry5 that return BlockModifier and TypeMethodDescriptionAs withComponentResourcesCommon.getBlock(String)
, but returns null if the block is not found.Returns a block from the component's template, referenced by its id.ComponentResources.getBlockParameter
(String parameterName) Used to access an informal parameter that's a Block.ClientBodyElement.getBody()
ComponentResourcesCommon.getBody()
Returns the body of this component as a (possibly empty) 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 BlockModifier and TypeMethodDescriptionGridColumns.getBlockForColumn()
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.Zone.getBody()
Returns the zone's body (the content enclosed by its start and end tags). -
Uses of Block in org.apache.tapestry5.corelib.pages
Methods in org.apache.tapestry5.corelib.pages that return BlockModifier and TypeMethodDescriptionComponentLibraries.getComponentsTable()
T5Dashboard.getContent()
ComponentLibraries.getMixinsTable()
ComponentLibraries.getPagesTable()
-
Uses of Block in org.apache.tapestry5.internal
Methods in org.apache.tapestry5.internal that return Block -
Uses of Block in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services that return BlockModifier and TypeMethodDescriptionBeanBlockOverrideSourceImpl.getDisplayBlock
(String datatype) BeanBlockSourceImpl.getDisplayBlock
(String datatype) BeanBlockOverrideSourceImpl.getEditBlock
(String datatype) BeanBlockSourceImpl.getEditBlock
(String datatype) -
Uses of Block in org.apache.tapestry5.internal.services.dashboard
Methods in org.apache.tapestry5.internal.services.dashboard that return Block -
Uses of Block in org.apache.tapestry5.internal.structure
Classes in org.apache.tapestry5.internal.structure that implement BlockMethods in org.apache.tapestry5.internal.structure that return BlockModifier and TypeMethodDescriptionInternalComponentResourcesImpl.getBlockParameter
(String parameterName) ComponentPageElementImpl.getBody()
InternalComponentResourcesImpl.getBody()
Methods in org.apache.tapestry5.internal.structure with parameters of type Block -
Uses of Block in org.apache.tapestry5.internal.util
Classes in org.apache.tapestry5.internal.util that implement Block -
Uses of Block in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services that return BlockModifier and TypeMethodDescriptionBeanBlockOverrideSource.getDisplayBlock
(String datatype) Returns a block which can be used to render output for the given data type.BeanBlockSource.getDisplayBlock
(String datatype) Returns a block which can be used to render output for the given data type.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.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. -
Uses of Block in org.apache.tapestry5.services.dashboard
Methods in org.apache.tapestry5.services.dashboard that return Block -
Uses of Block in org.apache.tapestry5.services.dynamic
Methods in org.apache.tapestry5.services.dynamic that return Block -
Uses of Block in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return BlockMethods in org.apache.tapestry5.test with parameters of type BlockModifier and TypeMethodDescriptionprotected final void
TapestryTestCase.train_getBlockParameter
(ComponentResources resources, String name, Block block) protected void
TapestryTestCase.train_getOverrideBlock
(PropertyOverrides overrides, String name, Block block)