Class RenderingInfoImpl
java.lang.Object
org.nuxeo.ecm.platform.forms.layout.api.impl.RenderingInfoImpl
- All Implemented Interfaces:
Serializable
,RenderingInfo
- Since:
- 5.5
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.nuxeo.ecm.platform.forms.layout.api.RenderingInfo
RenderingInfo.LEVEL
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
level
-
message
-
translated
protected boolean translated
-
-
Constructor Details
-
RenderingInfoImpl
-
-
Method Details
-
getLevel
- Specified by:
getLevel
in interfaceRenderingInfo
-
getMessage
- Specified by:
getMessage
in interfaceRenderingInfo
-
isTranslated
public boolean isTranslated()- Specified by:
isTranslated
in interfaceRenderingInfo
-
clone
Description copied from interface:RenderingInfo
Returns a clone instance of this widget definition.Useful for conversion of widget definition during export.
- Specified by:
clone
in interfaceRenderingInfo
- Overrides:
clone
in classObject
-
equals
-