public class EssOutlineEditOption
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
EssOutlineEditOption() |
Modifier and Type | Method and Description |
---|---|
boolean |
isIncremental()
Returns the incremental mode
Defaults to false.
|
boolean |
isKeepTransaction()
Returns the keepTransaction option
Defaults to true.
|
boolean |
isLock()
Retrieves the locking option
Defaults to true.
|
void |
setIncremental(boolean bIncremental)
Set to true if the outline should be opened in incremental mode
Defaults to false.
|
void |
setKeepTransaction(boolean bKeepTransaction)
Set to true to keep transactions.
|
void |
setLock(boolean bLock)
Set to true if the outline should be locked when it is opened
Defaults to true.
|
public boolean isLock()
public void setLock(boolean bLock)
bLock
- the bLock to setpublic boolean isKeepTransaction()
public void setKeepTransaction(boolean bKeepTransaction)
bKeepTransaction
- the bKeepTransaction to setpublic boolean isIncremental()
public void setIncremental(boolean bIncremental)
bIncremental
- the bIncremental to set