Class DChartBlock

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, org.kopi.galite.visual.base.UComponent, org.kopi.galite.visual.form.BlockListener, org.kopi.galite.visual.form.UBlock
Direct Known Subclasses:
DMultiBlock

public class DChartBlock extends DBlock
See Also:
  • Constructor Details

    • DChartBlock

      public DChartBlock(DForm form, org.kopi.galite.visual.form.VBlock model)
  • Method Details

    • addScrollBar

      protected void addScrollBar(JScrollBar bar)
    • createScrollBar

      protected JScrollBar createScrollBar()
    • createLayoutManager

      protected org.kopi.galite.visual.form.LayoutManager createLayoutManager()
      Overrides:
      createLayoutManager in class DBlock
    • validRecordNumberChanged

      public void validRecordNumberChanged()
      Specified by:
      validRecordNumberChanged in interface org.kopi.galite.visual.form.BlockListener
      Overrides:
      validRecordNumberChanged in class DBlock
    • refresh

      protected void refresh(boolean force)
      Description copied from class: DBlock
      Refreshes the block on screen. Arranges displayed lines to make sure that the current record is visible. Redisplays only if forced or if the current record is off-screen. If there is no current record, the first valid record is used
      Overrides:
      refresh in class DBlock
    • coalesceEvents

      protected AWTEvent coalesceEvents(AWTEvent existingEvent, AWTEvent newEvent)
      Overrides:
      coalesceEvents in class Component