|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UsesConfiguration(value=BeanBlockContribution.class) public interface BeanBlockSource
A source of Block
s used to display the properties of a bean (used by the Grid
component), or to edit the properties of a bean (used by the BeanEditForm
component). Contributions to this service (a configuration of
BeanBlockContribution
s) define what properties may be editted.
BeanBlockOverrideSource
service allows these to be overridden.
DataTypeAnalyzer
,
TapestryModule.provideDefaultBeanBlocks(org.apache.tapestry5.ioc.Configuration)
Method Summary | |
---|---|
Block |
getDisplayBlock(String datatype)
Returns a block which can be used to render output for the given data type. |
Block |
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. |
boolean |
hasDisplayBlock(String datatype)
Checks to see if there is a display block for the indicated data type. |
Method Detail |
---|
Block getEditBlock(String datatype)
datatype
- logical name for the type of data to be displayed
RuntimeException
- if no appropriate block is availableBlock getDisplayBlock(String datatype)
datatype
- logical name for the type of data to be displayed
RuntimeException
- if no appropriate block is availableboolean hasDisplayBlock(String datatype)
datatype
- to check for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |