List of usage examples for com.google.gwt.query.client.plugins.widgets WidgetFactory interface-usage
From source file gwtquery.plugins.enhance.client.gwt.ButtonWidgetFactory.java
/** * Factory used to create a {@link Button} widget. A {@link Button} is created * if the element is a <i>button</i>, <i>div></i>, <i>span</i> or <i>a</i> * element (should be extends to other element). */ public class ButtonWidgetFactory implements WidgetFactory<Button> {
From source file gwtquery.plugins.enhance.client.gwt.CheckBoxWidgetFactory.java
/** * * */ public class CheckBoxWidgetFactory implements WidgetFactory<CheckBox> {
From source file gwtquery.plugins.enhance.client.gwt.DateBoxWidgetFactory.java
/** * Factory used to create a {@link DateBox} widget. * * The content of the element has to be empty, a valid date or a valid date-format string. */ public class DateBoxWidgetFactory implements WidgetFactory<DateBox> {
From source file gwtquery.plugins.enhance.client.gwt.DecoratorPanelWidgetFactory.java
public class DecoratorPanelWidgetFactory implements WidgetFactory<DecoratorPanel> { public DecoratorPanelWidgetFactory() { } public DecoratorPanel create(Element e) {
From source file gwtquery.plugins.enhance.client.gwt.DisclosurePanelWidgetFactory.java
public class DisclosurePanelWidgetFactory implements WidgetFactory<DisclosurePanel> { /** * Options used to initialize new {@link Button} * */
From source file gwtquery.plugins.enhance.client.gwt.ListBoxWidgetFactory.java
/** * Factory used to create a {@link ListBox} widget. * */ public class ListBoxWidgetFactory implements WidgetFactory<ListBox> {
From source file gwtquery.plugins.enhance.client.gwt.RadioButtonWidgetFactory.java
/** * * */ public class RadioButtonWidgetFactory implements WidgetFactory<RadioButton> {
From source file gwtquery.plugins.enhance.client.gwt.RichTextWidgetFactory.java
/** * Factory used to create a {@link RichTextArea} widget. * A {@link Button} is created if the element is a <i>textarea</i>, <i>div></i> or <i>span</i>. * The content of the element will be copied to the rich text area. */ public class RichTextWidgetFactory implements WidgetFactory<RichTextArea> {
From source file gwtquery.plugins.enhance.client.gwt.StackPanelWidgetFactory.java
public class StackPanelWidgetFactory implements WidgetFactory<StackPanel> { /** * Options used to initialize new {@link Button} * */
From source file gwtquery.plugins.enhance.client.gwt.SuggestBoxWidgetFactory.java
/** * Factory used to create a {@link SuggestBox} widget. * */ public class SuggestBoxWidgetFactory implements WidgetFactory<SuggestBox> {