GoldenLayout

UI Extension

GoldenLayout is a multi-window layout manager for web applications with docking, tabbing, and drag-and-drop window management.

Status
Planned
Supported Version
TBD
Licensing
Commercial
Priority
Rank #101
KEY FEATURES
Multi-window
Docking
Tabbing
Drag-and-drop
Responsive
State persistence
Popup windows
Usage Example

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

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

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

// Register for events using Oorian's event model
component.registerForEvent(this, GoldenLayoutEvent.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.