@Templated(value="ActivityDataIOEditorWidget.html#assignment") public class AssignmentListItemWidget extends com.google.gwt.user.client.ui.Composite implements org.jboss.errai.ui.client.widget.HasModel<AssignmentRow>
AssignmentRows.
The Name field of AssignmentRow is Bound, but other fields are not bound because
they use a combination of ListBox and TextBox to implement a drop-down combo
to hold the values.| Modifier and Type | Field and Description |
|---|---|
static String |
CONSTANT_PROMPT |
static String |
CUSTOM_PROMPT |
static String |
EDIT_PREFIX |
static String |
EDIT_SUFFIX |
static String |
ENTER_CONSTANT_PROMPT |
static String |
ENTER_TYPE_PROMPT |
| Constructor and Description |
|---|
AssignmentListItemWidget() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addValueToListBoxValues(com.github.gwtbootstrap.client.ui.ValueListBox<String> listBox,
String newValue,
String oldValue,
boolean bQuoteStringValues) |
protected String |
getCurrentTextValue(com.github.gwtbootstrap.client.ui.TextBox textBox) |
protected org.jbpm.designer.client.popup.ActivityDataIOEditor.ListBoxValues |
getListBoxValues(com.github.gwtbootstrap.client.ui.ValueListBox<String> listBox) |
AssignmentRow |
getModel() |
protected String |
getModelValue(com.github.gwtbootstrap.client.ui.ValueListBox<String> listBox) |
void |
handleDeleteButton(com.google.gwt.event.dom.client.ClickEvent e) |
protected void |
setCurrentTextValue(com.github.gwtbootstrap.client.ui.TextBox textBox,
String value) |
void |
setDataTypes(org.jbpm.designer.client.popup.ActivityDataIOEditor.ListBoxValues dataTypeListBoxValues) |
void |
setModel(AssignmentRow model) |
protected void |
setModelValue(com.github.gwtbootstrap.client.ui.TextBox textBox,
String value) |
protected void |
setModelValue(com.github.gwtbootstrap.client.ui.ValueListBox<String> listBox,
String value) |
void |
setParentWidget(ActivityDataIOEditorWidget parentWidget) |
void |
setProcessVariables(org.jbpm.designer.client.popup.ActivityDataIOEditor.ListBoxValues processVarListBoxValues) |
protected void |
updateListBoxValues(com.github.gwtbootstrap.client.ui.ValueListBox<String> listBox) |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringpublic static final String EDIT_PREFIX
public static final String EDIT_SUFFIX
public static final String CUSTOM_PROMPT
public static final String ENTER_TYPE_PROMPT
public static final String CONSTANT_PROMPT
public static final String ENTER_CONSTANT_PROMPT
public void setParentWidget(ActivityDataIOEditorWidget parentWidget)
protected void updateListBoxValues(com.github.gwtbootstrap.client.ui.ValueListBox<String> listBox)
protected String getCurrentTextValue(com.github.gwtbootstrap.client.ui.TextBox textBox)
protected void setCurrentTextValue(com.github.gwtbootstrap.client.ui.TextBox textBox,
String value)
protected org.jbpm.designer.client.popup.ActivityDataIOEditor.ListBoxValues getListBoxValues(com.github.gwtbootstrap.client.ui.ValueListBox<String> listBox)
protected void addValueToListBoxValues(com.github.gwtbootstrap.client.ui.ValueListBox<String> listBox, String newValue, String oldValue, boolean bQuoteStringValues)
protected void setModelValue(com.github.gwtbootstrap.client.ui.TextBox textBox,
String value)
protected void setModelValue(com.github.gwtbootstrap.client.ui.ValueListBox<String> listBox, String value)
protected String getModelValue(com.github.gwtbootstrap.client.ui.ValueListBox<String> listBox)
public AssignmentRow getModel()
getModel in interface org.jboss.errai.ui.client.widget.HasModel<AssignmentRow>public void setModel(AssignmentRow model)
setModel in interface org.jboss.errai.ui.client.widget.HasModel<AssignmentRow>public void setDataTypes(org.jbpm.designer.client.popup.ActivityDataIOEditor.ListBoxValues dataTypeListBoxValues)
public void setProcessVariables(org.jbpm.designer.client.popup.ActivityDataIOEditor.ListBoxValues processVarListBoxValues)
@EventHandler(value="deleteButton") public void handleDeleteButton(com.google.gwt.event.dom.client.ClickEvent e)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.