Class AC.pss.EmptyRenderer
The empty/root renderer. This is the object that is responsible for rendering a component.
Defined in: PssUtility.js.
Constructor Attributes | Constructor Name and Description |
---|---|
AC.pss.EmptyRenderer(componentConfiguration)
Default constructor.
|
Method Attributes | Method Name and Description |
---|---|
Gets the component configuration.
|
|
onSend()
Handles user's 'send' action.
|
Class Detail
AC.pss.EmptyRenderer(componentConfiguration)
Default constructor.
- Parameters:
- componentConfiguration
- the component configuration
Method Detail
getComponentConfiguration()
Gets the component configuration.
- Returns:
- the component configuration.
onSend()
Handles user's 'send' action.
- Returns:
- void