public interface FrontEndView extends FrontEndActionState
Modifier and Type | Method and Description |
---|---|
List<FrontEndAction> |
getActions()
All actions that can be triggered on this view.
|
List<FrontEndParameter> |
getAllActionParameters()
All parameters for each action going out of this view.
|
List<FrontEndParameter> |
getAllFormFields()
All fields from all forms on the given view.
|
List<FrontEndParameter> |
getTables()
All tables belonging to the front end view.
|
FrontEndUseCase |
getUseCase()
The use-case of which this view is a member.
|
List<FrontEndParameter> |
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).
|
getActionMethodName, getContainerActions, getControllerCalls, getExceptions, getForward, getServiceCalls, isContainedInFrontEndUseCase, isFrontEndActionStateMetaType, isServerSide
getEntry, isActionStateFacadeMetaType
getDeferrableEvents, isStateFacadeMetaType
getContainer, getIncomings, getOutgoings, getPartition, getStateMachine, isStateVertexFacadeMetaType
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isFrontEndViewMetaType()
true
List<FrontEndAction> getActions()
List<FrontEndParameter> getAllActionParameters()
List<FrontEndParameter> getAllFormFields()
List<FrontEndParameter> getTables()
FrontEndUseCase getUseCase()
List<FrontEndParameter> getVariables()
boolean isFrontEndView()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.