Flexmonster

UI Extension

Flexmonster is an embeddable pivot table component for advanced data visualization and reporting in web applications.

Status
Planned
Supported Version
TBD
Licensing
Commercial
Priority
Rank #130
KEY FEATURES
Pivot table
Charts integration
Drill-through
Export to Excel/PDF
Calculated values
Server-side aggregation
Custom themes
Usage Example

Here's how you'll use Flexmonster with Oorian once the extension is available:

Java
// Create and configure Flexmonster component
Flexmonster component = new Flexmonster();
component.setWidth("100%");
component.setHeight("400px");

// Configure component options
component.setEnabled(true);

// Register for events using Oorian's event model
component.registerForEvent(this, FlexmonsterEvent.class);

// Add to your page
container.addElement(component);

Note: This is a preview of the expected API. The actual implementation may vary slightly when released.