Class OutputECS

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Arrangeable, Badgeable, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable

@Component public class OutputECS extends Output
This class extends OutputECS and serves to put in output an ECS element (see interface Element or its html implementations like H1 for example).
The element to show in output is taken from the values passed, and the key is the name of the OutputECS element. If the value is an ECS element, it will be shown correctly. If it is null, it will be shown a StringElement with the translate message: "-indefinite-". If it is an other element, it will be shown the StringElement of the "toString()" of the value.
See Also:
GCApi:
component
  • Field Details

    • _msgIndefinito

      protected String _msgIndefinito
  • Constructor Details

    • OutputECS

      public OutputECS()
  • Method Details