Class AbstractSearchUIColumn

    • Method Detail

      • setWidth

        public void setWidth​(int width)
        Set the column's width
        Parameters:
        width - The width to set
      • isHidden

        public boolean isHidden()
        Description copied from interface: SearchUIColumn
        Determines if the column is hidden by default
        Specified by:
        isHidden in interface SearchUIColumn
        Returns:
        true if the column is hidden by default
      • setHidden

        public void setHidden​(boolean hidden)
        Set the hidden property
        Parameters:
        hidden - true to hidden the columns by default
      • setSortable

        public void setSortable​(boolean sortable)
        Set the sortable property
        Parameters:
        sortable - true to authorized sort
      • setDefaultSorter

        public void setDefaultSorter​(String defaultSorter)
        Set the default sorter propery
        Parameters:
        defaultSorter - If the column should be a default sorter, 'ASC' for ascending 'DESC' for descending. Null otherwise.
      • setEditable

        public void setEditable​(boolean editable)
        Set the editable property
        Parameters:
        editable - true to authorized edition
      • setRenderer

        public void setRenderer​(String renderer)
        Set the JS class name for renderer
        Parameters:
        renderer - The renderer
      • setConverter

        public void setConverter​(String converter)
        Set the JS class name for converting field's value
        Parameters:
        converter - The convert JS class name
      • isMultiple

        public boolean isMultiple()
        Description copied from interface: Field
        Get the multiple status of the field.
        Specified by:
        isMultiple in interface Field
        Returns:
        true if the field can have multiple values, false otherwise.
      • setMultiple

        public void setMultiple​(boolean multiple)
        Set the multiple property
        Parameters:
        multiple - the multiple property
      • setContentTypeId

        public void setContentTypeId​(String contentTypeId)
        Set the content type ID (only when the search criteria is of type CONTENT).
        Parameters:
        contentTypeId - the content type ID.