Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/spring-mvc/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Tree 多级树表过滤ADF 11 2_Tree_Filtering_Oracle Adf - Fatal编程技术网

Tree 多级树表过滤ADF 11 2

Tree 多级树表过滤ADF 11 2,tree,filtering,oracle-adf,Tree,Filtering,Oracle Adf,我在adf web fusion应用程序中有一个多级树表,我想根据表中的一列筛选此树我的树如下所示: <af:treeTable value="#{bindings.AccountsView1.treeModel}" var="node" selectionListener="#{bindings.AccountsView1.treeModel.makeCurrent}" rowSelection="single" id="tt1"

我在adf web fusion应用程序中有一个多级树表,我想根据表中的一列筛选此树我的树如下所示:

<af:treeTable value="#{bindings.AccountsView1.treeModel}" var="node"
              selectionListener="#{bindings.AccountsView1.treeModel.makeCurrent}"
              rowSelection="single" id="tt1" partialTriggers="::cb1">
  <f:facet name="nodeStamp">
    <af:column id="c1" headerText="Id">
      <af:outputText value="#{node.Id}" id="ot1"/>
    </af:column>
  </f:facet>
  <f:facet name="pathStamp">
    <af:outputText value="#{node}" id="ot2"/>
  </f:facet>
  <af:column id="c2" headerText="Name">
    <af:outputText value="#{node.Name}" id="ot3"/>
  </af:column>
  <af:column id="c3" headerText="Kind">
    <af:outputText value="#{node.Kind}" id="ot4"/>
  </af:column>
</af:treeTable>

我的树有六层。我想用种类号过滤所有等级