public class EditAttributeWidgetFactory extends Object
Constructor and Description |
---|
EditAttributeWidgetFactory(boolean isReadOnly) |
Modifier and Type | Method and Description |
---|---|
org.uberfire.ext.widgets.common.client.common.DatePicker |
datePicker(org.drools.workbench.models.datamodel.rule.RuleAttribute ruleAttribute,
boolean allowEmptyValues) |
protected void |
initDatePickerByRuleAttribute(org.uberfire.ext.widgets.common.client.common.DatePicker datePicker,
org.drools.workbench.models.datamodel.rule.RuleAttribute ruleAttribute) |
protected void |
initTextBoxByRuleAttribute(org.gwtbootstrap3.client.ui.TextBox textBox,
org.drools.workbench.models.datamodel.rule.RuleAttribute ruleAttribute) |
org.gwtbootstrap3.client.ui.TextBox |
textBox(org.drools.workbench.models.datamodel.rule.RuleAttribute ruleAttribute,
String dataType) |
public org.gwtbootstrap3.client.ui.TextBox textBox(org.drools.workbench.models.datamodel.rule.RuleAttribute ruleAttribute, String dataType)
public org.uberfire.ext.widgets.common.client.common.DatePicker datePicker(org.drools.workbench.models.datamodel.rule.RuleAttribute ruleAttribute, boolean allowEmptyValues)
protected void initTextBoxByRuleAttribute(org.gwtbootstrap3.client.ui.TextBox textBox, org.drools.workbench.models.datamodel.rule.RuleAttribute ruleAttribute)
protected void initDatePickerByRuleAttribute(org.uberfire.ext.widgets.common.client.common.DatePicker datePicker, org.drools.workbench.models.datamodel.rule.RuleAttribute ruleAttribute)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.