| test.check.command.ConfigurationCommand
ConfigurationCommand | public interface ConfigurationCommand (Code) | | Base interface for configuring a single control.
author: Kirill Grouchnikov< Parameters: T - >Specifies the control class. |
Method Summary | |
public void | configure(T control) Configures the specified control. |
configure | public void configure(T control)(Code) | | Configures the specified control.
Parameters: control - Control to configure. |
|
|