| java.lang.Object org.apache.tapestry.services.BeanBlockContribution
BeanBlockContribution | final public class BeanBlockContribution (Code) | | 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.
|
Method Summary | |
public String | getBlockId() The id of the block within the page. | public String | getDataType() The type of data for which the indicated block will provide an editor or displayer for. | public String | getPageName() The logical name of the page containing the block. | public 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). |
getBlockId | public String getBlockId()(Code) | | The id of the block within the page.
|
getDataType | public String getDataType()(Code) | | The type of data for which the indicated block will provide an editor or displayer for.
|
getPageName | public String getPageName()(Code) | | The logical name of the page containing the block.
|
isEdit | public boolean isEdit()(Code) | | If true, then the block provides an editor for the property, consisting of a
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.
|
|
|