Class RepTextContext


  • @OpenApiAll
    public class RepTextContext
    extends java.lang.Object
    Context for building elements representation text.
    • Constructor Summary

      Constructors 
      Constructor Description
      RepTextContext()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T getProperty​(java.lang.String property)  
      void removeProperty​(java.lang.String property)  
      void setProperty​(java.lang.String property, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RepTextContext

        public RepTextContext()
    • Method Detail

      • setProperty

        public void setProperty​(java.lang.String property,
                                java.lang.Object value)
      • removeProperty

        public void removeProperty​(java.lang.String property)
      • getProperty

        @CheckForNull
        public <T> T getProperty​(java.lang.String property)