org.oddjob.designer.elements.date
Class DateAttribute

java.lang.Object
  extended byjava.util.Observable
      extended byorg.oddjob.designer.model.SimpleAttribute
          extended byorg.oddjob.designer.elements.date.DateAttribute
All Implemented Interfaces:
DesignAttribute, DesignElement

public class DateAttribute
extends SimpleAttribute


Constructor Summary
DateAttribute()
           
 
Method Summary
 DesignDefinition detail()
          The method is overridden by sub classes which have a detailed definition for their configuration.
 
Methods inherited from class org.oddjob.designer.model.SimpleAttribute
attribute, attribute, clear, hasDetail
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateAttribute

public DateAttribute()
Method Detail

detail

public DesignDefinition detail()
Description copied from interface: DesignElement
The method is overridden by sub classes which have a detailed definition for their configuration. For DesignElement which hasn't got detail this method should never be called, and as such it should throw a RuntimeException if it is.

Specified by:
detail in interface DesignElement
Overrides:
detail in class SimpleAttribute