public interface GridIterator extends com.hyperion.planning.utils.CloseableIterator<DataGrid.DataCell>
Modifier and Type | Method and Description |
---|---|
DataGrid.DataCell |
getCurrentCell()
Returns the current cell from the iterator.
|
MemberNameType |
getDefaultMemberNameType()
Returns the default member name type.
|
void |
reset()
Reset the iterator to begining.
|
void |
setDefaultMemberNameType(MemberNameType defaultMemberNameType)
Sets the default member name type.
|
DataGrid.DataCell getCurrentCell()
MemberNameType getDefaultMemberNameType()
Methods that returns a member name use the default member name type to return the name of interest, if a memberNameType is not specified.
void reset()
void setDefaultMemberNameType(MemberNameType defaultMemberNameType)
defaultMemberNameType
- a non-null MemberNameTypejava.lang.IllegalArgumentException
- if defaultMemberNameType is nullCopyright © 2017, 2025, Oracle and/or its affiliates. All rights reserved.