public class NSFViewFormat extends Object implements Serializable
This class does not retain any handles to C-side memory and is serializable.
Constructor and Description |
---|
NSFViewFormat(DominoAPI api,
long dataPtr,
long dataLen)
Reads a view format from the provided data pointer.
|
Modifier and Type | Method and Description |
---|---|
List<NSFViewColumn> |
getColumns() |
Set<VIEW_TABLE_Flag> |
getFlags() |
Set<VIEW_TABLE_Flag2> |
getFlags2() |
int |
getItemSequenceNumber() |
VIEW_STYLE |
getStyle() |
short |
getVersion() |
public NSFViewFormat(DominoAPI api, long dataPtr, long dataLen)
api
- the DominoAPI
instance to use to read the view formatdataPtr
- the C pointer referencing the data in memorydataLen
- the total length of the data in memorypublic short getVersion()
public VIEW_STYLE getStyle()
public int getItemSequenceNumber()
public Set<VIEW_TABLE_Flag> getFlags()
public Set<VIEW_TABLE_Flag2> getFlags2()
public List<NSFViewColumn> getColumns()
Copyright © 2014–2018. All rights reserved.