Provides a convenient wrapper for TextFields that adds a clickable trigger button (looks like a combobox by default).
The trigger has no default action, so you mustimplement the trigger click handler by overriding
TriggerField.onTriggerClick(com.gwtext.client.core.EventObject) .
You can create a TriggerField directly, as it renders exactly like a combobox for which you can provide a custom implementation.
True to hide the trigger element and display only the base text field (defaults to false).
Parameters: hideTrigger - true to hide trigger throws: IllegalStateException - this property cannot be changed after the Component has been rendered
A CSS class to apply to the trigger.
Parameters: triggerClass - the trigger CSS class. throws: IllegalStateException - this property cannot be changed after the Component has been rendered
Methods inherited from com.gwtext.client.widgets.form.TextField