List of usage examples for android.widget ExpandableListView.OnChildClickListener interface-usage
From source file com.login.home.java
/** * Demonstrates expandable lists using a custom {@link ExpandableListAdapter} * from {@link BaseExpandableListAdapter}. */ public class home extends ExpandableListActivity_with_Menu implements ExpandableListView.OnChildClickListener {
From source file dev.drsoran.moloko.fragments.base.MolokoExpandableListFragment.java
public abstract class MolokoExpandableListFragment<D> extends SherlockListFragment implements IConfigurable, IOnSettingsChangedListener, LoaderCallbacks<List<D>>, LoaderExpandableListFragmentImpl.Support<D>, IRtmAccessLevelAware, ExpandableListView.OnGroupClickListener, ExpandableListView.OnChildClickListener, ExpandableListView.OnGroupCollapseListener, ExpandableListView.OnGroupExpandListener { private final ConfigurableFragmentImpl baseImpl;
From source file org.mifos.androidclient.main.CollectionSheetActivity.java
public class CollectionSheetActivity extends DownloaderActivity implements ExpandableListView.OnChildClickListener, AdapterView.OnItemLongClickListener, View.OnTouchListener { private Center mCenter; private CollectionSheetData mCollectionSheetData; private ExpandableListView mCollectionSheetList;
From source file edu.usf.cutr.opentripplanner.android.util.ExpandableListFragment.java
/**
* @author Khoa Tran
* @see android.support.v4.app.ListFragment
* @see android.app.ExpandableListActivity
*/
From source file id.nci.stm_9.ExpandableListFragment.java
/**
* @author Khoa Tran
*
* @see android.support.v4.app.ListFragment
* @see android.app.ExpandableListActivity
*
From source file org.sufficientlysecure.keychain.ui.widget.ExpandableListFragment.java
/**
* @author Khoa Tran
*
* @see android.support.v4.app.ListFragment
* @see android.app.ExpandableListActivity
*
From source file com.andrada.sitracker.ui.fragment.PublicationsFragment.java
@EFragment(R.layout.fragment_publications) @OptionsMenu(R.menu.publications_menu) public class PublicationsFragment extends Fragment implements ExpandableListView.OnChildClickListener, PublicationsAdapter.PublicationShareAttemptListener { @Bean
From source file org.mifos.androidclient.main.OverdueBorrowersListActivity.java
public class OverdueBorrowersListActivity extends DownloaderActivity implements ExpandableListView.OnChildClickListener, AdapterView.OnItemLongClickListener { private EditText mFilterBox; private OverdueBorrowersListTextWatcher mTextWatcher; private ExpandableListView mOverdueBorrowersList;
From source file org.mifos.androidclient.main.LastRepaymentReportActivity.java
public class LastRepaymentReportActivity extends DownloaderActivity implements ExpandableListView.OnChildClickListener, AdapterView.OnItemLongClickListener { private EditText mFilterBox; private LastRepaymentListTextWatcher mTextWatcher; private ExpandableListView mLastLoanList;
From source file org.mifos.androidclient.main.CustomerDetailsActivity.java
public class CustomerDetailsActivity extends DownloaderActivity implements ExpandableListView.OnChildClickListener, OnTabChangeListener { public static final String SELECTED_TAB_BUNDLE_KEY = CustomerDetailsActivity.class.getSimpleName() + "-selectedTab";