Package org.javlo.fields
Class FieldFile.StaticFileBean
- java.lang.Object
-
- org.javlo.fields.Field.FieldBean
-
- org.javlo.fields.FieldFile.StaticFileBean
-
- Enclosing class:
- FieldFile
public class FieldFile.StaticFileBean extends Field.FieldBean
-
-
Field Summary
-
Fields inherited from class org.javlo.fields.Field.FieldBean
contentLocale, ctx, refBean
-
-
Constructor Summary
Constructors Constructor Description StaticFileBean(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
-
StaticFileBean
public StaticFileBean(ContentContext ctx)
-
-
Method Detail
-
getPreviewUrl
public String getPreviewUrl()
-
getPreviewURL
@Deprecated public String getPreviewURL()
Deprecated.
-
getResourceUrl
public String getResourceUrl()
-
getResourceURL
@Deprecated public String getResourceURL()
Deprecated.
-
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
-
-