| Package | Description |
|---|---|
| org.mmbase.framework |
The package contains the component framework of MMBase.
|
| Modifier and Type | Field and Description |
|---|---|
static Block.Type |
Block.Type.NO
All unclassified blocks are of this type
|
static Block.Type |
Block.Type.ROOT |
(package private) Block.Type |
Block.BlockContainer.type |
| Modifier and Type | Field and Description |
|---|---|
(package private) List<Block.Type> |
Block.Type.subs |
| Modifier and Type | Method and Description |
|---|---|
Block.Type[] |
ComponentRepository.getBlockClassification(String id)
Converts a comma seperated list of blocks to an array of
Block.Types. |
Block.Type[] |
Block.getClassification()
Returns the 'classification' of this block.
|
Block.Type[] |
Block.getClassification(String filter) |
static Block.Type[] |
Block.Type.getClassification(String p,
boolean create) |
Block.Type |
Block.Type.getParent() |
(package private) Block.Type |
Block.BlockContainer.getType() |
| Modifier and Type | Method and Description |
|---|---|
List<Block.Type> |
Block.Type.getSubTypes() |
| Modifier and Type | Method and Description |
|---|---|
int |
Block.Type.compareTo(Block.Type t) |
| Constructor and Description |
|---|
BlockContainer(Block block,
Block.Type type,
int weight) |
Type(String n,
Block.Type p) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}