Package org.nuclos.api.context
Interface LayoutComponentContext
public interface LayoutComponentContext
LayoutComponentContext
represents the base context that carries
environmental informations for layout components- Author:
- Moritz Neuhäuser <moritz.neuhaeuser@nuclos.de>
-
Method Summary
Modifier and TypeMethodDescriptionThis method supplies the name of the underlying entitygetType()
This method supplies theLayoutComponent.LayoutComponentType
-
Method Details
-
getEntityUid
UID getEntityUid()This method supplies the name of the underlying entity- Returns:
- entity name
-
getType
LayoutComponent.LayoutComponentType getType()This method supplies theLayoutComponent.LayoutComponentType
- Returns:
- layout environment
LayoutComponent.LayoutComponentType
-