Package io.jmix.flowui.impl
Class FacetsImpl.FacetInfo
java.lang.Object
io.jmix.flowui.impl.FacetsImpl.FacetInfo
- Enclosing class:
- FacetsImpl
POJO class to store information about replaced facets.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFacetInfo(Class<? extends Facet> original, FacetsImpl.FacetInfo replacedFacet) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetReplacement(FacetsImpl.FacetInfo replacement) Sets the facet that should be created for theoriginal.toString()
-
Field Details
-
original
-
replacedFacet
-
replacement
-
-
Constructor Details
-
FacetInfo
-
-
Method Details
-
getOriginal
- Returns:
- the
originalfacet
-
getReplacedFacet
- Returns:
- the facet that should be replaced by
originalornullif not set
-
getReplacement
- Returns:
- the facet that should be created for the
originalornullif not set
-
setReplacement
Sets the facet that should be created for theoriginal.- Parameters:
replacement- replacement
-
equals
-
hashCode
public int hashCode() -
toString
-