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

java.lang.Object
  extended by com.vaadin.data.util.AbstractProperty<Object>
      extended by info.magnolia.ui.workbench.thumbnail.ThumbnailContainer.ThumbnailContainerProperty
All Implemented Interfaces:
com.vaadin.data.Property<Object>, com.vaadin.data.Property.ReadOnlyStatusChangeNotifier, com.vaadin.data.Property.ValueChangeNotifier, Serializable
Enclosing class:
ThumbnailContainer

public class ThumbnailContainer.ThumbnailContainerProperty
extends com.vaadin.data.util.AbstractProperty<Object>

ThumbnailContainer property. Can have a Resource or a String as value.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.vaadin.data.util.AbstractProperty
com.vaadin.data.util.AbstractProperty.ReadOnlyStatusChangeEvent
 
Nested classes/interfaces inherited from interface com.vaadin.data.Property
com.vaadin.data.Property.Editor, com.vaadin.data.Property.ReadOnlyException, com.vaadin.data.Property.ReadOnlyStatusChangeListener, com.vaadin.data.Property.ReadOnlyStatusChangeNotifier, com.vaadin.data.Property.Transactional<T>, com.vaadin.data.Property.ValueChangeListener, com.vaadin.data.Property.ValueChangeNotifier, com.vaadin.data.Property.Viewer
 
Constructor Summary
ThumbnailContainer.ThumbnailContainerProperty(String resourcePath, ImageProvider imageProvider)
           
 
Method Summary
 Class<Object> getType()
           
 Object getValue()
           
 void setValue(Object newValue)
           
 
Methods inherited from class com.vaadin.data.util.AbstractProperty
addListener, addListener, addReadOnlyStatusChangeListener, addValueChangeListener, fireReadOnlyStatusChange, fireValueChange, getListeners, isReadOnly, removeListener, removeListener, removeReadOnlyStatusChangeListener, removeValueChangeListener, setReadOnly, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThumbnailContainer.ThumbnailContainerProperty

public ThumbnailContainer.ThumbnailContainerProperty(String resourcePath,
                                                     ImageProvider imageProvider)
Method Detail

getValue

public Object getValue()

setValue

public void setValue(Object newValue)
              throws com.vaadin.data.Property.ReadOnlyException
Throws:
com.vaadin.data.Property.ReadOnlyException

getType

public Class<Object> getType()


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