Closed petershu closed 9 years ago
In my use case, I need to disable certain tiles from being reordered.
This change adds canReorder(boolean) to the DynamicGridAdapterInterface. And the default implementation in BaseDynamicGridAdapter returns true for all positions.
canReorder(boolean)
DynamicGridAdapterInterface
BaseDynamicGridAdapter
true
In my use case, I need to disable certain tiles from being reordered.
This change adds
canReorder(boolean)
to theDynamicGridAdapterInterface
. And the default implementation inBaseDynamicGridAdapter
returnstrue
for all positions.