Class SetHeaderCellValueEvent


  • public class SetHeaderCellValueEvent
    extends com.google.gwt.event.shared.GwtEvent<SetHeaderCellValueEventHandler>
    GwtEvent to set the GridCellValue at a given rox/column position
    • Constructor Detail

      • SetHeaderCellValueEvent

        public SetHeaderCellValueEvent​(GridWidget gridWidget,
                                       int rowIndex,
                                       int columnIndex,
                                       String headerCellValue,
                                       boolean isInstanceHeader,
                                       boolean isPropertyHeader)
        Parameters:
        gridWidget -
        rowIndex -
        columnIndex -
        headerCellValue -
        isPropertyHeader - set to true if the edited cell is inside the header
    • Method Detail

      • getGridWidget

        public GridWidget getGridWidget()
      • getRowIndex

        public int getRowIndex()
      • getColumnIndex

        public int getColumnIndex()
      • getHeaderCellValue

        public String getHeaderCellValue()
      • isInstanceHeader

        public boolean isInstanceHeader()
      • isPropertyHeader

        public boolean isPropertyHeader()