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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(com.vaadin.v7.data.Property.ValueChangeListener listener) void
addValueChangeListener
(com.vaadin.v7.data.Property.ValueChangeListener listener) getType()
getValue()
boolean
void
removeListener
(com.vaadin.v7.data.Property.ValueChangeListener listener) void
removeValueChangeListener
(com.vaadin.v7.data.Property.ValueChangeListener listener) void
setReadOnly
(boolean readOnly) void
-
Field Details
-
readOnly
protected boolean readOnly -
itemWrapper
-
propertyId
-
-
Constructor Details
-
TableItemPropertyWrapper
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfacecom.vaadin.v7.data.Property
-
setValue
- Specified by:
setValue
in interfacecom.vaadin.v7.data.Property
- Throws:
com.vaadin.v7.data.Property.ReadOnlyException
-
getType
- Specified by:
getType
in interfacecom.vaadin.v7.data.Property
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnly
in interfacecom.vaadin.v7.data.Property
-
setReadOnly
public void setReadOnly(boolean readOnly) - Specified by:
setReadOnly
in interfacecom.vaadin.v7.data.Property
-
addValueChangeListener
public void addValueChangeListener(com.vaadin.v7.data.Property.ValueChangeListener listener) - Specified by:
addValueChangeListener
in interfacecom.vaadin.v7.data.Property.ValueChangeNotifier
-
addListener
public void addListener(com.vaadin.v7.data.Property.ValueChangeListener listener) - Specified by:
addListener
in interfacecom.vaadin.v7.data.Property.ValueChangeNotifier
-
removeValueChangeListener
public void removeValueChangeListener(com.vaadin.v7.data.Property.ValueChangeListener listener) - Specified by:
removeValueChangeListener
in interfacecom.vaadin.v7.data.Property.ValueChangeNotifier
-
removeListener
public void removeListener(com.vaadin.v7.data.Property.ValueChangeListener listener) - Specified by:
removeListener
in interfacecom.vaadin.v7.data.Property.ValueChangeNotifier
-