public interface

OnDemandContextMenuBuilder

com.microstrategy.web.app.transforms.contextmenus.OnDemandContextMenuBuilder
Known Indirect Subclasses

Class Overview

The OnDemandContextMenuBuilder interface should be implemented by any ComposedContextMenuBuilder class who needs to populate context menus ondemand. This is being used to populate ondemand drill paths.

Summary

Public Methods
abstract void populateOnDemand()
Populates the context menus ondemand.

Public Methods

public abstract void populateOnDemand ()

Populates the context menus ondemand.