Class RowMessageElement

java.lang.Object
overit.geocall.ecs.ComposedElement
overit.geocall.basic.ui.control.RowMessageElement
All Implemented Interfaces:
org.apache.ecs.Element, org.apache.ecs.ElementRegistry

public class RowMessageElement extends ComposedElement
This class, that extends ComposedElement, is the one that defines the drawing logic of every RowMessage
  • Field Details

    • _icon

      protected Icon _icon
    • _roicon

      protected String _roicon
    • _menu

      protected String _menu
    • _label

      protected String _label
    • _ro

      protected boolean _ro
    • _disabled

      protected boolean _disabled
    • _name

      protected String _name
    • _destination

      protected String _destination
    • _param

      protected String _param
    • _msg

      protected String _msg
    • _prompt

      protected String _prompt
    • _anchor

      protected String _anchor
  • Constructor Details

    • RowMessageElement

      public RowMessageElement()
  • Method Details

    • set

      public void set(Icon icon, String menu, String label, boolean disabled, boolean ro, String name, String destination, String param, String msg, String prompt, String anchor)
      Sets the parameters used to defines the specific RowMessageElement
      Parameters:
      icon - An Icon
      menu - String representing the menu
      label - String representing the label
      disabled - Boolean indicating if is disabled or not
      ro - Boolean indicating if is read-only or not
      name - String representing the name
      destination - String representing the destination
      param - String representing the parameters
      msg - String representing the message
      prompt - String representing the prompt
      anchor - String representing the anchor
    • compose

      public void compose()
      Specified by:
      compose in class ComposedElement
    • nn

      protected String nn(String s)