程序包 | 说明 |
---|---|
org.opencms.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsWorkplaceUserInfoBlock> |
CmsWorkplaceUserInfoManager.getBlocks()
Returns a list of all configured additional information blocks.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsWorkplaceUserInfoManager.addBlock(CmsWorkplaceUserInfoBlock block)
Adds the given block.
|