Skip to content
This repository was archived by the owner on Jun 28, 2020. It is now read-only.

Example of TransferGrid in Action

Ricardo edited this page Nov 17, 2017 · 4 revisions

Example of TransferGrid in Action

The folder Example contains a setup of the Transfergrid with all possible use cases in it. The end result of that code turns into this:

If we now change this line

reflectorGrid.setLabelDisplayOrder(LabelDisplayOrder.SIDE_BY_SIDE);

to this:

reflectorGrid.setLabelDisplayOrder(LabelDisplayOrder.ABOVE_FIELD);

We get the following result:

Clone this wiki locally