Masonry
UI Extension
Masonry is a cascading grid layout library that positions elements in optimal positions based on available vertical space.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #121
KEY FEATURES
Cascading grid
Optimal positioning
Responsive
Animated
Image loading
Stamp elements
Fit width
Usage Example
Here's how you'll use Masonry with Oorian once the extension is available:
Java
// Create and configure Masonry component
Masonry component = new Masonry();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, MasonryEvent.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.