info.magnolia.ui.form.field.definition
Class DateFieldDefinition

java.lang.Object
  extended by info.magnolia.ui.form.field.definition.ConfiguredFieldDefinition
      extended by info.magnolia.ui.form.field.definition.DateFieldDefinition
All Implemented Interfaces:
FieldDefinition

public class DateFieldDefinition
extends ConfiguredFieldDefinition

Field definition for a date picker.


Constructor Summary
DateFieldDefinition()
           
 
Method Summary
 String getDateFormat()
           
 String getTimeFormat()
           
 boolean isTime()
           
 void setDateFormat(String dateFormat)
           
 void setTime(boolean time)
           
 void setTimeFormat(String timeFormat)
           
 
Methods inherited from class info.magnolia.ui.form.field.definition.ConfiguredFieldDefinition
addValidator, getDefaultValue, getDescription, getI18nBasename, getLabel, getName, getRequiredErrorMessage, getStyleName, getTransformerClass, getType, getValidators, isI18n, isReadOnly, isRequired, setDefaultValue, setDescription, setI18n, setI18nBasename, setLabel, setName, setReadOnly, setRequired, setRequiredErrorMessage, setStyleName, setTransformerClass, setType, setValidators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateFieldDefinition

public DateFieldDefinition()
Method Detail

isTime

public boolean isTime()

setTime

public void setTime(boolean time)

getDateFormat

public String getDateFormat()

setDateFormat

public void setDateFormat(String dateFormat)

getTimeFormat

public String getTimeFormat()

setTimeFormat

public void setTimeFormat(String timeFormat)


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.