ICEfaces Note(5)

简介:  ICEfaces Note(5)   ice:panelGrid styleClass="componentLayoutRootTable" columns="1">    ice:dataTable value="#{salesRecordsManager.

 ICEfaces Note(5)

 

ice:panelGrid styleClass="componentLayoutRootTable" columns="1">
    
ice:dataTable value="#{salesRecordsManager.salesGroupRecordBeans}" var="salesRecord" cellpadding="0" width="550px"
            columnClasses
="triangleColumn,cartNameColumn,cartQuantityColumn,cartQuantityColumn,cartPriceColumn,cartQuantityColumn">
        
ice:column>
            
ice:panelGroup styleClass="#{salesRecord.indentStyleClass}">
                
ice:commandLink actionListener="#{salesRecord.toggleSubGroupAction}">
                    
ice:graphicImage value="#{salesRecord.expandContractImage}" style="border:0px solid;"/>
                
ice:commandLink>
            
ice:panelGroup>
        
ice:column>
        
        

        
ice:column>
            
f:facet name="header">
                
ice:outputText value="Description"/>
            
f:facet>
            
ice:panelGroup styleClass="#{salesRecord.rwoStyleClass}" style="width:130px;">
                
ice:outputText value="#{salesRecord.description}"/>
            
ice:panelGroup>
        
ice:column>
        
        

        
ice:column>
            
f:facet name="header">
                
ice:outputText value="Date"/>
            
f:facet>
            
ice:panelGroup styleClass="#{salesRecord.rwoStyleClass}" style="width:130px;">
                
ice:outputText value="#{salesRecord.dateString}"/>
            
ice:panelGroup>
        
ice:column>
        
        

        
ice:column>
            
f:facet name="header">
                
ice:outputText value="Quantity"/>
            
f:facet>
            
ice:panelGroup styleClass="#{saleRecord.rowStyleClass}" style="width:60px;">
                
ice:outputText value="#{salesRecord.quantity}"/>
            
ice:panelGroup>
        
ice:column>
        
        

        
ice:column>
            
f:facet name="header">
                
ice:outputText value="Price"/>
            
f:facet>
            
ice:panelGroup styleClass="#{salesRecord.rwoStyleClass}" style="width:60px;">
                
ice:outputText value="#{salesRecord.price}"/>
            
ice:panelGroup>
        
ice:column>
        
        

        
ice:column>
            
f:facet name="header">
                
ice:outputText value="Total"/>
            
f:facet>
            
ice:panelGroup styleClass="#{salesRecord.rwoStyleClass}" style="width:60px;">
                
ice:outputText value="#{salesRecord.total}"/>
            
ice:panelGroup>
        
ice:column>
        
        
    
ice:dataTable>
ice:panelGrid>

 

晚点再补充其用法。

目录
相关文章
PAT (Advanced Level) Practice:1~3题
​ ✨欢迎您的订阅✨ PAT乙级专栏(更新完毕): 👉🏻【Basic Level】👈🏻 PAT甲级专栏(更新ing): 👉🏻【Advanced Level】👈🏻 ​
PAT (Advanced Level) Practice:1~3题
|
C++
PAT (Advanced Level) Practice - 1038 Recover the Smallest Number(30 分)
PAT (Advanced Level) Practice - 1038 Recover the Smallest Number(30 分)
124 0
Error saving your changes: Description control characters are not allowed
在修改 GitHub 上的仓库描述时出现此提示信息:Error saving your changes: Description control characters are not allowed 开始以为是 Fork 来的没有修改权限,但之前没有遇到这样的情况,提示信息说的也不是这个意思。
2383 0
|
前端开发 开发工具 git
|
安全 Java C++
Note
开发分布式应用distributed;强类型机制 异常处理exception except 垃圾的自动收集java对通过网络下载的类具有安全防范机制通过网络下载的类有一个安全防范机制;classLoader;分配不同的名字空间以防替代本地的同名类,字节代码检查,并提供安全管理机制SecurityMa...
1069 0
SAP Error -Combination of GR/IR control not allowed for external services-
SAP MM ME22N 试图取消 ‘GR-Bsd IV’,error- Combination of GR/IR control not allowed for external services-   ME...
2219 0
|
Web App开发 Java
The project was not built due to "Could not delete ''.". Fix the problem, then try refreshing this p
版权声明:本文为 testcs_dn(微wx笑) 原创文章,非商用自由转载-保持署名-注明出处,谢谢。 https://blog.csdn.net/testcs_dn/article/details/45935015 ...
987 0