Class DirectoryPanel.Builder<T extends Serializable,​W extends Serializable,​E extends RestClient>

    • Field Detail

      • filtered

        protected boolean filtered
        Specify if results are about a filtered search or not. By using this attribute it is possible to force this panel to show results about entity list and search.
      • checkBoxEnabled

        protected boolean checkBoxEnabled
      • showPaginator

        protected boolean showPaginator
      • fiql

        protected String fiql
        Filter used in case of filtered search.
      • restClient

        protected final E extends RestClient restClient
    • Constructor Detail

      • Builder

        protected Builder​(E restClient,
                          PageReference pageRef)