public interface ItsNatLabelEditor extends CellEditor
ItsNatComponentManager.createDefaultItsNatLabelEditor(ItsNatComponent),
ItsNatLabel.getItsNatLabelEditor()| Modifier and Type | Method and Description |
|---|---|
ItsNatComponent |
getLabelEditorComponent(ItsNatLabel label,
Object value,
Element labelElem)
Returns the component used to edit in place the label value.
|
addCellEditorListener, cancelCellEditing, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingItsNatComponent getLabelEditorComponent(ItsNatLabel label, Object value, Element labelElem)
Default implementation uses a ItsNatHTMLInputText (text not formatted version) to edit
the label value.
label - the label component, may be used to provide contextual information. Default implementation ignores it.value - the value to edit (initial value).labelElem - the label element to render the value into. Is a hint, if provided should be obtained by calling ItsNatElementComponent.getElement().ItsNatLabel.setItsNatLabelEditor(ItsNatLabelEditor)Copyright © Innowhere Software, Jose Maria Arranz Santamaria.