Filtering widgets(筛选组件(Filtering widgets))¶
Many filtering widgets output an object set filter variable, which captures the current filter state and can be applied to object set variables or reused in widget configurations. Learn more about configuring default filters and filter value extraction in Object set filter variables.
- Filter List: Renders a configurable list of property type filters as histograms, distribution charts, data pickers, and type-ahead selectors. Also, allows for keyword search.
- Object Dropdown: Allow the user to select a single object from a list of objects.
- Object Selector: Allow the user to select multiple objects from a list of objects.
- String Selector: Allow the user to select a string from a list of strings.
- Checkbox: Add a binary checkbox that allows the user to toggle a value.
- Date and Time Picker:
- Date Input: Allow the user to enter a single data or date range.
- Text Input: Allow the user to input text.
- Numeric Input: Allow the user to enter a numeric value.
- Exploration Filter Pills: Allows the user to visualize and apply filters to an object set.
- Exploration Search Bar: Allows the user to visualize and apply filters to an object set through property types and linked object types.
- Prominent Terms: Displays the total number of matches on an object set for prominently-used terms.
- User Select: Allows the user to select Palantir user(s) from a dropdown menu.
中文翻译¶
筛选组件(Filtering widgets)¶
许多筛选组件会输出一个对象集筛选变量(Object set filter variable),该变量捕获当前的筛选状态,并可应用于对象集变量或在组件配置中重复使用。了解更多关于配置默认筛选和筛选值提取的信息,请参阅对象集筛选变量(Object set filter variables)。
- 筛选列表(Filter List): 以直方图、分布图、数据选择器和智能提示选择器的形式,呈现一个可配置的属性类型筛选列表。同时支持关键词搜索。
- 对象下拉框(Object Dropdown): 允许用户从对象列表中选择单个对象。
- 对象选择器(Object Selector): 允许用户从对象列表中选择多个对象。
- 字符串选择器(String Selector): 允许用户从字符串列表中选择一个字符串。
- 复选框(Checkbox): 添加一个二元复选框,允许用户切换某个值。
- 日期时间选择器(Date and Time Picker):
- 日期输入(Date Input): 允许用户输入单个日期或日期范围。
- 文本输入(Text Input): 允许用户输入文本。
- 数字输入(Numeric Input): 允许用户输入数值。
- 探索筛选标签(Exploration Filter Pills): 允许用户可视化查看并应用筛选条件到对象集。
- 探索搜索栏(Exploration Search Bar): 允许用户通过属性类型和关联对象类型,可视化查看并应用筛选条件到对象集。
- 突出术语(Prominent Terms): 显示对象集中与突出使用术语匹配的总数。
- 用户选择(User Select): 允许用户从下拉菜单中选择一个或多个Palantir用户。