public class JSFManageableEntityAttributeLogicImpl extends JSFManageableEntityAttributeLogic
JSFManageableEntityAttribute,
Serialized FormmetaObjectcontextRoot, logger| Constructor and Description |
|---|
JSFManageableEntityAttributeLogicImpl(Object metaObject,
String context) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
Hack to keep the compatibility with Andromda 3.4-SNAPSHOT
|
protected String |
handleGetBackingListName() |
protected String |
handleGetDateFormat() |
protected String |
handleGetDateFormatter() |
protected String |
handleGetDefaultDateFormat() |
protected String |
handleGetDefaultTimeFormat() |
protected String |
handleGetDummyValue() |
protected String |
handleGetFormat() |
protected String |
handleGetFormPropertyId(ParameterFacade ownerParameter)
Method to be implemented in descendants
Gets the unique id of this attribute on the form.
|
protected String |
handleGetFormPropertyName(ParameterFacade ownerParameter)
Method to be implemented in descendants
Retrieves the name of the form property for this attribute by taking the name of the owner
property.
|
protected String |
handleGetInputTableIdentifierColumns() |
protected String |
handleGetLabelListName() |
protected String |
handleGetMaxLength() |
protected String |
handleGetMessageKey() |
protected String |
handleGetMessageValue() |
protected String |
handleGetOnlineHelpKey() |
protected String |
handleGetOnlineHelpValue() |
protected String |
handleGetTimeFormatter() |
protected Collection |
handleGetValidatorArgs(String validatorType)
Method to be implemented in descendants
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.getValidatorArgs
|
protected Collection |
handleGetValidatorTypes() |
protected Collection |
handleGetValidatorVars() |
protected String |
handleGetValidWhen() |
protected String |
handleGetValueListDummyValue() |
protected String |
handleGetValueListName() |
protected String |
handleGetWidgetType() |
protected boolean |
handleIsEditable() |
protected boolean |
handleIsEqualValidator() |
protected boolean |
handleIsHidden() |
protected boolean |
handleIsInputCheckbox() |
protected boolean |
handleIsInputFile() |
protected boolean |
handleIsInputHidden() |
protected boolean |
handleIsInputMultibox() |
protected boolean |
handleIsInputRadio() |
protected boolean |
handleIsInputSecret() |
protected boolean |
handleIsInputSelect() |
protected boolean |
handleIsInputTable() |
protected boolean |
handleIsInputText() |
protected boolean |
handleIsInputTextarea() |
protected boolean |
handleIsInputTypePresent() |
protected boolean |
handleIsNeedsFileUpload() |
protected boolean |
handleIsPlaintext() |
protected boolean |
handleIsStrictDateFormat() |
protected boolean |
handleIsValidationRequired() |
boolean |
isDisplay()
Whether or not this attribute should be displayed.
|
boolean |
isReadOnly()
Overridden to provide consistent behavior with
JSFParameter.isReadOnly(). |
boolean |
isRequired()
Overridden to have the same behavior as bpm4struts.
|
copyTaggedValues, findTaggedValue, findTaggedValue, findTaggedValues, getBackingListName, getBindedFullyQualifiedName, getColumnIndex, getColumnLength, getColumnName, getConstraints, getConstraints, getDateFormat, getDateFormatter, getDefaultDateFormat, getDefaultTimeFormat, getDocumentation, getDocumentation, getDocumentation, getDummyValue, getEnumeration, getEnumerationLiteralParameters, getEnumerationValue, getFormat, getFormPropertyId, getFormPropertyName, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getGetterName, getGetterSetterTypeName, getId, getInputTableIdentifierColumns, getJdbcMappings, getJdbcType, getKeywords, getLabel, getLabelListName, getLanguageMappings, getLower, getMaxLength, getMessageKey, getMessageValue, getModel, getName, getOnlineHelpKey, getOnlineHelpValue, getOwner, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSetterName, getSourceDependencies, getSqlMappings, getSqlType, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getTimeFormatter, getType, getUniqueGroup, getUpper, getValidationName, getValidationOwner, getValidatorArgs, getValidatorTypes, getValidatorVars, getValidWhen, getValueListDummyValue, getValueListName, getVisibility, getWidgetType, hasExactStereotype, hasKeyword, hasStereotype, initialize, isAddOnly, isAttributeFacadeMetaType, isBindingDependenciesPresent, isChangeable, isConstraintsPresent, isDefaultValuePresent, isDerived, isDocumentationPresent, isEditable, isEntityAttributeMetaType, isEnumerationLiteral, isEnumerationLiteralParametersExist, isEnumerationMember, isEqualValidator, isHidden, isIdentifier, isInputCheckbox, isInputFile, isInputHidden, isInputMultibox, isInputRadio, isInputSecret, isInputSelect, isInputTable, isInputText, isInputTextarea, isInputTypePresent, isJSFManageableEntityAttributeMetaType, isLeaf, isManageableEntityAttributeMetaType, isManageableGetterAvailable, isMany, isModelElementFacadeMetaType, isNeedsFileUpload, isOrdered, isPlaintext, isReservedWord, isStatic, isStrictDateFormat, isTemplateParametersPresent, isTransient, isUnique, isValidationRequired, isValidIdentifierName, resetMetafacadeContext, toString, translateConstraint, translateConstraints, translateConstraints, validateInvariantscompareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validatepublic JSFManageableEntityAttributeLogicImpl(Object metaObject, String context)
metaObject - context - protected String handleGetMessageKey()
handleGetMessageKey in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getMessageKey()protected String handleGetMessageValue()
handleGetMessageValue in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getMessageValue()protected String handleGetDateFormat()
handleGetDateFormat in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getDateFormat()protected boolean handleIsNeedsFileUpload()
handleIsNeedsFileUpload in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isNeedsFileUpload()public boolean isDisplay()
JSFManageableEntityAttributeLogicisDisplay in interface ManageableEntityAttributeisDisplay in class JSFManageableEntityAttributeLogicManageableEntityAttribute.isDisplay()protected boolean handleIsHidden()
handleIsHidden in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isHidden()protected String handleGetWidgetType()
handleGetWidgetType in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getWidgetType()protected boolean handleIsStrictDateFormat()
handleIsStrictDateFormat in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isStrictDateFormat()protected String handleGetOnlineHelpKey()
handleGetOnlineHelpKey in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getOnlineHelpKey()protected String handleGetOnlineHelpValue()
handleGetOnlineHelpValue in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getOnlineHelpValue()protected String handleGetFormat()
handleGetFormat in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getFormat()protected String handleGetDefaultDateFormat()
handleGetDefaultDateFormat in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getDefaultDateFormat()protected String handleGetDefaultTimeFormat()
handleGetDefaultTimeFormat in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getDefaultTimeFormat()protected String handleGetDateFormatter()
handleGetDateFormatter in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getDateFormatter()protected String handleGetTimeFormatter()
handleGetTimeFormatter in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getTimeFormatter()protected String handleGetBackingListName()
handleGetBackingListName in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getBackingListName()protected String handleGetValueListName()
handleGetValueListName in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getValueListName()protected String handleGetLabelListName()
handleGetLabelListName in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getLabelListName()protected Collection handleGetValidatorTypes()
handleGetValidatorTypes in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getValidatorTypes()protected boolean handleIsValidationRequired()
handleIsValidationRequired in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isValidationRequired()protected Collection handleGetValidatorVars()
handleGetValidatorVars in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getValidatorVars()protected String handleGetValidWhen()
handleGetValidWhen in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getValidWhen()protected boolean handleIsInputCheckbox()
handleIsInputCheckbox in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isInputCheckbox()protected boolean handleIsInputFile()
handleIsInputFile in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isInputFile()protected boolean handleIsInputHidden()
handleIsInputHidden in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isInputHidden()protected boolean handleIsInputMultibox()
handleIsInputMultibox in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isInputMultibox()protected boolean handleIsInputRadio()
handleIsInputRadio in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isInputRadio()protected boolean handleIsInputSecret()
handleIsInputSecret in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isInputSecret()protected boolean handleIsInputSelect()
handleIsInputSelect in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isInputSelect()protected boolean handleIsInputTable()
handleIsInputTable in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isInputTable()protected String handleGetInputTableIdentifierColumns()
handleGetInputTableIdentifierColumns in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getInputTableIdentifierColumns()protected boolean handleIsInputText()
handleIsInputText in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isInputText()protected boolean handleIsInputTextarea()
handleIsInputTextarea in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isInputTextarea()protected boolean handleIsInputTypePresent()
handleIsInputTypePresent in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isInputTypePresent()protected String handleGetDummyValue()
handleGetDummyValue in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getDummyValue()protected boolean handleIsEqualValidator()
handleIsEqualValidator in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isEqualValidator()protected boolean handleIsPlaintext()
handleIsPlaintext in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isPlaintext()protected String handleGetValueListDummyValue()
handleGetValueListDummyValue in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getValueListDummyValue()protected Collection handleGetValidatorArgs(String validatorType)
JSFManageableEntityAttributeLogichandleGetValidatorArgs in class JSFManageableEntityAttributeLogicvalidatorType - JSFManageableEntityAttribute.getValidatorArgs(String)public boolean isReadOnly()
JSFParameter.isReadOnly().isReadOnly in interface AttributeFacadeisReadOnly in class JSFManageableEntityAttributeLogicAttributeFacade.isReadOnly()public boolean isRequired()
isRequired in interface AttributeFacadeisRequired in class JSFManageableEntityAttributeLogicParameterFacade.isRequired()protected String handleGetFormPropertyName(ParameterFacade ownerParameter)
JSFManageableEntityAttributeLogichandleGetFormPropertyName in class JSFManageableEntityAttributeLogicownerParameter - JSFAttribute.getFormPropertyName(org.andromda.metafacades.uml.ParameterFacade)protected String handleGetFormPropertyId(ParameterFacade ownerParameter)
JSFManageableEntityAttributeLogichandleGetFormPropertyId in class JSFManageableEntityAttributeLogicownerParameter - JSFAttribute.getFormPropertyId(ParameterFacade)public String getDefaultValue()
getDefaultValue in interface AttributeFacadegetDefaultValue in class JSFManageableEntityAttributeLogicAttributeFacade.getDefaultValue()protected String handleGetMaxLength()
handleGetMaxLength in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.getMaxLength()protected boolean handleIsEditable()
handleIsEditable in class JSFManageableEntityAttributeLogicJSFManageableEntityAttribute.isEditable()Copyright © 2003–2014 AndroMDA.org. All rights reserved.