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 |
binding | no | false | 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 | false | 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 | false | 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 | false | 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 | false | javax.el.MethodExpression | MethodExpression reference called whenever a table row editing is canceled. The method receives a single argument, RowEditCancelEvent. |
rowEditListener | no | false | javax.el.MethodExpression | MethodExpression reference called whenever a table row is edited. The method receives a single argument, RowEditEvent. |
startTitle | no | false | 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 | false | 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. |