|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.application.RowsetRefreshOptions
public final class RowsetRefreshOptions
This class defines options specified by the RowsetController
object's
getRefreshOptions
and
setRefreshOptions
methods.
Field Summary | |
---|---|
static int |
_clearParameterCurrentValues
Clears the current values in the parameter fields after the report has been refreshed. |
static RowsetRefreshOptions |
clearParameterCurrentValues
A RowsetRefreshOptions object that clears the current values in the parameter
fields after the report has been refreshed. |
Method Summary | |
---|---|
static RowsetRefreshOptions |
from_int(int val)
Returns the RowsetRefreshOptions corresponding to the specified value. |
int |
value()
Returns the int value of this RowsetRefreshOptions object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int _clearParameterCurrentValues
Clears the current values in the parameter fields after the report has been refreshed.
public static final RowsetRefreshOptions clearParameterCurrentValues
A RowsetRefreshOptions
object that clears the current values in the parameter
fields after the report has been refreshed.
Method Detail |
---|
public static final RowsetRefreshOptions from_int(int val)
Returns the RowsetRefreshOptions
corresponding to the specified value.
val
- The int
value of the desired RowsetRefreshOptions
object.
RowsetRefreshOptions
corresponding to the specified value.public int value()
Returns the int
value of this RowsetRefreshOptions
object.
int
value of this RowsetRefreshOptions
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |