Renders a set of controls that reveal, submit and hide the hidden input facet of a ace:cellEditor.
| Attributes |
| Name | Required | Request-time | Type | Description |
| accesskey | no | true | java.lang.String | Access key that, when pressed, transfers focus to this component. In output mode the focus goes to the pencil button; in input mode the focus goes to the checkmark button. The value for this attribute should dynamically assign a different key for each row, otherwise, all rows would have the same access key, and it would only work for the last one. |
| binding | no | true | javax.el.ValueExpression | Using an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean. |
| cancelTitle | no | true | java.lang.String | Define a String title attribute for the cancel editing button. This will be shown as a browser tooltip when hovering over the icon. The default for this tooltip is definedin the ace messages bundle for easy i18n. |
| id | no | true | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
| rendered | no | true | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |
| rowEditCancelListener | no | true | javax.el.MethodExpression | MethodExpression reference called whenever a table row editing is canceled. The method receives a single argument, RowEditCancelEvent. |
| rowEditListener | no | true | javax.el.MethodExpression | MethodExpression reference called whenever a table row is edited. The method receives a single argument, RowEditEvent. |
| startTitle | no | true | java.lang.String | Define a String title attribute for the begin editing button. This will be shown as a browser tooltip when hovering over the icon. The default for this tooltip is definedin the ace messages bundle for easy i18n. |
| submitTitle | no | true | java.lang.String | Define a String title attribute for the finish editing row button. This will be shown as a browser tooltip when hovering over the icon. The default for this tooltip is definedin the ace messages bundle for easy i18n. |