|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReadOnlyChecker
The IReadOnlyChecker
allows to define a specific value as readonly.
The "value" in this case refers to a position defined by row and column in
the IDataBook
and could also be called a cell.
It is not possible to set a not editable value to editable with this, only an editable value to readonly.
IDataBook
Method Summary | |
---|---|
boolean |
isReadOnly(IDataBook pDataBook,
IDataPage pDataPage,
IDataRow pDataRow,
java.lang.String pColumnName,
int pRow,
int pColumn)
Is called to determine whether the value at the location (row/column) should be readonly or not. |
Method Detail |
---|
boolean isReadOnly(IDataBook pDataBook, IDataPage pDataPage, IDataRow pDataRow, java.lang.String pColumnName, int pRow, int pColumn) throws java.lang.Throwable
pDataBook
- the IDataBook
.pDataPage
- the IDataPage
.pDataRow
- the IDataRow
.pColumnName
- the name of the column.pRow
- the index of the row.pColumn
- the index of the column.
true
if the value should be readonly, false
otherwise. Note that this does only determine whether the value
should be readonly and does not have an impact on already
readonly values.
java.lang.Throwable
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |