Package com.ptc.mvc.components
Class AbstractComponentConfigBuilder
java.lang.Object
com.ptc.mvc.components.AbstractComponentConfigBuilder
- All Implemented Interfaces:
ComponentConfigBuilder,com.ptc.mvc.components.ComponentConfigFactoryAware
- Direct Known Subclasses:
AbstractComponentBuilder,BusinessRulesResultsStep,FolderTableBuilder
public abstract class AbstractComponentConfigBuilder
extends Object
implements ComponentConfigBuilder, com.ptc.mvc.components.ComponentConfigFactoryAware
Base class for components that define their configs.
If your component must support configurable table views, consider extending from AbstractConfigurableTableBuilder
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionReturns ComponentConfigFactory
Supported API: trueprotected final ClientMessageSourcegetMessageSource(String resourceBundle) Get a ClientMessageSource that can create localized messages for a given resource bundle
Supported API: trueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ptc.mvc.components.ComponentConfigBuilder
buildComponentConfig
-
Method Details
-
getComponentConfigFactory
Returns ComponentConfigFactory
Supported API: true- Returns:
-
getMessageSource
Get a ClientMessageSource that can create localized messages for a given resource bundle
Supported API: true- Parameters:
resourceBundle- The bundle to get messages from- Returns:
- ClientMessageSource
-