Class MetaCustomFunctionElement
- java.lang.Object
-
- net.anotheria.asg.generator.view.meta.MetaViewElement
-
- net.anotheria.asg.generator.view.meta.MetaCustomFunctionElement
-
public class MetaCustomFunctionElement extends MetaViewElement
This element allows to specify a custom function element (link or button).- Version:
- $Id: $Id
- Author:
- another
-
-
Constructor Summary
Constructors Constructor Description MetaCustomFunctionElement(java.lang.String name)Creates a new MetaCustomFunctionElement.
-
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.StringgetLink()Getter for the fieldlink.voidsetCaption(java.lang.String caption)Setter for the fieldcaption.voidsetLink(java.lang.String link)Setter for the fieldlink.-
Methods inherited from class net.anotheria.asg.generator.view.meta.MetaViewElement
getDecorator, getDescription, getName, getSortingType, getValidators, hashCode, isAutocompleteOff, isComparable, isDatetime, isJSValidated, isReadonly, isRich, isShowLink, isValidated, setAutocompleteOff, setComparable, setDatetime, setDecorator, setDescription, setName, setReadonly, setRich, setShowLink, setSortingType, setValidators, toString
-
-
-
-
Method Detail
-
getCaption
public java.lang.String getCaption()
Getter for the field
caption.- Overrides:
getCaptionin classMetaViewElement- Returns:
- a
Stringobject.
-
setCaption
public void setCaption(java.lang.String caption)
Setter for the field
caption.- Overrides:
setCaptionin classMetaViewElement- Parameters:
caption- aStringobject.
-
getLink
public java.lang.String getLink()
Getter for the field
link.- Returns:
- a
Stringobject.
-
setLink
public void setLink(java.lang.String link)
Setter for the field
link.- Parameters:
link- aStringobject.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classMetaViewElement
-
-