public interface InternalContext
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExecutionTarget()
Returns the perspective in which the component should executed in.
|
java.lang.String |
getReturnTargetAndClear()
Returns the retrun target and clears the value
|
java.lang.String |
getTargetLayout()
Returns the target layout in parent perspective
|
void |
setFXComponentLayout(FXComponentLayout layout)
Set the FXComponentLayout
|
void |
setId(java.lang.String id)
Set the component id
|
void |
setName(java.lang.String name)
Set the components name
|
void |
setParentId(java.lang.String parentId)
Set the parent id
|
void |
setResourceBundle(java.util.ResourceBundle resourceBundle)
Set the resource bundle
|
void |
updateActiveState(boolean active)
Set default active state of component.
|
void |
updateExecutionTarget(java.lang.String id)
Defines the perspective in which the component should executed in.
|
void |
updateReturnTarget(java.lang.String componentTargetId)
Set component targetId which is the target of a background component return
value; the return value will be handled like an average message and will
be delivered to targeted component.
|
java.lang.String getExecutionTarget()
java.lang.String getReturnTargetAndClear()
void setFXComponentLayout(FXComponentLayout layout)
layout, - the fxcomponentLayout instancevoid setResourceBundle(java.util.ResourceBundle resourceBundle)
resourceBundle, - the resource bundle instancevoid setName(java.lang.String name)
name, - the component namevoid setParentId(java.lang.String parentId)
parentId, - the parent idvoid setId(java.lang.String id)
id, - the component idvoid updateReturnTarget(java.lang.String componentTargetId)
throws java.lang.IllegalStateException
componentTargetId - ; represents a component id to return the value tojava.lang.IllegalStateExceptionvoid updateActiveState(boolean active)
active - ; the component active state.void updateExecutionTarget(java.lang.String id)
throws java.lang.IllegalStateException
id, - the id of the parent perspective where the component should be executed in.java.lang.IllegalStateExceptionjava.lang.String getTargetLayout()