|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FrontEndView
Represents a view within a front end application.
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
|---|---|
java.util.List |
getActions()
All actions that can be triggered on this view. |
java.util.List |
getAllActionParameters()
All parameters for each action going out of this view. |
java.util.List |
getAllFormFields()
All fields from all forms on the given view. |
java.util.List |
getTables()
All tables belonging to the front end view. |
FrontEndUseCase |
getUseCase()
The use-case of which this view is a member. |
java.util.List |
getVariables()
All those variables that will be present as variables in the target view. |
boolean |
isFrontEndView()
True if this element carries the FrontEndView stereotype. |
boolean |
isFrontEndViewMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Methods inherited from interface org.andromda.metafacades.uml.FrontEndActionState |
|---|
getActionMethodName, getContainerActions, getControllerCalls, getExceptions, getForward, isContainedInFrontEndUseCase, isFrontEndActionStateMetaType, isServerSide |
| Methods inherited from interface org.andromda.metafacades.uml.ActionStateFacade |
|---|
getEntry, isActionStateFacadeMetaType |
| Methods inherited from interface org.andromda.metafacades.uml.StateFacade |
|---|
getDeferrableEvents, isStateFacadeMetaType |
| Methods inherited from interface org.andromda.metafacades.uml.StateVertexFacade |
|---|
getContainer, getIncoming, getOutgoing, getPartition, getStateMachine, isStateVertexFacadeMetaType |
| Method Detail |
|---|
boolean isFrontEndViewMetaType()
truejava.util.List getActions()
All actions that can be triggered on this view.
java.util.List getAllActionParameters()
All parameters for each action going out of this view.
java.util.List getAllFormFields()
All fields from all forms on the given view.
java.util.List getTables()
All tables belonging to the front end view.
FrontEndUseCase getUseCase()
The use-case of which this view is a member.
java.util.List getVariables()
All those variables that will be present as variables in the target view. These are the trigger parameters on the incoming transitions.
boolean isFrontEndView()
True if this element carries the FrontEndView stereotype.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||