Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CheckBoxController #10

Merged
merged 3 commits into from
Nov 1, 2015
Merged

Conversation

aveuiller
Copy link
Contributor

Enables to create checkboxes, I provided a sample in the SimpleExample.

Closes #9.

Antoine Veuiller added 2 commits October 22, 2015 14:15
Add an usage in the SimpleExample Activity.
* @param items a list of Strings defining the selection items to show
* @param useItemsAsValues if true, {@code CheckBoxController} expects the associated form model to use
* the same string of the selected item when getting or setting the field; otherwise,
* {@code SelectionController} expects the form model to use index (as an Integer) to
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{@code SelectionController} should be {@code CheckBoxController}

Rename a SelectionController to CheckBoxController in documentation.
Export GroupView containing checkboxes to a new layout file (form_checkbox_container.xml)
@dkharrat
Copy link
Owner

dkharrat commented Nov 1, 2015

Looks good. Thanks for your contribution!

dkharrat added a commit that referenced this pull request Nov 1, 2015
@dkharrat dkharrat merged commit 079c152 into dkharrat:master Nov 1, 2015
@aveuiller aveuiller deleted the feat-checkboxes branch November 3, 2015 06:46
flibbertigibbet added a commit to flibbertigibbet/NexusDialog that referenced this pull request Feb 5, 2016
…-load-newer-apis

Feature/fix image load newer apis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants