Interface ISectionDetailMoreClickListener
-
public interface ISectionDetailMoreClickListener
This interface is used to implement a listener that gets informed when the plus icon in a section detail area is clicked to show more detail information. Usually it is intended to open a subdialog to show more detail information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
openAdvancedDetails(GanttSection section)
Make the advanced detail information of a GanttSection visible.
-
-
-
Method Detail
-
openAdvancedDetails
void openAdvancedDetails(GanttSection section)
Make the advanced detail information of a GanttSection visible. Usually this should be done by opening a dialog that contains that information.- Parameters:
section
- The section whos detail informations should be showed.
-
-