info.magnolia.ui.vaadin.integration
Interface ItemAdapter

All Superinterfaces:
com.vaadin.data.Item, Serializable
All Known Subinterfaces:
JcrItemAdapter
All Known Implementing Classes:
AbstractJcrAdapter, AbstractJcrNodeAdapter, JcrNewNodeAdapter, JcrNodeAdapter, JcrPropertyAdapter

public interface ItemAdapter
extends com.vaadin.data.Item

Magnolia Item adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.vaadin.data.Item
com.vaadin.data.Item.Editor, com.vaadin.data.Item.PropertySetChangeEvent, com.vaadin.data.Item.PropertySetChangeListener, com.vaadin.data.Item.PropertySetChangeNotifier, com.vaadin.data.Item.Viewer
 
Method Summary
 boolean isNew()
           
 
Methods inherited from interface com.vaadin.data.Item
addItemProperty, getItemProperty, getItemPropertyIds, removeItemProperty
 

Method Detail

isNew

boolean isNew()
Returns:
true if it's a new Item (not already persisted).


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.