public class GridWidgetEvent
GridWidgetEvent Class that contains event information for a GridWidget
Constructor and Description |
---|
GridWidgetEvent(GridWidget p_gridWidget!, BBjStandardGrid p_grid!, BBjSysGuiEvent p_sysguiEvent!) Contructs a GridWidgetEvent |
Modifier and Type | Method and Description |
---|---|
BBjStandardGrid | getGrid() Gets the GridWidget's BBjGrid |
GridWidget | getGridWidget() Gets the GridWidget that the event is for |
BBjSysGuiEvent | getSysGuiEvent() Gets the SysGui event |
public GridWidgetEvent(GridWidget p_gridWidget!, BBjStandardGrid p_grid!, BBjSysGuiEvent p_sysguiEvent!)
Contructs a GridWidgetEvent
p_gridWidget!
The GridWidget that the event is forp_grid!
The GridWidget's BBjGridp_sysguiEvent!
The SysGui event that occurred BBj 18.00
public BBjStandardGrid getGrid()
Gets the GridWidget's BBjGrid
BBj 18.00
public GridWidget getGridWidget()
Gets the GridWidget that the event is for
BBj 18.00
public BBjSysGuiEvent getSysGuiEvent()
Gets the SysGui event
BBj 18.00