public class

LocalizedSwitch

extends Switch
java.lang.Object
   ↳ android.view.View
     ↳ android.widget.TextView
       ↳ android.widget.Button
         ↳ android.widget.CompoundButton
           ↳ android.widget.Switch
             ↳ com.pspdfkit.ui.LocalizedSwitch

Class Overview

This is a Switch that will use registered LocalizationListener to localize its contents.

Summary

[Expand]
Inherited Constants
From class android.widget.TextView
From class android.view.View
[Expand]
Inherited Fields
From class android.view.View
Public Constructors
LocalizedSwitch(Context context)
LocalizedSwitch(Context context, AttributeSet attrs)
LocalizedSwitch(Context context, AttributeSet attrs, int defStyleAttr)
LocalizedSwitch(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
[Expand]
Inherited Methods
From class android.widget.Switch
From class android.widget.CompoundButton
From class android.widget.Button
From class android.widget.TextView
From class android.view.View
From class java.lang.Object
From interface android.graphics.drawable.Drawable.Callback
From interface android.view.KeyEvent.Callback
From interface android.view.ViewTreeObserver.OnPreDrawListener
From interface android.view.accessibility.AccessibilityEventSource
From interface android.widget.Checkable

Public Constructors

public LocalizedSwitch (Context context)

public LocalizedSwitch (Context context, AttributeSet attrs)

public LocalizedSwitch (Context context, AttributeSet attrs, int defStyleAttr)

public LocalizedSwitch (Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)