Class GUIComponentArray
java.lang.Object
com.ptc.core.components.rendering.AbstractGuiComponent
com.ptc.core.components.rendering.guicomponents.GUIComponentArray
- All Implemented Interfaces:
GuiComponent,com.ptc.core.components.rendering.guicomponents.PrintableComponent,com.ptc.netmarkets.util.misc.NmFormatable,Serializable
public class GUIComponentArray
extends AbstractGuiComponent
implements com.ptc.core.components.rendering.guicomponents.PrintableComponent
GUIComponentArray allows for the rendering of a group of components.
Supported API: true
Supported API: true
- See Also:
-
Field Summary
Fields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGUIComponent accepts GuiComponents, adding them to the ArrayList
Supported API: truevoidsetDelimiter(GuiComponentUtil.Delimiter delimiter) Set the delimiter to be used in seperating the components.Methods inherited from class com.ptc.core.components.rendering.AbstractGuiComponent
_isValueNull, addHiddenField, addOnChangeListenerForDriverAttribute, addStyleClass, draw, getCollationKey, getColumnName, getDivClass, getFilterInternalValue, getHiddenClass, getHiddenFields, getId, getInternalValueString, getLabel, getLocale, getName, getRenderer, getRequiredStyle, getStyleClasses, getStyleClassList, isComponentHidden, isDriverAttribute, isEnabled, isHiddenId, isMultiValued, isReadOnly, isRenderLabel, isRenderLabelOnRight, isRenderWhileHidden, isValueHidden, removeStyleClass, setCollationKey, setColumnName, setComponentHidden, setDivClass, setEnabled, setFilterInternalValue, setHiddenId, setHiddenIdClass, setId, setLabel, setMultiValued, setName, setReadOnly, setRenderer, setRenderLabel, setRenderLabelOnRight, setRenderWhileHidden, setValueHidden, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.ptc.core.components.rendering.GuiComponent
addHiddenField, draw, getHiddenFields
-
Constructor Details
-
GUIComponentArray
public GUIComponentArray()No Value Constructor
Supported API: true
-
-
Method Details
-
addGUIComponent
addGUIComponent accepts GuiComponents, adding them to the ArrayList
Supported API: true- Parameters:
gui- The gui component to be added in arrayList
-
setDelimiter
Set the delimiter to be used in seperating the components.
Supported API: true- Parameters:
delimiter- The specific desired delimiter to be used.
-