Class MetaFunctionElement
- java.lang.Object
-
- net.anotheria.asg.generator.view.meta.MetaViewElement
-
- net.anotheria.asg.generator.view.meta.MetaFunctionElement
-
public class MetaFunctionElement extends MetaViewElement
A view element which represents an action.- Version:
- $Id: $Id
- Author:
- another
-
-
Constructor Summary
Constructors Constructor Description MetaFunctionElement(java.lang.String aName)Creates a new MetaFunctionElement.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetCaption()Getter for the fieldcaption.java.lang.StringgetPropertyName()getPropertyName.booleanisComparable()isComparable.voidsetCaption(java.lang.String string)Setter for the fieldcaption.java.lang.StringtoString()-
Methods inherited from class net.anotheria.asg.generator.view.meta.MetaViewElement
getDecorator, getDescription, getName, getSortingType, getValidators, hashCode, isAutocompleteOff, isDatetime, isJSValidated, isReadonly, isRich, isShowLink, isValidated, setAutocompleteOff, setComparable, setDatetime, setDecorator, setDescription, setName, setReadonly, setRich, setShowLink, setSortingType, setValidators
-
-
-
-
Method Detail
-
getPropertyName
public java.lang.String getPropertyName()
getPropertyName.
- Returns:
- a
Stringobject.
-
getCaption
public java.lang.String getCaption()
Getter for the field
caption.- Overrides:
getCaptionin classMetaViewElement- Returns:
- a
Stringobject.
-
setCaption
public void setCaption(java.lang.String string)
Setter for the field
caption.- Overrides:
setCaptionin classMetaViewElement- Parameters:
string- aStringobject.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classMetaViewElement
-
isComparable
public boolean isComparable()
isComparable.
- Overrides:
isComparablein classMetaViewElement- Returns:
- true if the element is comparable, otherwise - false
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classMetaViewElement
-
-