Class UrlInputComponent

java.lang.Object
com.ptc.core.components.rendering.AbstractGuiComponent
com.ptc.core.components.rendering.guicomponents.AttributeGuiComponent
com.ptc.core.components.rendering.guicomponents.AttributeInputComponent
com.ptc.core.components.rendering.guicomponents.UrlInputComponent
All Implemented Interfaces:
GuiComponent, com.ptc.netmarkets.util.misc.NmFormatable, Serializable

public class UrlInputComponent extends com.ptc.core.components.rendering.guicomponents.AttributeInputComponent
A composite GUI component to input the value of a Windchill URL IBA. This consists of either 2 TextBox components (one for the label and the other for the link) or a single ComboBox component/RadioButtonGroup ( for a discrete set)
Supported API: true
See Also:
  • Constructor Details

    • UrlInputComponent

      public UrlInputComponent()
      Create an instance of UrlInputComponent
      Supported API: true
    • UrlInputComponent

      public UrlInputComponent(String label, int maxStrLength, boolean mLine)
      Create an instance of UrlInputComponent, setting label, maximum length and whether multi line or not field values
      Supported API: true