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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
level
-
message
-
translated
protected boolean translated
-
-
Constructor Details
-
RenderingInfoImpl
-
-
Method Details
-
getLevel
- Specified by:
getLevelin interfaceRenderingInfo
-
getMessage
- Specified by:
getMessagein interfaceRenderingInfo
-
isTranslated
public boolean isTranslated()- Specified by:
isTranslatedin interfaceRenderingInfo
-
clone
Description copied from interface:RenderingInfoReturns a clone instance of this widget definition.Useful for conversion of widget definition during export.
- Specified by:
clonein interfaceRenderingInfo- Overrides:
clonein classObject
-
equals
-