Isotope

UI Extension

Isotope enables magical animated filtering and sorting layouts with masonry, packery, and other layout modes.

Status
Planned
Supported Version
TBD
Licensing
Commercial
Priority
Rank #122
KEY FEATURES
Filter and sort
Multiple layouts
Masonry
Animation
Responsive
Hash history
Combined filters
Usage Example

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

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

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

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