com.webmethods.caf.faces.data.object
Class SelectableListTableContentProvider.Row
java.lang.Object
com.webmethods.caf.faces.data.object.SelectableListTableContentProvider.Row
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SelectableListTableContentProvider
protected static class SelectableListTableContentProvider.Row
- extends Object
- implements Serializable
Addressable row wrapper.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
index
public int index
id
public String id
data
public Object data
SelectableListTableContentProvider.Row
public SelectableListTableContentProvider.Row()
SelectableListTableContentProvider.Row
public SelectableListTableContentProvider.Row(int index,
String id,
Object data)