Interface ITableRowStateHolder

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractCompositeViewControl, AbstractCompositeViewModalDialog, AsyncCategorizedTable, AsyncIterator, AsyncList, AsyncListbox, AsyncSearchResultTable, AsyncSearchResultTree, AsyncTable, AsyncTabsList, AsyncTree, AttachmentsList, AttachmentsPanel, BaseExtendedColumn, BaseHideablePanel, BaseSelectRow, BaseTreeControl, Breadcrumbs, CalendarTable, CategorizedTable, Chart, ColumnSortLink, DataList, DataPager, DataPages, DataTable, DataTree, ExportTableButton, FilterInput, FirstLevelList, GMarkerGroup, GMarkerList, HiddenColumn, HtmlTableColumn, Iterator, LazyHideablePanel, Listbox, ModalDialog, ModelessDialog, NavList, Newsfeed.NewsfeedTable, OverlayPanel, PeoplePickerDialog, PeopleSearchBar, PeopleSwapBox, PersonCalendarDialog, PersonProfileDialog, PopupMenus, PrevNext, PrincipalPickerModalDialog, ProgressBar, ProgressDialog, ResourcePickerModalDialog, RowHeadersColumn, ScrollbarPager, SearchBar, SearchResultTable, SearchResultTree, SecondLevelList, SelectRowCheckbox, StaticMenus.SubList, StaticMenus.SubSubList, TabsList, ThirdLevelList, ToggleMenus.SecondLevelPanel, TreeRowDataColumn, TruncatingColumn

public interface ITableRowStateHolder extends Serializable
Interface for getting a setting the state of a control which should be kept on a per-row basis as a containing table iterates over the table's rows.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets this control's per-row state.
    void
    Sets this control's per-row state.
  • Method Details

    • getTableRowState

      Object getTableRowState()
      Gets this control's per-row state.
    • setTableRowState

      void setTableRowState(Object o)
      Sets this control's per-row state.