|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.services.BeanBlockContribution
public final class BeanBlockContribution
A contribution to the BeanBlockSource service, defining a page name and block id (within the page) that can
edit or display a particular type of property.
| Constructor Summary | |
|---|---|
BeanBlockContribution(String dataType,
String pageName,
String blockId,
boolean edit)
|
|
| Method Summary | |
|---|---|
String |
getBlockId()
The id of the block within the page. |
String |
getDataType()
The type of data for which the indicated block will provide an editor or displayer for. |
String |
getPageName()
The logical name of the page containing the block. |
boolean |
isEdit()
If true, then the block provides an editor for the property, consisting of a Label and some field
component (or set of field components). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanBlockContribution(String dataType,
String pageName,
String blockId,
boolean edit)
| Method Detail |
|---|
public String getDataType()
public String getBlockId()
public boolean isEdit()
Label and some field
component (or set of field components). If false, the block is used to display the value of the property, usually
by applying some kind of formatting to the raw value.
public String getPageName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||