facets.core.app
Interface MountFacet
- All Superinterfaces:
- SFacet, SRetargetable, STarget.Targeted
public interface MountFacet
- extends SFacet, STarget.Targeted
Contains other facets.
A MountFacet
manages a widget containing the widgets
of other SFacet
s; it is thus not
strictly a true facet, as it does not expose a target.
Method Summary |
void |
setFacets(SFacet... facets)
Set the facets whose widgets will be contained by the container
widget managed by this MountFacet . |
setFacets
void setFacets(SFacet... facets)
- Set the facets whose widgets will be contained by the container
widget managed by this
MountFacet
.