Package io.jmix.flowui.facet
Interface Facet
- All Known Subinterfaces:
DataLoadCoordinator,DynAttrFacet,SettingsFacet,Timer,UrlQueryParametersFacet
- All Known Implementing Classes:
AbstractFacet,DataLoadCoordinatorImpl,DynAttrFacetImpl,NoopUrlQueryParametersFacetImpl,SettingsFacetImpl,TimerImpl,UrlQueryParametersFacetImpl
public interface Facet
Non-visual component of a
View.-
Method Summary
-
Method Details
-
getId
Returns the identifier associated with this oject.- Returns:
- the ID if it exists,
nullotherwise.
-
setId
Sets the identifier for this object.- Parameters:
id- the unique identifier to be set
-
getOwner
- Returns:
- a view containing this facet
-
setOwner
Sets a view containing this facet.- Parameters:
owner- a view containing this facet
-