Class PageRenderResponse.Editable

  • Enclosing class:
    PageRenderResponse

    public static class PageRenderResponse.Editable
    extends Object
    Class for instances of editables
    • Field Detail

      • element

        protected String element
        ID of the DOM element of the editable
      • partname

        protected String partname
        Partname
      • readonly

        protected boolean readonly
        Readonly
    • Constructor Detail

      • Editable

        public Editable()
        Empty constructor
      • Editable

        public Editable​(String element,
                        String partname,
                        boolean readonly)
        Create an instance for an editable
        Parameters:
        element - id of the DOM element of the editable
        partname - partname
        readonly - true if the editable is readonly
    • Method Detail

      • getElement

        public String getElement()
        Returns:
        the element id
      • setElement

        public void setElement​(String element)
        Parameters:
        element - the element id to set
      • getPartname

        public String getPartname()
        Returns:
        the partname
      • setPartname

        public void setPartname​(String partname)
        Parameters:
        partname - the partname to set
      • isReadonly

        public boolean isReadonly()
        Returns:
        the readonly
      • setReadonly

        public void setReadonly​(boolean readonly)
        Parameters:
        readonly - the readonly to set