Package org.openxava.view.meta
Class MetaViewAction
- java.lang.Object
-
- org.openxava.util.meta.MetaElement
-
- org.openxava.model.meta.MetaMember
-
- org.openxava.model.meta.MetaProperty
-
- org.openxava.view.meta.MetaViewAction
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<MetaMember>
public class MetaViewAction extends MetaProperty
Represents an action shown inside a view.It's a MetaProperty to be treated (in layout terms only) as an property.
- Author:
- Javier Paniza
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetaViewAction(java.lang.String action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAction()
boolean
isAlwaysEnabled()
void
setAlwaysEnabled(boolean alwaysEnabled)
-
Methods inherited from class org.openxava.model.meta.MetaProperty
addMetaValidator, addValidValue, cloneMetaProperty, containsValidValue, createDefaultValueCalculator, depends, equals, format, format, getCalculation, getCalculator, getCMPTypeName, getDependentPropertiesNames, getHbmGeneratorCode, getMapping, getMetaCalculator, getMetaCalculatorDefaultValue, getMetaValidators, getPropertiesNamesUsedForCalculation, getQualifiedLabel, getQualifiedLabel, getQualifiedLabel, getRequiredMessage, getScale, getSize, getStereotype, getType, getTypeName, getValidValue, getValidValueIndex, getValidValueLabel, getValidValueLabel, getValidValueLabel, getValidValueLabel, getValidValueLabel, getValidValueLabel, getValidValuesLabels, getValidValuesLabels, hasCalculation, hasCalculator, hasCalculatorDefaultValueOnCreate, hasDefaultValueCalculator, hasDependentProperties, hashCode, hasMetaModel, hasNotDependentDefaultValueCalculator, hasStereotype, hasValidValues, isCalculated, isCompatibleWith, isDateTimeType, isDateType, isDefaultCalculatorHibernateIdGenerator, isFile, isFilterCapable, isHidden, isKey, isNotFieldBackedAndNotCalculated, isNumber, isPersistent, isReadOnly, isRequired, isSearchKey, isTypeOrStereotypeCompatibleWith, isVersion, parse, parse, setCalculation, setHidden, setKey, setLabel, setMetaCalculator, setMetaCalculatorDefaultValue, setNotFieldBackedAndNotCalculated, setQualifiedLabel, setReadOnly, setRequired, setRequiredMessage, setScale, setSearchKey, setSize, setStereotype, setTypeName, setVersion, toString, usesForCalculation, validate, validate, validate, validValues, validValuesLabels, validValuesLabels, validValuesLabels
-
Methods inherited from class org.openxava.model.meta.MetaMember
compareTo, getAnnotations, getId, getLabel, getLabelId, getMetaModel, getPropertyNamesThatIDepend, getQualifiedName, getSimpleName, isTransient, setLabelId, setMetaModel, setQualifiedName, setTransient, toQualifiedNames
-
Methods inherited from class org.openxava.util.meta.MetaElement
getDescription, getDescription, getDescription, getDescription, getLabel, getLabel, getLabel, getLocale, getName, getPlaceholder, getPlaceholder, getPlaceholder, has18nLabel, hasName, setDescription, setName, setPlaceholder
-
-
-
-
Constructor Detail
-
MetaViewAction
public MetaViewAction(java.lang.String action) throws XavaException
- Throws:
XavaException
-
-