| |||||||
| FRAMES NO FRAMES | |||||||
<ice-cc:dragAndDropTreeTable bean="#{treeTableExampleBean.treeTable}" columnWidths="100px,80px,60px,50px,120px,6S0px,80px" levelColors="#FFE900,#FFF04F,#FFF79F,#FFFCDF"> <ice-cc:treeTableColumn header="Organization"> <ice:outputText value="#{row.data}" rendered="#{row.level eq 0}"/> </ice-cc:treeTableColumn> <ice-cc:treeTableColumn header="Region"> <ice:outputText value="#{row.data}" rendered="#{row.level eq 1}"/> </ice-cc:treeTableColumn> <ice-cc:treeTableColumn header="City"> <ice:outputText value="#{row.data}" rendered="#{row.level eq 2}"/> </ice-cc:treeTableColumn> <ice-cc:treeTableColumn header="Name"> <ice:outputText value="#{row.data}" rendered="#{row.data.class.simpleName eq 'Employee'}"/> </ice-cc:treeTableColumn> <ice-cc:treeTableColumn header="Phone"> <ice:outputText value="#{row.data.phone}" rendered="#{row.data.class.simpleName eq 'Employee'}"/> </ice-cc:treeTableColumn> <ice-cc:treeTableColumn header="Born"> <ice:outputText value="#{row.data.birthDate}" rendered="#{row.data.class.simpleName eq 'Employee'}"> <f:convertDateTime dateStyle="medium"/> </ice:outputText> </ice-cc:treeTableColumn> </ice-cc:dragAndDropTreeTable>
| Tag Information | |
| Tag Class | javax.faces.webapp.FacetTag |
| TagExtraInfo Class | None |
| Body Content | tagdependent |
| Display Name | Drag and Drop Tree Table Composite Component |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| bean | true | false | com.icesoft.faces.facelets.component.treetable.TreeTable | The bean attribute must resolve to an instance of the TreeTable class. |
| columnWidths | false | false | java.lang.String | A comma-delimited list of px-based widths for each column in the table |
| levelColors | false | false | java.lang.String | A comma-delimited list of color codes for each level in the tree |
| lineImage | false | false | java.lang.String | Passed through to ice:graphicImage component |
| nodeImage | false | false | java.lang.String | Passed through to ice:graphicImage component |
| closeImage | false | false | java.lang.String | Passed through to ice:commandButton component |
| openImage | false | false | java.lang.String | Passed through to ice:commandButton component |
| effect | false | false | com.icesoft.faces.context.effects.Effect | The Javascript Effect |
| styleContainer | false | false | java.lang.String | Passed through to style attribute on ice:panelGroup component containing content |
| styleClassContainer | false | false | java.lang.String | Passed through to styleClass attribute on ice:panelGroup component containing content |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||