Package org.javlo.fields
Class FieldExternalLink.ExternalLinkBean
- java.lang.Object
-
- org.javlo.fields.Field.FieldBean
-
- org.javlo.fields.FieldExternalLink.ExternalLinkBean
-
- Enclosing class:
- FieldExternalLink
public class FieldExternalLink.ExternalLinkBean extends Field.FieldBean
-
-
Field Summary
-
Fields inherited from class org.javlo.fields.Field.FieldBean
contentLocale, ctx, refBean
-
-
Constructor Summary
Constructors Constructor Description ExternalLinkBean(ContentContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLinkAttribute()
String
getTitle()
String
getUrl()
String
getURL()
-
Methods inherited from class org.javlo.fields.Field.FieldBean
getAllXHTML, getCssClass, getDisplayValue, getDisplayValue, getFormatedValue, getHtml, getId, getInputLabelName, getInputName, getLabel, getName, getOrder, getPrefix, getReference, getSize, getSuffix, getTag, getText, getTextForAttribute, getType, getUnity, getValue, getValues, getViewXHTMLCode, getXHTMLValue, isLabelDisplayed, isLabelEditable, isNeeded, isPertinent, isReadOnly, isViewDisplayed, isWrapped
-
-
-
-
Constructor Detail
-
ExternalLinkBean
public ExternalLinkBean(ContentContext ctx)
-
-
Method Detail
-
getUrl
public String getUrl()
- Overrides:
getUrl
in classField.FieldBean
-
getURL
public String getURL()
- Overrides:
getURL
in classField.FieldBean
-
getTitle
public String getTitle()
-
getLinkAttribute
public String getLinkAttribute()
-
-