org.openmdx.ui1.cci2
Interface DateField

All Superinterfaces:
AbstractField, org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, Element, org.openmdx.base.cci2.ExtentCapable, LabelledField, ValuedField, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
DateField
All Known Implementing Classes:
DateField

public interface DateField
extends ValuedField

Class DateField


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.ui1.cci2.Element
Element.Identity
 
Method Summary
 String getFormat()
          Retrieves the value for the attribute format.
 Date getMaxDate()
           
 Date getMinDate()
           
 void setFormat(String format)
          Sets a new value for the attribute format.
 void setMaxDate(Date maxDate)
          Sets a new value for the attribute maxDate.
 void setMinDate(Date minDate)
          Sets a new value for the attribute minDate.
 
Methods inherited from interface org.openmdx.ui1.cci2.ValuedField
getDataBindingName, getDefaultValue, getEventHandler, getFeatureName, getMultiplicity, getQualifiedFeatureName, getSkipRow, getSpanRow, isFilterable, isSortable, setDataBindingName, setDefaultValue, setEventHandler, setFeatureName, setFilterable, setMultiplicity, setQualifiedFeatureName, setSkipRow, setSortable, setSpanRow
 
Methods inherited from interface org.openmdx.ui1.cci2.LabelledField
getLabel, getShortLabel, setLabel, setShortLabel
 
Methods inherited from interface org.openmdx.ui1.cci2.AbstractField
getBackColor, getColor, getFontColor, getFontName, getFontSize, isFontBold, isFontItalic, isFontStrikeout, isFontUnderline, setBackColor, setColor, setFontBold, setFontColor, setFontItalic, setFontName, setFontSize, setFontStrikeout, setFontUnderline
 
Methods inherited from interface org.openmdx.ui1.cci2.Element
getIconKey, getMimeType, getToolTip, isAutoGenerated, isChangeable, setAutoGenerated, setChangeable, setIconKey, setMimeType, setSegment, setSegment, setToolTip
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 

Method Detail

getFormat

String getFormat()
Retrieves the value for the attribute format.

Returns:
The non-null value for attribute format.

setFormat

void setFormat(String format)
Sets a new value for the attribute format.

Parameters:
format - The non-null new value for attribute format.

getMaxDate

Date getMaxDate()
Returns:
The possibly null value for attribute maxDate.

setMaxDate

void setMaxDate(Date maxDate)
Sets a new value for the attribute maxDate.

Parameters:
maxDate - The possibly null new value for attribute maxDate.

getMinDate

Date getMinDate()
Returns:
The possibly null value for attribute minDate.

setMinDate

void setMinDate(Date minDate)
Sets a new value for the attribute minDate.

Parameters:
minDate - The possibly null new value for attribute minDate.


This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.