Class ListView.FixedViewInfo

java.lang.Object
icyllis.modernui.widget.ListView.FixedViewInfo
Enclosing class:
ListView

public static class ListView.FixedViewInfo extends Object
A class that represents a fixed view in a list, for example a header at the top or a footer at the bottom.
  • Field Details

    • view

      public View view
      The view to add to the list
    • data

      public Object data
      The data backing the view. This is returned from Adapter.getItem(int).
    • isSelectable

      public boolean isSelectable
      true if the fixed view should be selectable in the list
  • Constructor Details

    • FixedViewInfo

      public FixedViewInfo()