public class ClientPropertyCommand extends java.lang.Object implements ConfigurationCommand<java.awt.Component>
| Constructor and Description |
|---|
ClientPropertyCommand(java.lang.String propName,
java.lang.Object propValue)
Creates an client property configuration command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(java.awt.Component ab)
Configures the specified control.
|
public ClientPropertyCommand(java.lang.String propName,
java.lang.Object propValue)
propName - Client property name.propValue - Client property value.public void configure(java.awt.Component ab)
ConfigurationCommandconfigure in interface ConfigurationCommand<java.awt.Component>ab - Control to configure.