Class StringInputComponent
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.StringInputComponent
- All Implemented Interfaces:
GuiComponent,com.ptc.netmarkets.util.misc.NmFormatable,Serializable
A composite GUI component to input a string value. This component will be usually created as either a TextBox or a
TextArea. If the component is supplied with a list of options, then this will be created as a ComboBox or a
RadioButtonGroup.
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
ConstructorsConstructorDescriptionStringInputComponent(String label, int maxStrLength, boolean mLine) Create an instance if StringInputComponent
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
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
-
StringInputComponent
Create an instance if StringInputComponent
Supported API: true
-