Interface RenderingInfo
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
RenderingInfoImpl
public interface RenderingInfo extends Serializable
- Since:
- 5.5
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RenderingInfo.LEVEL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RenderingInfo
clone()
Returns a clone instance of this widget definition.String
getLevel()
String
getMessage()
boolean
isTranslated()
-
-
-
Method Detail
-
getLevel
String getLevel()
-
getMessage
String getMessage()
-
isTranslated
boolean isTranslated()
-
clone
RenderingInfo clone()
Returns a clone instance of this widget definition.Useful for conversion of widget definition during export.
-
-