Class HTMLGuiComponent

java.lang.Object
com.ptc.core.components.rendering.AbstractGuiComponent
com.ptc.core.components.rendering.guicomponents.HTMLGuiComponent
All Implemented Interfaces:
GuiComponent, com.ptc.netmarkets.util.misc.NmFormatable, Serializable
Direct Known Subclasses:
CheckBox, ComboBox, IconComponent, Label, RadioButton, TextArea, TextBox

public abstract class HTMLGuiComponent extends AbstractGuiComponent
Abstract component for HTML ui components
Supported API: true

Extendable: false
See Also:
  • Method Details

    • addJsAction

      public Object addJsAction(String event, String action)
      Add JS action to an event. If there is already a JS action for the given event this function will replace it
      Supported API: true
      Parameters:
      event - - event to add action to
      action - - js action to add
    • setNameQualifier

      public void setNameQualifier(String nameDifferentiator)
      Sets name qualifier for the component
      Supported API: true
      Parameters:
      nameDifferentiator - name qualifier to be set