org.nakedobjects.plugins.dnd
Interface FieldContent

All Superinterfaces:
Content
All Known Subinterfaces:
OneToManyField, OneToManyFieldElement, OneToOneField, TextParseableField
All Known Implementing Classes:
OneToManyFieldElementImpl, OneToManyFieldImpl, OneToOneFieldImpl, TextParseableFieldImpl

public interface FieldContent
extends Content


Method Summary
 NakedObjectAssociation getField()
           
 java.lang.String getFieldName()
           
 NakedObject getParent()
           
 Consent isEditable()
           
 boolean isMandatory()
           
 
Methods inherited from interface org.nakedobjects.plugins.dnd.Content
canDrop, contentMenuOptions, debugDetails, drop, getDescription, getHelp, getIconName, getIconPicture, getId, getNaked, getOptions, getSpecification, isCollection, isObject, isOptionEnabled, isPersistable, isTextParseable, isTransient, parseTextEntry, title, viewMenuOptions, windowTitle
 

Method Detail

getFieldName

java.lang.String getFieldName()

getField

NakedObjectAssociation getField()

isMandatory

boolean isMandatory()

isEditable

Consent isEditable()

getParent

NakedObject getParent()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.