Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Break required adapter methods into interfaces #20

Closed
wants to merge 4 commits into from
Closed

Break required adapter methods into interfaces #20

wants to merge 4 commits into from

Conversation

dbachelder
Copy link

Allows users to use library in conjunction with other concrete adapter implementations
Add ability to disable edit mode
Add listener for enter/exit edit mode
Hook up local click listeners at init time instead of when the user adds their own click handlers

…n swap out the adapter completely

allow disabling of edit mode
add listener callback for enter/exit edit mode
make sure click and long click are used even if the user doesn't supply their own implementations
@dbachelder
Copy link
Author

My primary use case for this refactor is that I can now use

https://github.com/commonsguy/cwac-adapter

and

https://github.com/amigold/FunDapter (@amigold)

to create some powerful and simple adapters to use with your grid.

@askerov
Copy link
Owner

askerov commented Jul 18, 2014

Hi!

Thank you for you pull request. I apply it with some changes in last commit.

@askerov askerov closed this Jul 18, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants