facets.core.app.avatar
Class AvatarViewWorks
java.lang.Object
facets.util.Tracer
facets.util.StatefulCore
facets.core.superficial.app.SelectionView
facets.core.app.avatar.AvatarViewWorks
- All Implemented Interfaces:
- AvatarView, SView, Stateful, Titled, java.io.Serializable
- Direct Known Subclasses:
- PlaneViewWorks
public abstract class AvatarViewWorks
- extends SelectionView
- implements AvatarView
SelectionView
that (partially) implements AvatarView
.
Major policy methods delegate to the AvatarPolicies
passed to
the constructor.
- See Also:
- Serialized Form
Fields inherited from interface facets.core.superficial.app.SView |
NO_VIEW |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface facets.core.superficial.app.SView |
isLive |
Methods inherited from interface facets.util.Titled |
title |
avatars
protected final AvatarPolicies avatars
AvatarViewWorks
public AvatarViewWorks(java.lang.String title,
AvatarPolicies avatars)
avatars
public final AvatarPolicies avatars()
- Specified by:
avatars
in interface AvatarView
allowMultipleSelection
public boolean allowMultipleSelection()
- Implements interface method.
Returns false
.
- Specified by:
allowMultipleSelection
in interface SView
- Overrides:
allowMultipleSelection
in class SelectionView
doesDnD
public boolean doesDnD()
- Implements interface method.
Returns false
.
- Specified by:
doesDnD
in interface AvatarView