com.sun.rave.faces.data
Interface RowSetColumnBindable

All Superinterfaces:
RowSetBindable
All Known Implementing Classes:
DataValueBinder

public interface RowSetColumnBindable
extends RowSetBindable


Field Summary
static java.lang.String PROPNAME_BOUND_COLUMN
           
 
Fields inherited from interface com.sun.rave.faces.data.RowSetBindable
PROPNAME_BOUND_ROWSET
 
Method Summary
 ColumnBinding getBoundColumn()
           
 void setBoundColumn(ColumnBinding column)
           
 
Methods inherited from interface com.sun.rave.faces.data.RowSetBindable
getBoundRowSet, setBoundRowSet
 

Field Detail

PROPNAME_BOUND_COLUMN

static final java.lang.String PROPNAME_BOUND_COLUMN
See Also:
Constant Field Values
Method Detail

setBoundColumn

void setBoundColumn(ColumnBinding column)

getBoundColumn

ColumnBinding getBoundColumn()