public class

ExpandableGridView

extends GridView
java.lang.Object
   ↳ android.view.View
     ↳ android.view.ViewGroup
       ↳ android.widget.AdapterView<T extends android.widget.Adapter>
         ↳ android.widget.AbsListView
           ↳ android.widget.GridView
             ↳ com.pdftron.pdf.utils.ExpandableGridView
Known Direct Subclasses

Class Overview

A grid view that is expandable

Summary

[Expand]
Inherited Constants
From class android.widget.GridView
From class android.widget.AbsListView
From class android.widget.AdapterView
From class android.view.ViewGroup
From class android.view.View
[Expand]
Inherited Fields
From class android.view.View
Public Constructors
ExpandableGridView(Context context)
ExpandableGridView(Context context, AttributeSet attrs)
ExpandableGridView(Context context, AttributeSet attrs, int defStyle)
Public Methods
boolean hasFocus()
boolean hasWindowFocus()
Whether this grid view has windows focus
boolean isExpanded()
Whether this grid view is expandable
boolean isFocused()
Whether this grid view is focused
void setExpanded(boolean expanded)
Sets whether this grid view is expandable
[Expand]
Inherited Methods
From class android.widget.GridView
From class android.widget.AbsListView
From class android.widget.AdapterView
From class android.view.ViewGroup
From class android.view.View
From class java.lang.Object
From interface android.graphics.drawable.Drawable.Callback
From interface android.text.TextWatcher
From interface android.view.KeyEvent.Callback
From interface android.view.ViewManager
From interface android.view.ViewParent
From interface android.view.ViewTreeObserver.OnGlobalLayoutListener
From interface android.view.ViewTreeObserver.OnTouchModeChangeListener
From interface android.view.accessibility.AccessibilityEventSource
From interface android.widget.Filter.FilterListener

Public Constructors

public ExpandableGridView (Context context)

public ExpandableGridView (Context context, AttributeSet attrs)

public ExpandableGridView (Context context, AttributeSet attrs, int defStyle)

Public Methods

public boolean hasFocus ()

public boolean hasWindowFocus ()

Whether this grid view has windows focus

Returns
  • true

public boolean isExpanded ()

Whether this grid view is expandable

Returns
  • true then expandable, false otherwise

public boolean isFocused ()

Whether this grid view is focused

Returns
  • true

public void setExpanded (boolean expanded)

Sets whether this grid view is expandable

Parameters
expanded true then expandable, false otherwise