Interface AttributeFormsEditorBean

    • Method Detail

      • getAttFormsVector

        java.util.Vector getAttFormsVector()
        Returns a Vector with the list of attribute forms for the selected attribute
      • getAttributeList

        java.util.ArrayList getAttributeList()
        Returns an ArrayList the list of Attributes
      • setAttributeId

        void setAttributeId​(java.lang.String attributeId)
        Sets the ID of the Attribute to select on the Attribute Forms Editor.
        Parameters:
        attributeId - String with the corresponding ID.
      • getAttributeId

        java.lang.String getAttributeId()
        Returns The ID of the Attribute to select on the Attribute Forms Editor
      • setShowAttributeList

        void setShowAttributeList​(boolean showAttributeList)
        Whether to display the list of attributes on the Attribute Forms Editor
        Parameters:
        showAttributeList - true if the list of attributes should be displayed.
      • getShowAttributeList

        boolean getShowAttributeList()
        Whether to display the list of attributes on the Attribute Forms Editor
        Returns:
        boolean true if the list of attributes should be displayed.
      • reset

        void reset()
        Initializes the bean by clearing the selected Attribute as well as the list of Attribute Forms
      • getAttribute

        WebAttribute getAttribute()
        Returns the attribute contained in the bean, which was initialized with the attributeId property.
        Returns:
        A WebAttribute contained in the bean.
      • getAttributeForms

        WebAttributeForms getAttributeForms()
        Returns the WebAttributeForms for the currently selected Attribute
        Returns:
        WebAttributeForms the available attribute forms for the selected attribute.