Class EventCanvasGripperIconCustomizer

java.lang.Object
com.smartgwt.client.widgets.calendar.EventCanvasGripperIconCustomizer

public abstract class EventCanvasGripperIconCustomizer extends Object
Called to determine the CSS class name for a given event in a given view
  • Constructor Details

    • EventCanvasGripperIconCustomizer

      public EventCanvasGripperIconCustomizer()
  • Method Details

    • getGripperIcon

      public abstract String getGripperIcon(EventCanvas canvas)
      getGripperIcon() should be implemented and return the SCImgURL for the icon to use as the gripper for the passed EventCanvas To access the Calendar itself, use canvas.getCalendar().
      Parameters:
      eventCanvas - the eventCanvas being rendered
      Returns:
      SCImgURL for the icon to use as a gripper for the passed canvas