Interface FieldItemView

    • Method Detail

      • getFactName

        String getFactName()
      • getFieldName

        String getFieldName()
      • getClassName

        String getClassName()
      • getClassTypeName

        String getClassTypeName()
      • onFieldElementSelected

        void onFieldElementSelected()
        It manages the fieldElement when is automatically selected.
      • setFieldData

        void setFieldData​(List<String> fullPath,
                          String factName,
                          String fieldName,
                          String className,
                          String classTypeName)
        Parameters:
        fullPath - The parent path (empty if the properties belongs to a top-level element)
        factName -
        fieldName -
        className -
        classTypeName -
      • getLIElement

        com.google.gwt.dom.client.LIElement getLIElement()
      • showCheck

        void showCheck​(boolean show)
      • isCheckShown

        boolean isCheckShown()
      • unselect

        void unselect()
      • hide

        void hide()
      • show

        void show()