Class DeleteColumnEvent


  • public class DeleteColumnEvent
    extends com.google.gwt.event.shared.GwtEvent<DeleteColumnEventHandler>
    GwtEvent to delete a column
    • Constructor Detail

      • DeleteColumnEvent

        public DeleteColumnEvent​(GridWidget gridWidget,
                                 int columnIndex,
                                 String columnGroup,
                                 boolean asProperty)
        Parameters:
        gridWidget -
        columnIndex -
        columnGroup -
        asProperty - asProperty when true it delete only the column, when false it deletes the whole instance