Class IdTextSelection.IdTextLineGrid

All Implemented Interfaces:
Serializable, IConfiguredByLayout, IFIXGRIDBinding<IdTextSelection.IdTextLine>, IListWithChangeIndexListener, IDynamicContentBindingObject
Enclosing class:
IdTextSelection

public class IdTextSelection.IdTextLineGrid extends FIXGRIDListBinding<IdTextSelection.IdTextLine>
See Also:
  • Constructor Details

    • IdTextLineGrid

      public IdTextLineGrid()
  • Method Details

    • onGridAction

      public void onGridAction(javax.faces.event.ActionEvent event)
      Description copied from class: FIXGRIDBinding
      This is the central method for processing all events for a grid that are coming from the user interface client. It handles all events that are directly related to grid processing. You may override this method (and call super.onGridAction()!) in your subclass.
      This method in its FIXGRIDBinding implementation puts a try/catch around all errors happening inside. In the try/catch the method FIXGRIDBinding.onGridActionExecute(ActionEvent) is called. In cases you do not want to catch all errors, you may override onGridAction and directly call FIXGRIDBinding.onGridActionExecute(ActionEvent). As result, all errors in this scenario are passed to the normal (optional) error management that is calling the onApplicationError(...) method.
      Overrides:
      onGridAction in class FIXGRIDBinding<IdTextSelection.IdTextLine>
    • initialize

      public void initialize()
      Description copied from class: FIXGRIDBinding
      This method is called one time - after the grid is first time contacted by the server side FIXGRID component. This happens in the rendering phase, when the grid is first time touches by the component processing. Grid properties (like the objectbinding) are avaiable at this point of time earliest - before the grid is just an object without reference to a component processin.
      Overrides:
      initialize in class FIXGRIDBinding<IdTextSelection.IdTextLine>