public class ExternalDialogConstant extends Object implements DialogConstant
DialogConstant.WindowType| Constructor and Description |
|---|
ExternalDialogConstant(String g9Name)
Create a new ExternalDialogConstant for the given dialog name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Collection<ViewConstant> |
getAll()
Get all components
|
String |
getG9Name()
Get the g9 name of the dialog.
|
String |
getInternalName()
Gets an internal string representation of the dialog name.
|
int |
getMaximumNumberOfInstances()
Get the maximum number of concurrent instances for the dialog
as given in the model.
|
ViewConstant |
getParent()
Get the parent component of this component.
|
no.esito.jvine.communication.ActionMessageCompilation |
getReactor()
Used to build a message for communicating with this external dialog.
|
String |
getTitle()
Gets the title of the dialog, as given in the dialog model.
|
DialogConstant.WindowType |
getWindowType()
Gets the window type for the window block of the dialog model.
|
int |
hashCode() |
String |
name()
Returns the name of the constant.
|
void |
setReactor(no.esito.jvine.communication.ActionMessageCompilation reactor)
Used to build a message for communicating with this external dialog.
|
String |
toString() |
public ExternalDialogConstant(String g9Name)
g9Name - the g9 name of the dialog modelpublic no.esito.jvine.communication.ActionMessageCompilation getReactor()
public void setReactor(no.esito.jvine.communication.ActionMessageCompilation reactor)
reactor - the valuepublic ViewConstant getParent()
ViewConstantnullgetParent in interface ViewConstantnull if this is a dialog.public Collection<ViewConstant> getAll()
ViewConstantgetAll in interface ViewConstantpublic String name()
DialogConstantname in interface DialogConstantEnum.name()public String getG9Name()
DialogConstantgetG9Name in interface DialogConstantpublic String getInternalName()
DialogConstantgetInternalName in interface DialogConstantpublic String getTitle()
DialogConstantgetTitle in interface DialogConstantpublic DialogConstant.WindowType getWindowType()
DialogConstantgetWindowType in interface DialogConstantpublic int getMaximumNumberOfInstances()
DialogConstantgetMaximumNumberOfInstances in interface DialogConstantCopyright © 2006–2017 Esito AS. All rights reserved.