Guest User

Untitled

a guest
Jan 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <composite:interface componentType="nestedGridCellEditor">
  2. <composite:attribute name="componentName" required="false" shortDescription="Name of the attribute to display in the id"/>
  3. <composite:attribute name="action" required="false" targets="#{cc.attrs.componentName}button" shortDescription="A method expression or a string outcome to process when command is executed"/>
  4. </composite:interface>
  5.  
  6.  
  7. <composite:implementation>
  8. <p:commandButton id="#{cc.attrs.componentName}button"/>
  9. </composite:implementation>
  10.  
  11. <sm:nestedGridCellEditor id="DateNGCE" componentName="Foo2101"
  12. action="#{contractTermsBudgetController.updateRow('Date', budget)}"/>
Add Comment
Please, Sign In to add comment