Class AbstractMappingPanel

    • Field Detail

      • ITEM_COMPARATOR

        protected static final Comparator<Item> ITEM_COMPARATOR
      • connObjectKeyLabel

        protected final Label connObjectKeyLabel
      • passwordLabel

        protected final Label passwordLabel
      • purposeLabel

        protected final Label purposeLabel
      • intAttrNameInfo

        protected final Label intAttrNameInfo
      • addMappingBtn

        protected final AjaxButton addMappingBtn
        Add mapping button.
      • mappings

        protected final ListView<Item> mappings
        All mappings.
      • mappingContainer

        protected final WebMarkupContainer mappingContainer
        Mapping container.
    • Method Detail

      • hidePassword

        protected boolean hidePassword()
      • hidePurpose

        protected boolean hidePurpose()
      • hideMandatory

        protected boolean hideMandatory()
      • hideConnObjectKey

        protected boolean hideConnObjectKey()
      • setAttrNames

        protected abstract void setAttrNames​(AjaxTextFieldPanel toBeUpdated)
        Set attribute names for a drop down choice list.
        Parameters:
        toBeUpdated - drop down choice to be updated.
      • setConnObjectKey

        protected void setConnObjectKey​(AjaxCheckBoxPanel connObjectKey,
                                        AjaxCheckBoxPanel password)
        Enable/Disable connObjectKey checkbox.
        Parameters:
        connObjectKey - connObjectKey checkbox.
        password - password checkbox.