Package io.jmix.ui.component.table
Class TableItemPropertyWrapper
java.lang.Object
io.jmix.ui.component.table.TableItemPropertyWrapper
- All Implemented Interfaces:
 com.vaadin.v7.data.Property,com.vaadin.v7.data.Property.ValueChangeNotifier,Serializable
public class TableItemPropertyWrapper
extends Object
implements com.vaadin.v7.data.Property, com.vaadin.v7.data.Property.ValueChangeNotifier
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface com.vaadin.v7.data.Property
com.vaadin.v7.data.Property.Editor, com.vaadin.v7.data.Property.ReadOnlyException, com.vaadin.v7.data.Property.ReadOnlyStatusChangeEvent, com.vaadin.v7.data.Property.ReadOnlyStatusChangeListener, com.vaadin.v7.data.Property.ReadOnlyStatusChangeNotifier, com.vaadin.v7.data.Property.Transactional<T extends Object>, com.vaadin.v7.data.Property.ValueChangeEvent, com.vaadin.v7.data.Property.ValueChangeListener, com.vaadin.v7.data.Property.ValueChangeNotifier, com.vaadin.v7.data.Property.Viewer - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(com.vaadin.v7.data.Property.ValueChangeListener listener) voidaddValueChangeListener(com.vaadin.v7.data.Property.ValueChangeListener listener) getType()getValue()booleanvoidremoveListener(com.vaadin.v7.data.Property.ValueChangeListener listener) voidremoveValueChangeListener(com.vaadin.v7.data.Property.ValueChangeListener listener) voidsetReadOnly(boolean readOnly) void 
- 
Field Details
- 
readOnly
protected boolean readOnly - 
itemWrapper
 - 
propertyId
 
 - 
 - 
Constructor Details
- 
TableItemPropertyWrapper
 
 - 
 - 
Method Details
- 
getValue
- Specified by:
 getValuein interfacecom.vaadin.v7.data.Property
 - 
setValue
- Specified by:
 setValuein interfacecom.vaadin.v7.data.Property- Throws:
 com.vaadin.v7.data.Property.ReadOnlyException
 - 
getType
- Specified by:
 getTypein interfacecom.vaadin.v7.data.Property
 - 
isReadOnly
public boolean isReadOnly()- Specified by:
 isReadOnlyin interfacecom.vaadin.v7.data.Property
 - 
setReadOnly
public void setReadOnly(boolean readOnly) - Specified by:
 setReadOnlyin interfacecom.vaadin.v7.data.Property
 - 
addValueChangeListener
public void addValueChangeListener(com.vaadin.v7.data.Property.ValueChangeListener listener) - Specified by:
 addValueChangeListenerin interfacecom.vaadin.v7.data.Property.ValueChangeNotifier
 - 
addListener
public void addListener(com.vaadin.v7.data.Property.ValueChangeListener listener) - Specified by:
 addListenerin interfacecom.vaadin.v7.data.Property.ValueChangeNotifier
 - 
removeValueChangeListener
public void removeValueChangeListener(com.vaadin.v7.data.Property.ValueChangeListener listener) - Specified by:
 removeValueChangeListenerin interfacecom.vaadin.v7.data.Property.ValueChangeNotifier
 - 
removeListener
public void removeListener(com.vaadin.v7.data.Property.ValueChangeListener listener) - Specified by:
 removeListenerin interfacecom.vaadin.v7.data.Property.ValueChangeNotifier
 
 -