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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract StringgetGripperIcon(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- 
EventCanvasGripperIconCustomizerpublic EventCanvasGripperIconCustomizer()
 
- 
- 
Method Details- 
getGripperIcongetGripperIcon() 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
 
 
-