T - Controller class of the Flowpublic class FlowView<T>
extends java.lang.Object
| ?????? |
|---|
FlowView(ViewContext<T> viewContext)
Creates a ViewMetadata based on a context
|
| ?????? | ????? |
|---|---|
void |
addAction(java.lang.String actionId,
FlowAction action)
Adds a flow action to the view
|
FlowAction |
getActionById(java.lang.String actionId)
Returns the registered flow action for the given unique id or null if no action is registered for the id
|
ViewContext<T> |
getViewContext()
Returns the context of the view
|
ViewFlowContext |
getViewFlowContext()
Returns the context of the flow
|
public FlowView(ViewContext<T> viewContext)
viewContext - The context of the viewpublic void addAction(java.lang.String actionId,
FlowAction action)
actionId - unique ID of the actionaction - the actionpublic FlowAction getActionById(java.lang.String actionId)
actionId - the unique action idpublic ViewContext<T> getViewContext()
public ViewFlowContext getViewFlowContext()