Class TooltipAndTargetPanel

    • Constructor Detail

      • TooltipAndTargetPanel

        public TooltipAndTargetPanel()
        Create default panel with "Tooltip" combo box and "Panel" formula editor for drill down forms.
    • Method Detail

      • layoutComponents

        public void layoutComponents()
        Layout all inner components.
      • getTargetComboBox

        public JComboBox getTargetComboBox()
        Get combo box for "Target" value.
        Returns:
        combo box for "Target" value
      • getTooltipPanel

        public FormulaEditorPanel getTooltipPanel()
        Get editor for "Target" formula.
        Returns:
        created editor
      • hideContent

        public void hideContent()
        Hide content in the case if DrillDownModel.isLimitedEditor() is true.