Package io.jmix.ui.component
Interface Facet
- All Known Subinterfaces:
ClipboardTrigger,DataLoadCoordinator,DynAttrFacet,EditorScreenFacet<E,,S> InputDialogFacet,LookupScreenFacet<E,,S> MessageDialogFacet,NotificationFacet,OptionDialogFacet,PresentationsFacet,ScreenFacet<S>,ScreenSettingsFacet,Timer
- All Known Implementing Classes:
AbstractEntityAwareScreenFacet,AbstractFacet,AbstractScreenFacet,ClipboardTriggerImpl,DataLoadCoordinatorImpl,DynAttrFacetImpl,EditorScreenFacetImpl,InputDialogFacetImpl,LookupScreenFacetImpl,MessageDialogFacetImpl,NotificationFacetImpl,OptionDialogFacetImpl,PresentationsFacetImpl,ScreenFacetImpl,ScreenSettingsFacetImpl,TimerImpl
public interface Facet
Non-visual component of a
Screen or ScreenFragment.-
Method Summary
-
Method Details
-
setId
Sets facet ID.- Parameters:
id- id
-
getId
- Returns:
- ID as defined in
idattribute
-
setOwner
- Parameters:
owner- owner frame
-
getOwner
- Returns:
- owner frame
-