| Package | Description |
|---|---|
| no.g9.client.core.controller |
| Modifier and Type | Method and Description |
|---|---|
DialogCallBackValue.Flag |
DialogCallBackValue.getFlagValue()
Get the flag value used to indicate the outcome of this call back.
|
static DialogCallBackValue.Flag |
DialogCallBackValue.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DialogCallBackValue.Flag[] |
DialogCallBackValue.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DialogCallBackValue.setFlagValue(DialogCallBackValue.Flag flagValue)
Set the flag value.
|
| Constructor and Description |
|---|
DialogCallBackValue(DialogController source,
Object value,
Integer opCode,
Message message,
DialogCallBackValue.Flag flagValue)
Creates a new call back value with the specified source, value and opCode
|
Copyright © 2006–2017 Esito AS. All rights reserved.