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
public class StringInputComponent
extends com.ptc.core.components.rendering.guicomponents.AttributeInputComponent
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:
-
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.AbstractGuiComponent
setColumnName, setEnabled, setId, setLabel, setMultiValued, setName
-
Constructor Details
-
StringInputComponent
Create an instance if StringInputComponent
Supported API: true
-