Package org.javlo.fields
Class FieldDate.FieldDateBean
- java.lang.Object
-
- org.javlo.fields.Field.FieldBean
-
- org.javlo.fields.FieldDate.FieldDateBean
-
- Enclosing class:
- FieldDate
public class FieldDate.FieldDateBean extends Field.FieldBean
-
-
Field Summary
-
Fields inherited from class org.javlo.fields.Field.FieldBean
contentLocale, ctx, refBean
-
-
Constructor Summary
Constructors Constructor Description FieldDateBean(ContentContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAge()StringgetFormatedDate()StringgetFullDate()StringgetMediumDate()StringgetShortDate()StringgetSortableDate()booleanisPast()-
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, getViewXHTMLCode, getXHTMLValue, isLabelDisplayed, isLabelEditable, isNeeded, isPertinent, isReadOnly, isViewDisplayed, isWrapped
-
-
-
-
Constructor Detail
-
FieldDateBean
public FieldDateBean(ContentContext ctx)
-
-
Method Detail
-
getSortableDate
public String getSortableDate() throws FileNotFoundException, IOException
- Throws:
FileNotFoundExceptionIOException
-
getShortDate
public String getShortDate() throws FileNotFoundException, IOException
- Throws:
FileNotFoundExceptionIOException
-
getMediumDate
public String getMediumDate() throws FileNotFoundException, IOException
- Throws:
FileNotFoundExceptionIOException
-
getFullDate
public String getFullDate() throws FileNotFoundException, IOException
- Throws:
FileNotFoundExceptionIOException
-
getFormatedDate
public String getFormatedDate() throws FileNotFoundException, IOException
- Throws:
FileNotFoundExceptionIOException
-
isPast
public boolean isPast()
-
getAge
public int getAge()
-
-