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
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
Supported API: true
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ptc.core.components.rendering.guicomponents.AttributeInputComponent
AttributeInputComponent.FormParameterKeys, AttributeInputComponent.InputMode -
Field Summary
Fields inherited from class com.ptc.core.components.rendering.guicomponents.AttributeInputComponent
applyPrePopulate, defaultValueMode, isDefaultState, isNewStateFields inherited from class com.ptc.core.components.rendering.guicomponents.AttributeGuiComponent
rawValueFields inherited from class com.ptc.core.components.rendering.AbstractGuiComponent
componentHidden, divClass, enabled, locale, multiValued, readOnly, renderer, renderWhileHidden, required, valueHiddenFields inherited from interface com.ptc.core.components.rendering.GuiComponent
NBSPFields inherited from interface com.ptc.netmarkets.util.misc.NmFormatable
DIV_CLASS, RENDER_WHILE_HIDDEN, STYLE_CLASSES -
Constructor Summary
ConstructorsConstructorDescriptionCreate an instance of UrlInputComponent
Supported API: trueUrlInputComponent(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 -
Method Summary
Methods inherited from class com.ptc.core.components.rendering.guicomponents.AttributeInputComponent
convertFirstCharToUpperCase, createComboBoxForDiscreteSets, createComboBoxForDiscreteSets, createComboBoxForDiscreteSets, createRadioButtonsForDiscreteSets, createRadioButtonsForDiscreteSets, createSelectionUI, fixListOfOptions, formatValue, formatValueForTooltip, getDefaultValueMode, getFormProcessorClassName, getInputMode, getLocalizedDisplayString_ForServerGenerated, getLocalizedDisplayStringForServerGenerated, getLocalizedDisplayStringForServerGenerated, getNameForAutogenHiddenField, getNameForPregenHiddenField, getTooltip, isApplyPrePopulate, isDefaultState, isEditable, setApplyPrePopulate, setDefaultState, setDefaultValueMode, setEditable, setIncludeBlankEntryInList, setInputMode, setNewState, setTooltipMethods inherited from class com.ptc.core.components.rendering.guicomponents.AttributeGuiComponent
getInternalValue, getRawValue, isValueNull, setRawValueMethods inherited from class com.ptc.core.components.rendering.AbstractGuiComponent
_isValueNull, addHiddenField, addOnChangeListenerForDriverAttribute, addStyleClass, getCollationKey, getColumnName, getDivClass, getFilterInternalValue, getHiddenClass, getHiddenFields, getId, getInternalValueString, getLabel, getLocale, getName, getRenderer, getRequiredStyle, getStyleClasses, getStyleClassList, isComponentHidden, isDriverAttribute, isEnabled, isHiddenId, isMultiValued, isReadOnly, isRenderLabel, isRenderLabelOnRight, isRenderWhileHidden, isRequired, isValueHidden, removeStyleClass, setCollationKey, setColumnName, setComponentHidden, setDivClass, setEnabled, setFilterInternalValue, setHiddenId, setHiddenIdClass, setId, setLabel, setLocale, setMultiValued, setName, setReadOnly, setRenderer, setRenderLabel, setRenderLabelOnRight, setRenderWhileHidden, setRequired, setValueHidden, toString
-
Constructor Details
-
UrlInputComponent
public UrlInputComponent()Create an instance of UrlInputComponent
Supported API: true -
UrlInputComponent
Create an instance of UrlInputComponent, setting label, maximum length and whether multi line or not field values
Supported API: true
-