Class SelectionFeature

    • Constructor Detail

      • SelectionFeature

        public SelectionFeature()
    • Method Detail

      • decodeSelection

        public void decodeSelection​(javax.faces.context.FacesContext context,
                                    DataTable table,
                                    Set<String> rowKeys)
      • decodeSelectionRowKeys

        public void decodeSelectionRowKeys​(javax.faces.context.FacesContext context,
                                           DataTable table)
      • decodeSingleSelection

        protected void decodeSingleSelection​(javax.faces.context.FacesContext context,
                                             DataTable table,
                                             String rowKey)
      • decodeMultipleSelection

        protected void decodeMultipleSelection​(javax.faces.context.FacesContext context,
                                               DataTable table,
                                               Set<String> rowKeys)
      • setSelection

        protected void setSelection​(javax.faces.context.FacesContext context,
                                    DataTable table,
                                    boolean multiple,
                                    List<Object> selected,
                                    Set<String> rowKeys)