Package org.javlo.fields
Class FieldImage.ImageBean
- java.lang.Object
-
- org.javlo.fields.Field.FieldBean
-
- org.javlo.fields.FieldImage.ImageBean
-
- Enclosing class:
- FieldImage
public class FieldImage.ImageBean extends Field.FieldBean
-
-
Field Summary
-
Fields inherited from class org.javlo.fields.Field.FieldBean
contentLocale, ctx, refBean
-
-
Constructor Summary
Constructors Constructor Description ImageBean(ContentContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getAlt()
String
getImageFilter()
String
getLink()
String
getPreviewUrl()
String
getPreviewURL()
Deprecated.String
getResourceUrl()
String
getResourceURL()
Deprecated.StaticInfo
getStaticInfo()
StaticInfoBean
getStaticInfoBean()
String
getViewXHTMLCode()
void
setImageFilter(String filter)
-
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, getUrl, getURL, getValue, getValues, getXHTMLValue, isLabelDisplayed, isLabelEditable, isNeeded, isPertinent, isReadOnly, isViewDisplayed, isWrapped
-
-
-
-
Constructor Detail
-
ImageBean
public ImageBean(ContentContext ctx)
-
-
Method Detail
-
getPreviewUrl
public String getPreviewUrl()
-
getPreviewURL
@Deprecated public String getPreviewURL()
Deprecated.
-
getResourceURL
@Deprecated public String getResourceURL()
Deprecated.
-
getResourceUrl
public String getResourceUrl()
-
getLink
public String getLink()
-
getAlt
public String getAlt()
-
getImageFilter
public String getImageFilter()
-
setImageFilter
public void setImageFilter(String filter)
-
getViewXHTMLCode
public String getViewXHTMLCode() throws Exception
- Overrides:
getViewXHTMLCode
in classField.FieldBean
- Throws:
Exception
-
getStaticInfo
public StaticInfo getStaticInfo() throws Exception
- Throws:
Exception
-
getStaticInfoBean
public StaticInfoBean getStaticInfoBean() throws Exception
- Throws:
Exception
-
-