Class ContextAreaListViewListener

    • Method Detail

      • isCreatingLine

        protected boolean isCreatingLine​(int rowIndex)
      • changeCellValue

        public void changeCellValue​(int columnIndex,
                                    int rowIndex,
                                    java.lang.Object data)
        Description copied from interface: ListViewListener
        Called whenever a cell's value is to be changed.
        Specified by:
        changeCellValue in interface ListViewListener
        Overrides:
        changeCellValue in class AbstractListViewListener
        Parameters:
        columnIndex - zero based column position index of the cell that is to be changed
        rowIndex - zero based row position index of the cell to be changed
        data - the new value
      • setCreatingItem

        public void setCreatingItem​(boolean creating)
      • isCreatingItem

        public boolean isCreatingItem()
      • setEditIndexes

        public void setEditIndexes​(java.util.List<java.lang.Integer> editableColumns,
                                   int rowIndex)
      • getTypeService

        protected TypeService getTypeService()
      • move

        public void move​(int fromIndex,
                         int toIndex)
        Description copied from interface: ListViewListener
        Called whenever a row is to be moved.
        Specified by:
        move in interface ListViewListener
        Overrides:
        move in class DefaultBrowserListViewListener
        Parameters:
        fromIndex - current zero based row position index
        toIndex - new zero based row position index