Class AttributeGuiComponent

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

public abstract class AttributeGuiComponent extends AbstractGuiComponent
Abstract super-class for all GUI components that represent an attribute. Subclasses that represent an attribute in a specific mode(input, view, etc) can extend this class.
Supported API: true

See Also: