|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataModelEx
Method Summary | |
---|---|
void |
duplicateRowData(int insertIndex)
Duplicate the data for the currently selected row index and insert it into the data model at the specified insertion index. |
void |
insertRowData(java.lang.Object data)
Insert the object representing the data for the currently selected row index. |
void |
removeRowData()
Remove the data for the currently selected row index. |
void |
setRowData(java.lang.Object data)
Set the object representing the data for the currently selected row index. |
Method Detail |
---|
void setRowData(java.lang.Object data)
data
- data to be set for the currently selected row index
javax.faces.FacesException
- if an error occurs setting row data
java.lang.IllegalArgumentException
- if now row data is available at the currently specified row indexvoid insertRowData(java.lang.Object data)
data
- data to be inserted at the currently selected row index
javax.faces.FacesException
- if an error occurs setting row data
java.lang.IllegalArgumentException
- if now row data is available at the currently specified row indexvoid duplicateRowData(int insertIndex) throws javax.faces.FacesException
insertIndex
- the insertion index for the duplicated row data
javax.faces.FacesException
- if an error occurs duplicating row data
java.lang.IllegalArgumentException
- if now row data is available at the currently specified row indexvoid removeRowData() throws javax.faces.FacesException
javax.faces.FacesException
- if an error occurs removing row data
java.lang.IllegalArgumentException
- if now row data is available at the currently specified row index
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |