|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RowLabelInterface
Defines an interface for modifying a table's row labels.
TableInterface
,
ColumnLabelInterface
Method Summary | |
---|---|
boolean |
isRowLabelsModifiable()
Indicates whether row labels can be modified. |
void |
setRowLabel(int index,
java.lang.Object label)
Specifies the label to associate with a row. |
Methods inherited from interface com.sas.table.StaticRowLabelInterface |
---|
getRowLabel, getRowLabels, isRowLabelsSupported, isRowsLabelSupported |
Method Detail |
---|
boolean isRowLabelsModifiable()
true
if row labels can be modified,
and false
otherwise.void setRowLabel(int index, java.lang.Object label) throws com.sas.table.TableException
When isRowsLabelSupported() is true, setRowLabel(0)
can
be used to set the label for the entire set of row labels.
index
- A one-based index that identifies the row.
See note about use of zero above.label
- The row's new label.
TableException
- Thrown if the query can not be satisfied (e.g. i/o-failure).
java.lang.IndexOutOfBoundsException
- Thrown if index is negative, zero, or greater than
the number of rows. See note about use of zero above.StaticRowLabelInterface.isRowsLabelSupported()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |