List of usage examples for com.google.gwt.cell.client EditTextCell subclass-usage
From source file org.drools.guvnor.client.widgets.CustomEditTextCell.java
public class CustomEditTextCell extends EditTextCell { private boolean enabled = true; public CustomEditTextCell() { }
From source file org.drools.workbench.screens.enums.client.editor.EnumEditTextCell.java
public class EnumEditTextCell extends EditTextCell { interface Template extends SafeHtmlTemplates { @Template("<div class=\"{0}\" title=\"{1}\">{2}</div>") SafeHtml cellContent(final String css, final String tooltip, final String value);
From source file org.drools.workbench.screens.guided.scorecard.client.widget.CustomEditTextCell.java
public class CustomEditTextCell extends EditTextCell { private boolean enabled = true; public CustomEditTextCell() { }
From source file org.jboss.ballroom.client.widgets.tables.DefaultEditTextCell.java
/** * @author Heiko Braun * @date 2/28/11 */ public class DefaultEditTextCell extends EditTextCell {
From source file org.kie.guvnor.guided.scorecard.client.widget.CustomEditTextCell.java
public class CustomEditTextCell extends EditTextCell { private boolean enabled = true; public CustomEditTextCell() { }