Package | Description |
---|---|
org.andromda.cartridges.jsf2.metafacades |
Modifier and Type | Class and Description |
---|---|
class |
JSFParameterLogic
Represents a parameter in a JSF front-end.
|
class |
JSFParameterLogicImpl
MetafacadeLogic implementation for org.andromda.cartridges.jsf2.metafacades.JSFParameter.
|
Modifier and Type | Method and Description |
---|---|
JSFParameter |
JSFActionLogic.getTableLinkParameter()
Represents an action taken during a "front-end" event execution on a JSF application.
|
JSFParameter |
JSFAction.getTableLinkParameter()
If the action is a table link then this property represents the table to which is being
linked.
|
Modifier and Type | Method and Description |
---|---|
List<JSFParameter> |
JSFViewLogic.getBackingValueVariables()
Represents a JSF view for a front-end application.
|
List<JSFParameter> |
JSFView.getBackingValueVariables()
All variables that have backing value.
|
List<JSFParameter> |
JSFActionLogic.getHiddenParameters()
Represents an action taken during a "front-end" event execution on a JSF application.
|
List<JSFParameter> |
JSFAction.getHiddenParameters()
All parameters that are of hidden input type.
|
protected List<JSFParameter> |
JSFViewLogicImpl.handleGetBackingValueVariables() |
protected List<JSFParameter> |
JSFViewLogicImpl.handleGetTables() |
Modifier and Type | Method and Description |
---|---|
String |
JSFAttributeLogic.getDateFormatter(JSFParameter ownerParameter)
Gets the name of the date formatter for this attribute by constructing the name from the
'ownerParameter' (if this attribute represents a date).
|
String |
JSFAttribute.getDateFormatter(JSFParameter ownerParameter)
Gets the name of the date formatter for this attribute by constructing the name from the
'ownerParameter' (if this attribute represents a date).
|
String |
JSFAttributeLogic.getTimeFormatter(JSFParameter ownerParameter)
Gets the name of the time formatter (if this parameter represents a time).
|
String |
JSFAttribute.getTimeFormatter(JSFParameter ownerParameter)
Gets the name of the time formatter (if this parameter represents a time).
|
Collection |
JSFAttributeLogic.getValidatorVars(JSFParameter ownerParameter)
Gets the validator args for this attribute
|
Collection |
JSFAttribute.getValidatorVars(JSFParameter ownerParameter)
Gets the validator args for this attribute
|
protected String |
JSFAttributeLogicImpl.handleGetDateFormatter(JSFParameter ownerParameter) |
protected abstract String |
JSFAttributeLogic.handleGetDateFormatter(JSFParameter ownerParameter)
Method to be implemented in descendants
Gets the name of the date formatter for this attribute by constructing the name from the
'ownerParameter' (if this attribute represents a date).
|
protected String |
JSFAttributeLogicImpl.handleGetTimeFormatter(JSFParameter ownerParameter) |
protected abstract String |
JSFAttributeLogic.handleGetTimeFormatter(JSFParameter ownerParameter)
Method to be implemented in descendants
Gets the name of the time formatter (if this parameter represents a time).
|
protected Collection<List<String>> |
JSFAttributeLogicImpl.handleGetValidatorVars(JSFParameter ownerParameter) |
protected abstract Collection |
JSFAttributeLogic.handleGetValidatorVars(JSFParameter ownerParameter)
Method to be implemented in descendants
Gets the validator args for this attribute
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.