Package org.javlo.fields
Class FieldSound.SoundBean
- java.lang.Object
-
- org.javlo.fields.Field.FieldBean
-
- org.javlo.fields.FieldSound.SoundBean
-
- Enclosing class:
- FieldSound
public class FieldSound.SoundBean extends Field.FieldBean
-
-
Field Summary
-
Fields inherited from class org.javlo.fields.Field.FieldBean
contentLocale, ctx, refBean
-
-
Constructor Summary
Constructors Constructor Description SoundBean(ContentContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlt()StringgetLink()StringgetResourceURL()StaticInfogetStaticInfo()StringgetViewXHTMLCode()-
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
-
SoundBean
public SoundBean(ContentContext ctx)
-
-
Method Detail
-
getResourceURL
public String getResourceURL()
-
getLink
public String getLink()
-
getAlt
public String getAlt()
-
getViewXHTMLCode
public String getViewXHTMLCode() throws Exception
- Overrides:
getViewXHTMLCodein classField.FieldBean- Throws:
Exception
-
getStaticInfo
public StaticInfo getStaticInfo() throws Exception
- Throws:
Exception
-
-