public interface JSFView extends FrontEndView
Modifier and Type | Method and Description |
---|---|
List<JSFAction> |
getActionForwards()
All those forwards that are actions.
|
List<JSFParameter> |
getBackingValueVariables()
All variables that have backing value.
|
String |
getDocumentationKey()
A resource message key suited for the page's documentation.
|
String |
getDocumentationValue()
A resource message value suited for the view's documentation.
|
List<JSFAction> |
getFormActions()
All actions that have forms associated with them.
|
String |
getFormKey()
The key that stores the form in which information is passed from one action to another.
|
List<JSFForward> |
getForwards()
Gets the forwards which can be targgeted from this view.
|
String |
getFromOutcome()
The name that corresponds to the from-outcome in an navigational rule.
|
String |
getFullyQualifiedPageObjectClassName()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFView.fullyQualifiedPageObjectClassName
|
String |
getFullyQualifiedPageObjectClassPath()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFView.fullyQualifiedPageObjectClassPath
|
String |
getFullyQualifiedPopulator()
The fully qualified name of this view's form populator.
|
String |
getMessageKey()
The default resource message key for this view.
|
String |
getMessageValue()
A displayable version of this view's name.
|
String |
getPageObjectBeanName()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFView.pageObjectBeanName
|
String |
getPageObjectClassName()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFView.pageObjectClassName
|
String |
getPath()
The full path of the view resources (i.e.
|
String |
getPopulator()
The name of the form populator for this view.
|
String |
getPopulatorPath()
The path to the form populator.
|
String |
getTitleKey()
A resource message key suited for the view's title.
|
String |
getTitleValue()
A default resource message value suited for the page's title.
|
boolean |
isHasNameOfUseCase()
Indicates whether or not this view has the same name as the use case in which it is
contained.
|
boolean |
isJSFViewMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isNeedsFileUpload()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFView.needsFileUpload
|
boolean |
isNonTableVariablesPresent()
Indicates whether or not any non-table view variables are present in this view.
|
boolean |
isPopulatorRequired()
Indicates if a populator is required for this view.
|
boolean |
isPopup()
Indicates if this view represents a popup.
|
boolean |
isValidationRequired()
Indicates whether or not at least one parameter of an outgoing action in this view requires
validation.
|
getActions, getAllActionParameters, getAllFormFields, getTables, getUseCase, getVariables, isFrontEndView, isFrontEndViewMetaType
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 isJSFViewMetaType()
true
List<JSFAction> getActionForwards()
List<JSFParameter> getBackingValueVariables()
String getDocumentationKey()
String getDocumentationValue()
List<JSFAction> getFormActions()
String getFormKey()
List<JSFForward> getForwards()
String getFromOutcome()
String getFullyQualifiedPageObjectClassName()
String getFullyQualifiedPageObjectClassPath()
String getFullyQualifiedPopulator()
String getMessageKey()
String getMessageValue()
String getPageObjectBeanName()
String getPageObjectClassName()
String getPopulator()
String getPopulatorPath()
String getTitleKey()
String getTitleValue()
boolean isHasNameOfUseCase()
boolean isNeedsFileUpload()
boolean isNonTableVariablesPresent()
boolean isPopulatorRequired()
boolean isPopup()
boolean isValidationRequired()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.