use of org.openremote.model.attribute.MetaItem in project openremote by openremote.
the class MetaEditor method buildNewItemEditor.
protected void buildNewItemEditor() {
itemEditorPanel.clear();
MetaItem item = new MetaItem();
MetaItemEditor metaItemEditor = createMetaItemEditor(item, true);
itemEditorPanel.add(metaItemEditor);
}
Aggregations