com.gwtext.client.widgets
Interface DefaultsHandler
public interface DefaultsHandler
Interface that is used by Container.setDefaults(DefaultsHandler)
. Users
can pass in thier own implmentation of this interface where thier settings will apply to each component that is
adde to the container.
Method Summary |
void |
apply(Component component)
Apply default settings to components added to the container. |
apply
void apply(Component component)
- Apply default settings to components added to the container.
- Parameters:
component
- the component being added