Interface IFIXGRIDItem

All Known Implementing Classes:
ARRAYGRIDItem, DynBeanTreeUI.TreeNode, DynBeanUI.GridItem, DynBeanUI.GridItemSimpleDataType, FIXGRIDBeanItem, FIXGRIDItem, FIXGRIDPivotItem, FIXGRIDTreeItem, GridDetails.ColumnItem, IdAttributesSelection.IdAttributesLine, IdTextSelection.IdTextLine, ImageSelection.MyRow, LogViewer.AllGridItem, LogViewer.FileGridItem, LogViewer.GridItem, ProfilingViewer.ProfilingFilesItem, ProfilingViewer.ProfilingGridItem, ROWTLCOCKPITBinding.TlgridItem, ServerFileBrowser.TreeNode, SPANGRIDItem, StreamStoreTreeUI.TreeNode, Wizard.MyRow, WorkplaceFunctionSearchUI.GridItem, WorkplaceFunctionTree.FunctionNode, WorkplacePerspectiveManager.PerspectiveGridItem

public interface IFIXGRIDItem
  • Method Details

    • updateSelectedInternally

      void updateSelectedInternally(boolean value)
    • setSelected

      @Deprecated void setSelected(boolean value)
      Deprecated.
    • getSelected

      boolean getSelected()
    • getRequestFocus

      long getRequestFocus()
    • requestFocus

      void requestFocus()
    • unrequestFocus

      void unrequestFocus()
    • onRowSelect

      void onRowSelect()
    • onRowDeselect

      void onRowDeselect()
    • onRowExecute

      void onRowExecute()
    • onRowDrop

      void onRowDrop(BaseActionEventDrop event)
    • onRowPopupMenuItem

      void onRowPopupMenuItem(BaseActionEventPopupMenuItem event)
    • onRowPopupMenuLoad

      void onRowPopupMenuLoad(BaseActionEventPopupMenuLoad event)
    • assignRowComponent

      void assignRowComponent(javax.faces.component.UIComponent rowComponent)