Class ReadOnlyRowId
- java.lang.Object
-
- com.vaadin.v7.data.util.sqlcontainer.RowId
-
- com.vaadin.v7.data.util.sqlcontainer.ReadOnlyRowId
-
- All Implemented Interfaces:
Serializable
@Deprecated public class ReadOnlyRowId extends RowId
Deprecated.As of 8.0, no replacement available.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyRowId(int rowNum)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.intgetRowNum()Deprecated.inthashCode()Deprecated.StringtoString()Deprecated.
-