Skip to content

Replace TextField by TextArea for PV list Name edition in app-alarm-ui and core-ui #2090

Closed
@katysaintin

Description

@katysaintin

It will be more convenient to use a TextArea instead of TextField for listing the PV name to add in Alarm Service

Code to change :

  • app-alarm-ui org.phoebus.applications.alarm.ui.tree.AddComponentAction.java
    Line 45 replace private final TextField name = new TextField(); by private TextArea name = new TextArea();
  • core-ui : org.phoebus.ui.autocomplete.AutocompleteMenu.java
    Line 113 replace TextField by TextInputControl (TextInputControl is the mother-class of TextField and TextArea)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions