Class IdAttributesSelection.IdAttributesLineGrid

All Implemented Interfaces:
Serializable, IConfiguredByLayout, IFIXGRIDBinding<IdAttributesSelection.IdAttributesLine>, IListWithChangeIndexListener, IDynamicContentBindingObject
Enclosing class:
IdAttributesSelection

public class IdAttributesSelection.IdAttributesLineGrid extends FIXGRIDListBinding<IdAttributesSelection.IdAttributesLine>
See Also:
  • Constructor Details

    • IdAttributesLineGrid

      public IdAttributesLineGrid()
  • Method Details

    • 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<IdAttributesSelection.IdAttributesLine>