Class SearchResultTree

All Implemented Interfaces:
IDynamicComponent, IExtendedTable, ITableRowStateHolder, Serializable, EventListener, ClientBehaviorHolder, NamingContainer, PartialStateHolder, StateHolder, TransientStateHolder, UniqueIdVendor, ComponentSystemEventListener, FacesListener, SystemEventListenerHolder

public class SearchResultTree extends DataTree
See Also:
  • Field Details

  • Constructor Details

    • SearchResultTree

      public SearchResultTree()
  • Method Details

    • prepareForEncode

      protected void prepareForEncode(FacesContext context)
      Description copied from class: DataTable
      Sub-classes may override to prepare their controls for encoding.
      Overrides:
      prepareForEncode in class DataTable
      Parameters:
      context - FacesContext for the current request
    • isExportButtonAvailable

      public boolean isExportButtonAvailable()
      Returns:
      Returns the exportButtonAvailable.
    • setExportButtonAvailable

      public void setExportButtonAvailable(boolean exportButtonAvailable)
      Parameters:
      exportButtonAvailable - The exportButtonAvailable to set.
    • getQuerySupplied

      @Deprecated public ValueBinding getQuerySupplied()
      Deprecated.
      Returns:
      Returns the querySupplied.
    • setQuerySupplied

      @Deprecated public void setQuerySupplied(ValueBinding querySupplied)
      Parameters:
      querySupplied - The querySupplied to set.
    • getQuerySuppliedExpression

      public ValueExpression getQuerySuppliedExpression()
      Returns:
      Returns the querySupplied.
    • setQuerySuppliedExpression

      public void setQuerySuppliedExpression(ValueExpression querySupplied)
      Parameters:
      querySupplied - The querySupplied to set.
    • isDisplayOptions

      public boolean isDisplayOptions()
    • setDisplayOptions

      public void setDisplayOptions(boolean displayOptions)
    • isDragAndDropColumns

      public boolean isDragAndDropColumns()
      Returns:
      True if using drag-to-resize/reorder-columns-behaviors.
    • setDragAndDropColumns

      public void setDragAndDropColumns(boolean dragAndDropColumns)
      Parameters:
      dragAndDropColumns - True if using drag-to-resize/reorder-columns-behaviors.
    • restoreState

      public void restoreState(FacesContext context, Object state)
      Specified by:
      restoreState in interface StateHolder
      Overrides:
      restoreState in class DataTable
    • saveState

      public Object saveState(FacesContext context)
      Specified by:
      saveState in interface StateHolder
      Overrides:
      saveState in class UIData
    • setValueExpression

      public void setValueExpression(String name, ValueExpression binding)
      Overrides:
      setValueExpression in class DataTable
    • setValueBinding

      @Deprecated public void setValueBinding(String name, ValueBinding binding)
      Deprecated.
      Description copied from class: DataTable

      Set the ValueBinding used to calculate the value for the specified attribute or property name, if any. In addition, if a ValueBinding is set for the value property, remove any synthesized DataModel for the data previously bound to this component.

      Overrides:
      setValueBinding in class DataTable
      Parameters:
      name - Name of the attribute or property for which to set a ValueBinding
      binding - The ValueBinding to set, or null to remove any currently set ValueBinding
    • getExportShowEncodingDialog

      public boolean getExportShowEncodingDialog()
    • setExportShowEncodingDialog

      public void setExportShowEncodingDialog(boolean showEncodingDialog)
    • getExportFileName

      public String getExportFileName()
    • setExportFileName

      public void setExportFileName(String exportFileName)
    • getExportCharacterEncoding

      public String getExportCharacterEncoding()
    • setExportCharacterEncoding

      public void setExportCharacterEncoding(String exportCharacterEncoding)
    • getExportExcludeComponentsCSV

      public String getExportExcludeComponentsCSV()
    • setExportExcludeComponentsCSV

      public void setExportExcludeComponentsCSV(String excludeComponentsCSV)
    • getExportProvider

      public ITableContentProvider getExportProvider()
    • setExportProvider

      public void setExportProvider(ITableContentProvider provider)
    • populateInitialComponents

      public void populateInitialComponents()
      Description copied from interface: IDynamicComponent
      Perform the initial programmatic manipulation of the component tree.
      Specified by:
      populateInitialComponents in interface IDynamicComponent
      Overrides:
      populateInitialComponents in class DataTree