Interface ListGroupItemView

    • Method Detail

      • setToExpand

        void setToExpand​(boolean toExpand)
      • isToExpand

        boolean isToExpand()
      • showCheck

        void showCheck​(boolean show)
      • isCheckShown

        boolean isCheckShown()
      • setFactName

        void setFactName​(String factName)
      • setParentPath

        void setParentPath​(List<String> parentPath)
        Parameters:
        parentPath - the parent' path
      • setFactNameAndType

        void setFactNameAndType​(String factName,
                                String factType)
        Parameters:
        factName - the property' name
        factType - the property' type
      • getFactName

        String getFactName()
      • getFactType

        String getFactType()
      • addFactField

        void addFactField​(com.google.gwt.dom.client.LIElement fieldElement)
      • addExpandableFactField

        void addExpandableFactField​(com.google.gwt.dom.client.DivElement fieldElement)
        This add and a complex (i.e. expandable) property, i.e. a class containing other properties
        Parameters:
        fieldElement -
      • getListGroupExpansion

        com.google.gwt.dom.client.DivElement getListGroupExpansion()
      • getListGroupItem

        com.google.gwt.dom.client.DivElement getListGroupItem()
      • closeRow

        void closeRow()
      • expandRow

        void expandRow()
      • getActualClassName

        String getActualClassName()
      • unselect

        void unselect()
      • isShown

        boolean isShown()
      • setInstanceAssigned

        void setInstanceAssigned​(boolean assigned)
      • isInstanceAssigned

        boolean isInstanceAssigned()