public class SearchFilterBlockContribution extends Object
BeanBlockSource service, defining a page name and block id (within the page) that can
edit or display a particular type of property.| Constructor and Description |
|---|
SearchFilterBlockContribution(String dataType,
String pageName,
String blockId) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public final String getDataType()
public final String getBlockId()
public final String getPageName()
Copyright © 2004–2015. All rights reserved.