WOSwitchComponent
Last modified by Pascal Robert on 2012/01/30 22:37
Introduction
WOSwitchComponent provides a way to determine at runtime which nested component should be displayed. This component is useful when you want to decide how to display information based on the state of the application.
Usage
WOSwitchComponent {
WOComponentName=aComponentName;
...
}
Bindings
WOComponentName | Name of the component to display. This attribute can be a string or a method that returns the name. |