Interface AggregateAttributeContext
- All Superinterfaces:
AttributeContext,AttributeLoaderContext,RowAttributeContext
The context interface for aggregate attribute loaders.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of children rows of the currently loaded row.Methods inherited from interface AttributeContext
getBaseStructureId, getBaseUrl, getI18n, getI18nHelper, getLoadTimeMillis, getLoadTimeNanos, getLocale, getObject, getTimeZone, getUser, putObjectMethods inherited from interface AttributeLoaderContext
addTrail, addTrail, getDependencyAttributeValue, getDependencyValue, valueExpiresMethods inherited from interface RowAttributeContext
getRow
-
Method Details
-
getChildren
Returns a list of children rows of the currently loaded row.- Returns:
- children rows
-