Class EventCanvasGripperIconCustomizer
java.lang.Object
com.smartgwt.client.widgets.calendar.EventCanvasGripperIconCustomizer
Called to determine the CSS class name for a given event in a given view
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract 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().
-
Constructor Details
-
EventCanvasGripperIconCustomizer
public EventCanvasGripperIconCustomizer()
-
-
Method Details
-
getGripperIcon
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
-