|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.plugins.dnd.viewer.builder.AbstractFieldSpecification
public abstract class AbstractFieldSpecification
| Constructor Summary | |
|---|---|
AbstractFieldSpecification()
|
|
| Method Summary | |
|---|---|
boolean |
canDisplay(Content content,
ViewRequirement requirement)
Determines if the view created to this specification can display the specified type. |
boolean |
isAligned()
Return true if the generated views are to have their sizes adjusted so they are consistent with surrounding views. |
boolean |
isOpen()
Indicates whether views to this specification are open - displaying the attributes of the content object - or are closed - display only the title of the content object. |
boolean |
isReplaceable()
Indicates whether this view can be replaced with another view (for the same value or reference). |
boolean |
isResizeable()
Indicates if this view can handled being resized. |
boolean |
isSubView()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nakedobjects.plugins.dnd.ViewSpecification |
|---|
createView, getName |
| Constructor Detail |
|---|
public AbstractFieldSpecification()
| Method Detail |
|---|
public boolean canDisplay(Content content,
ViewRequirement requirement)
ViewSpecification
canDisplay in interface ViewSpecificationpublic boolean isOpen()
ViewSpecification
isOpen in interface ViewSpecificationpublic boolean isReplaceable()
ViewSpecification
isReplaceable in interface ViewSpecificationpublic boolean isSubView()
isSubView in interface ViewSpecificationpublic boolean isAligned()
ViewSpecification
isAligned in interface ViewSpecificationpublic boolean isResizeable()
ViewSpecification
isResizeable in interface ViewSpecification
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||