org.andromda.cartridges.jsf.metafacades
Interface JSFEvent

All Superinterfaces:
org.andromda.metafacades.uml.EventFacade, org.andromda.metafacades.uml.FrontEndEvent, org.andromda.metafacades.uml.ModelElementFacade
All Known Implementing Classes:
JSFEventLogic, JSFEventLogicImpl

public interface JSFEvent
extends org.andromda.metafacades.uml.FrontEndEvent

A front-end JSF even (like the pressing of a button, etc).

Metafacade interface to be used by AndroMDA cartridges.


Method Summary
 java.lang.String getMessageKey()
           The resource message key for this trigger.
 java.lang.String getMessageValue()
           The resource message value for this trigger, this would be the button label or hyperlink name.
 java.lang.String getResetMessageKey()
           The resource message key for the reset button.
 java.lang.String getResetMessageValue()
           The default value for the reset button's message.
 boolean isJSFEventMetaType()
          Indicates the metafacade type (used for metafacade mappings).
 
Methods inherited from interface org.andromda.metafacades.uml.FrontEndEvent
getAction, getControllerCall, getControllerCalls, isContainedInFrontEndUseCase, isFrontEndEventMetaType
 
Methods inherited from interface org.andromda.metafacades.uml.EventFacade
getParameters, getState, getTransition, isEventFacadeMetaType
 
Methods inherited from interface org.andromda.metafacades.uml.ModelElementFacade
copyTaggedValues, findTaggedValue, findTaggedValues, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isModelElementFacadeMetaType, isTemplateParametersPresent, translateConstraint, translateConstraints, translateConstraints, validateInvariants
 

Method Detail

isJSFEventMetaType

boolean isJSFEventMetaType()
Indicates the metafacade type (used for metafacade mappings).

Returns:
always true

getMessageKey

java.lang.String getMessageKey()

The resource message key for this trigger.


getMessageValue

java.lang.String getMessageValue()

The resource message value for this trigger, this would be the button label or hyperlink name.


getResetMessageKey

java.lang.String getResetMessageKey()

The resource message key for the reset button.


getResetMessageValue

java.lang.String getResetMessageValue()

The default value for the reset button's message.



Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.