|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.BeanBlockOverrideSourceImpl
public class BeanBlockOverrideSourceImpl
Constructor Summary | |
---|---|
BeanBlockOverrideSourceImpl(RequestPageCache pageCache,
java.util.Collection<BeanBlockContribution> configuration)
|
Method Summary | |
---|---|
Block |
getDisplayBlock(java.lang.String datatype)
Returns a block which can be used to render output for the given data type. |
Block |
getEditBlock(java.lang.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(java.lang.String datatype)
Checks to see if there is a display block for the indicated data type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanBlockOverrideSourceImpl(RequestPageCache pageCache, java.util.Collection<BeanBlockContribution> configuration)
Method Detail |
---|
public boolean hasDisplayBlock(java.lang.String datatype)
BeanBlockOverrideSource
hasDisplayBlock
in interface BeanBlockOverrideSource
datatype
- to check for
public Block getDisplayBlock(java.lang.String datatype)
BeanBlockOverrideSource
getDisplayBlock
in interface BeanBlockOverrideSource
datatype
- logical name for the type of data to be displayed
public Block getEditBlock(java.lang.String datatype)
BeanBlockOverrideSource
getEditBlock
in interface BeanBlockOverrideSource
datatype
- logical name for the type of data to be displayed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |