info.magnolia.ui.workbench.thumbnail
Class ThumbnailContainer.ThumbnailItem

java.lang.Object
  extended by info.magnolia.ui.workbench.thumbnail.ThumbnailContainer.ThumbnailItem
All Implemented Interfaces:
com.vaadin.data.Item, Serializable
Enclosing class:
ThumbnailContainer

public class ThumbnailContainer.ThumbnailItem
extends Object
implements com.vaadin.data.Item

Thumbnail Item.

See Also:
Serialized Form

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
 
Constructor Summary
ThumbnailContainer.ThumbnailItem(String id)
           
 
Method Summary
 boolean addItemProperty(Object id, com.vaadin.data.Property property)
           
 String getItemId()
           
 com.vaadin.data.Property<?> getItemProperty(Object id)
           
 Collection<?> getItemPropertyIds()
           
 boolean removeItemProperty(Object id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThumbnailContainer.ThumbnailItem

public ThumbnailContainer.ThumbnailItem(String id)
Method Detail

getItemProperty

public com.vaadin.data.Property<?> getItemProperty(Object id)
Specified by:
getItemProperty in interface com.vaadin.data.Item

getItemId

public String getItemId()

getItemPropertyIds

public Collection<?> getItemPropertyIds()
Specified by:
getItemPropertyIds in interface com.vaadin.data.Item

addItemProperty

public boolean addItemProperty(Object id,
                               com.vaadin.data.Property property)
                        throws UnsupportedOperationException
Specified by:
addItemProperty in interface com.vaadin.data.Item
Throws:
UnsupportedOperationException

removeItemProperty

public boolean removeItemProperty(Object id)
                           throws UnsupportedOperationException
Specified by:
removeItemProperty in interface com.vaadin.data.Item
Throws:
UnsupportedOperationException


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