com.u2d.model
Interface AtomicEObject

All Superinterfaces:
ChangeNotifier, EObject, ValidationNotifier, Viewable
All Known Implementing Classes:
AbstractAtomicEO, BooleanEO, CharEO, ChoiceEO, DateEO, DateTime, DateWithAge, Email, FieldPath, FieldRestrictionType, FileEO, FileWEO, FloatEO, ImgEO, IntEO, LogEventType, Logo, LongEO, Password, Percent, Photo, SSN, StringEO, TermsEO, TextEO, TimeEO, TimeSpan, URI, USDollar, USPhone, USZipCode

public interface AtomicEObject
extends EObject

Author:
Eitan Suez

Method Summary
 AtomicEditor getEditor()
           
 AtomicRenderer getRenderer()
           
 void parseValue(java.lang.String stringValue)
           
 
Methods inherited from interface com.u2d.model.EObject
commands, field, iconLg, iconSm, isEmpty, makeCopy, parentObject, setField, setValue, title, validate
 
Methods inherited from interface com.u2d.validation.ValidationNotifier
addValidationListener, fireValidationException, fireValidationException, removeValidationListener
 
Methods inherited from interface com.u2d.model.ChangeNotifier
addChangeListener, fireStateChanged, removeChangeListener
 
Methods inherited from interface com.u2d.model.Viewable
getMainView, getView
 

Method Detail

parseValue

void parseValue(java.lang.String stringValue)
                throws java.text.ParseException
Throws:
java.text.ParseException

getRenderer

AtomicRenderer getRenderer()

getEditor

AtomicEditor getEditor()