Class _FieldGroup

    • Method Detail

      • getGraphQlTypeName

        public String getGraphQlTypeName()
      • getUri

        public String getUri()
        The URI of the field group or null for the default group.
      • getLabel

        public String getLabel()
        A display label for the field group or null for the default group.
      • getOrder

        public Double getOrder()
        A number representing the relative ordering of this group compared to others. Defaults to 0.
      • getFields

        public List<_FieldShape> getFields()
        The fields of the group.
      • getIsClosed

        public Boolean getIsClosed()
        True if this property group has been marked to be closed, using tosh:closed=true.
      • getHasViewGadget

        public Boolean getHasViewGadget()
        True if this property group declares a tosh:viewGadget. This feature should not be used outside of internal TopQuadrant projects.
      • getViewGadget

        public String getViewGadget()
        The URI of the specified tosh:viewGadget, or null. This feature should not be used outside of internal TopQuadrant projects.
      • getViewGroupDescription

        public String getViewGroupDescription()
        The description that shall appear under the group's label, or null.
      • setViewGroupDescription

        public _FieldGroup setViewGroupDescription​(String arg)