Example usage for android.widget Button subclass-usage

List of usage examples for android.widget Button subclass-usage

Introduction

In this page you can find the example usage for android.widget Button subclass-usage.

Usage

From source file com.facebook.FacebookButtonBase.java

/**
 * A base class for a facebook button.
 */
public abstract class FacebookButtonBase extends Button {
    private String analyticsButtonCreatedEventName;
    private String analyticsButtonTappedEventName;

From source file th.in.ffc.widget.SearchableButton.java

/**
 * Custom view to replace Searchable Spinner for use with non-long id data
 *
 * @author Piruin Panichphol
 * @version 1.0
 * @since 1.0

From source file com.facebook.FacebookButtonBase.java

/**
 * A base class for a facebook button.
 */
public abstract class FacebookButtonBase extends Button {
    private String analyticsButtonCreatedEventName;
    private String analyticsButtonTappedEventName;

From source file com.matthewtamlin.sliding_intro_screen_library.buttons.IntroButton.java

/**
 * An IntroButton is a button designed to manipulate an IntroActivity. Each button has two main
 * components: a {@link Behaviour} and an {@link Appearance}.
 * <p/>
 * The Behaviour is effectively a runnable which can manipulate an IntroActivity. When an
 * IntroButton is pressed, its current Behaviour is executed. By separating the on-click logic from

From source file io.openkit.facebook.widget.LoginButton.java

/**
 * A Log In/Log Out button that maintains session state and logs
 * in/out for the app.
 * <p/>
 * This control will create and use the active session upon construction
 * if it has the available data (if the app ID is specified in the manifest).

From source file com.trk.aboutme.facebook.widget.LoginButton.java

/**
 * A Log In/Log Out button that maintains session state and logs
 * in/out for the app.
 * <p/>
 * This control will create and use the active session upon construction
 * if it has the available data (if the app ID is specified in the manifest).

From source file com.facebook.widget.ShareButton.java

/**
 * A Log In/Log Out button that maintains session state and logs in/out for the
 * app.
 * <p/>
 * This control will create and use the active session upon construction if it
 * has the available data (if the app ID is specified in the manifest). It will

From source file com.facebook.widget.NoBGLoginButton.java

/**
 * A Log In/Log Out button that maintains session state and logs in/out for the
 * app.
 * <p/>
 * This control will create and use the active session upon construction if it
 * has the available data (if the app ID is specified in the manifest). It will

From source file com.facebook.widget.GiftTransactionButton.java

/**
 * A Log In/Log Out button that maintains session state and logs in/out for the
 * app.
 * <p/>
 * This control will create and use the active session upon construction if it
 * has the available data (if the app ID is specified in the manifest). It will

From source file com.facebook.widget.LoginButtonDefault.java

/**
 * A Log In/Log Out button that maintains session state and logs in/out for the
 * app.
 * <p/>
 * This control will create and use the active session upon construction if it
 * has the available data (if the app ID is specified in the manifest). It will