Class EventContentProvider

java.lang.Object
org.eclipse.nebula.widgets.compositetable.timeeditor.EventContentProvider

public abstract class EventContentProvider
extends java.lang.Object
A strategy pattern object that can refresh all of the event controls for a given day.
Since:
3.2
  • Constructor Summary

    Constructors 
    Constructor Description
    EventContentProvider()  
  • Method Summary

    Modifier and Type Method Description
    abstract void refresh​(java.util.Date day, CalendarableItem[] controls)
    Refreshes the contents of the specified event controls for the specified day.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • refresh

      public abstract void refresh​(java.util.Date day, CalendarableItem[] controls)
      Refreshes the contents of the specified event controls for the specified day.
      Parameters:
      day - The day
      controls - The controls to refresh