All Projects → Jay-Goo → Multiselectpopwindow

Jay-Goo / Multiselectpopwindow

链式多选弹窗,轻松集成

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Multiselectpopwindow

nova-select-plus
A Laravel Nova Select Field
Stars: ✭ 67 (-55.92%)
Mutual labels:  multiselect
Multiselect
jQuery multiselect plugin with two sides. The user can select one or more items and send them to the other side.
Stars: ✭ 285 (+87.5%)
Mutual labels:  multiselect
Kirby Relationship
Sortable multiselect field for Kirby 2 CMS
Stars: ✭ 78 (-48.68%)
Mutual labels:  multiselect
Advanced-MultiSelect-for-Dynamics
Advanced MultiSelect for Dynamics 365 / Dynamics CRM is a multi-select / multi-checkbox control on a form. It represents a set of related data items (based on N:N relations + FetchXml) and gives a user an ability to associate/disassociate records of related entities in a quick and convenient way.
Stars: ✭ 14 (-90.79%)
Mutual labels:  multiselect
yii2-multi-select-widget
Bootstrap MultiSelect and MultiSelect Listbox widgets for Yii2
Stars: ✭ 45 (-70.39%)
Mutual labels:  multiselect
React Native Sectioned Multi Select
a multi (or single) select component with support for sub categories, search, chips.
Stars: ✭ 540 (+255.26%)
Mutual labels:  multiselect
react-picky
Yet another React multiselect. With checkbox support instead of tags.
Stars: ✭ 78 (-48.68%)
Mutual labels:  multiselect
Downshift
🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.
Stars: ✭ 10,183 (+6599.34%)
Mutual labels:  multiselect
MultiSelect
swift
Stars: ✭ 12 (-92.11%)
Mutual labels:  multiselect
Nb Choices
Angular wrapper for choices.js, vanilla, lightweight, configurable select box/text input plugin
Stars: ✭ 32 (-78.95%)
Mutual labels:  multiselect
vue-multiselect-listbox
Vue Multi-Select Dual Listbox
Stars: ✭ 22 (-85.53%)
Mutual labels:  multiselect
svelecte
Selectize-like component written in Svelte, also usable as custom-element 💪⚡
Stars: ✭ 121 (-20.39%)
Mutual labels:  multiselect
React Selectize
Stars: ✭ 696 (+357.89%)
Mutual labels:  multiselect
react-multi-select-component
Lightweight (~5KB gzipped) multiple selection dropdown component
Stars: ✭ 279 (+83.55%)
Mutual labels:  multiselect
Ngx Select Dropdown
Custom Dropdown for Angular 4+ with multiple and single selection options
Stars: ✭ 91 (-40.13%)
Mutual labels:  multiselect
multiselect
Angular Multiselect
Stars: ✭ 29 (-80.92%)
Mutual labels:  multiselect
Oneadapter
A Viewholderless Adapter for RecyclerView, who supports builtin diffing, states (paging, empty...), events (clicking, swiping...), and more.
Stars: ✭ 321 (+111.18%)
Mutual labels:  multiselect
React Multi Select
A Multi Select component built with and for React
Stars: ✭ 111 (-26.97%)
Mutual labels:  multiselect
Multiselect
Vue 3 multiselect component with single select, multiselect and tagging options.
Stars: ✭ 92 (-39.47%)
Mutual labels:  multiselect
Elementui Multiselect
基于element ui、vue的多选框,支持选项disabled,支持分页,输入框过滤,可显示或隐藏全选和清空项
Stars: ✭ 14 (-90.79%)
Mutual labels:  multiselect

MultiSelectPopWindow

中文文档

image

Usage

Step1:

    allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
	
	dependencies {
	        compile 'com.github.Jay-Goo:MultiSelectPopWindow:v1.0.1'
	}
   

Step2:

   new MultiSelectPopWindow.Builder(this)
                           .setNameArray(names)
                           .setConfirmListener(new MultiSelectPopWindow.OnConfirmClickListener() {
                               @Override
                               public void onClick(ArrayList<Integer> indexList, ArrayList<String> selectedList) {
                               //do something
                               }
                           })
                           .setCancel("取消")
                           .setConfirm("完成")
                           .setTitle("班级列表")
                           .build()
                           .show(findViewById(R.id.mBottom));

Feature

more attributes you could set !

联系我

  • Email: [email protected]
  • QQ Group: 573830030 有时候工作很忙没空看邮件和Issue,大家可以通过QQ群联系我

一杯咖啡

大家都知道开源是件很辛苦的事情,这个项目也是我工作之余完成的,平时工作很忙,但大家提的需求基本上我都尽量满足,如果这个项目帮助你节省了大量时间,你很喜欢,你可以给我一杯咖啡的鼓励,不在于钱多钱少,关键是你的这份鼓励所带给我的力量~

Others

I hope you like this MultiSelectPopWindow. Star is the greatest support for me! Thank U

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].