info.magnolia.ui.workbench.definition
Interface NodeTypeDefinition

All Known Implementing Classes:
ConfiguredNodeTypeDefinition

public interface NodeTypeDefinition

Defines a node type to be displayed in a workbench.

See Also:
WorkbenchDefinition

Method Summary
 String getIcon()
          Specifies the icon to use for this node type.
 String getName()
          Specifies the the name of the node type.
 boolean isHideInList()
          Determines whether the current node will be displayed in lists and searches.
 boolean isStrict()
          Specifies whether to include only the exact node type and ignore sub types.
 

Method Detail

getName

String getName()
Specifies the the name of the node type. For instance mgnl:content.

See Also:
NodeTypes, JcrConstants

getIcon

String getIcon()
Specifies the icon to use for this node type.


isStrict

boolean isStrict()
Specifies whether to include only the exact node type and ignore sub types.


isHideInList

boolean isHideInList()
Determines whether the current node will be displayed in lists and searches. I.e. a node type mgnl:folder will likely be excluded from being displayed in a "flat" list view, therefore its value will be true.

Returns:
false by default, unless diversely set.


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.