All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Identified, Tool, HTMLRenderable

@Component @Configurable public class CardString extends CardField
Base element for CardView string fields. This class provides the foundation for all field types used in CardView components, handling basic properties like name, label, and conditions.
Since:
21.0
See Also:
GCApi:
component
  • Constructor Details

    • CardString

      public CardString()
  • Method Details

    • getDataContext

      public Map<String,Object> getDataContext()
      Gets the current data context
      Overrides:
      getDataContext in class CardField
      Returns:
      The current data container, or null if not set
    • getFormattedValue

      protected String getFormattedValue()
      Implementation of getFormattedValue for CardString. Returns the field value with HTML escaping.
      Specified by:
      getFormattedValue in class CardField
      Returns:
      The formatted value as string