This space is an archive space for documentation related to old versions of Fluid Infusion (i.e. versions before 1.3). For documentation related to the latest Infusion, see Infusion Documentation.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The Reorderer comes in several flavours, and so instructions for upgrading your Reorderer implementation are dependent on the flavour of implementation you have. To select the right instructions, identify which Reorderer you're using:

Reorderer Flavour

How to tell if you're using this flavour

Where to find upgrading instructions

Simple List Reorderer

your code will use

fluid.reorderList();

 

Simple Grid Reorderer

your code will use

fluid.reorderGrid();

 

Simple Layout Reorderer

your code will use

fluid.reorderLayout();

 

Advanced Reorderer

your code will use

new fluid.Reorderer();

 

  • No labels