Interface IDtActionBarParameterization

All Superinterfaces:
IParameterization
All Known Subinterfaces:
IChartReferenceParameterization, IColorComponentParameterization, IDataPathComponentParameterization, IDirectorySelectionParameterization, IDtActionBarWithSelectionParameterization, IExtendedTypeDescriptionParameterization, IFileSelectionParameterization, IFontComponentParameterization, INavigatorTreeDialogActionBarParameterization, ISelectionListDialogParameterization, ISelectionParameterization, ISelectionTreeDialogParameterization
All Known Implementing Classes:
AdoptedDataPathComponentParameterization, ChartReferenceParameterization, ColorComponentParameterization, DataPathComponentParameterization, DirectorySelectionParameterization, DtActionBarParameterization, DtActionBarWithSelectionParameterization, ExtendedConfigurationObjectParameteriation, ExtendedTypeDescriptionParameterization, FileSelectionParameterization, FontComponentParameterization, NavigatorTreeDialogActionBarParameterization, SelectionListDialogParameterization, SelectionParameterization, SelectionTreeDialogParameterization

public interface IDtActionBarParameterization extends IParameterization
The IParameterization for action bar component.
  • Field Details

    • SINGLE_LINE_READONLY

      static final IDtActionBarParameterization SINGLE_LINE_READONLY
      The action bar parameterization that corresponds to read only single line field.
    • SINGLE_LINE_LIVE

      static final IDtActionBarParameterization SINGLE_LINE_LIVE
      The action bar parameterization that corresponds to live (on modify) single line field.
    • SINGLE_LINE_LAZY

      static final IDtActionBarParameterization SINGLE_LINE_LAZY
      The action bar parameterization that corresponds to lazy (on focus lost or traverse return) single line field.
    • MULTI_LINE_LIVE

      static final IDtActionBarParameterization MULTI_LINE_LIVE
      The action bar parameterization that corresponds to live (on modify) multi line field.
    • MULTI_LINE_LAZY

      static final IDtActionBarParameterization MULTI_LINE_LAZY
      The action bar parameterization that corresponds to lazy (on focus lost or traverse return) multi line field.
    • MULTI_LINE_READONLY

      static final IDtActionBarParameterization MULTI_LINE_READONLY
      The action bar parameterization for multi line field that is read only.
  • Method Details

    • isReadOnly

      boolean isReadOnly()
      Returns the value indicating the action bar editor is readonly or not.
      Returns:
      true if the action bar editor is readonly, false - otherwise.
    • isPasswordMode

      boolean isPasswordMode()
      Returns whether the text is in password mode.
      Returns:
      whether the text is in password mode
    • getLinesCount

      int getLinesCount()
      Returns the lines count.
      Returns:
      the lines count.
    • getTextLimit

      int getTextLimit()
      Returns the text limit.
      Returns:
      the text limit or '-1' for unlimited text.
    • getHintText

      String getHintText()
      Returns the hint text of the text. Can return null if none hint is set.
      Returns:
      the hint text of the text or null if none hint is set
    • getValueChangeApply

      ValueChangeApply getValueChangeApply()
      Returns apply control value change variant:
      Returns:
      the apply value change variant, cannot be null