C
- defines the base component where others extend fromL
- defines the action listener typeA
- defines the basic action typeM
- defines the basic message typepublic interface UIComponent<C,L,A,M> extends ISubComponent<L,A,M>
Modifier and Type | Method and Description |
---|---|
C |
getRoot()
Returns the 'root' ui component created by the handle method.
|
getExecutionTarget, getNextIncomingMessage, getParentId, hasIncomingMessage, initEnv, isBlocked, lock, putIncomingMessage, release, setExecutionTarget
getActionListener, getActionListener, getId, getName, isActive, isStarted, setActive, setId, setName
handle
C getRoot()