public class CubaTokenListLabel
extends com.vaadin.ui.CssLayout
| Modifier and Type | Class and Description |
|---|---|
static interface |
CubaTokenListLabel.ClickListener |
static interface |
CubaTokenListLabel.RemoveTokenListener |
com.vaadin.server.AbstractClientConnector.IncorrectConcurrentAccessHandlercom.vaadin.ui.Layout.AlignmentHandler, com.vaadin.ui.Layout.MarginHandler, com.vaadin.ui.Layout.SpacingHandlercom.vaadin.ui.HasComponents.ComponentAttachDetachNotifier, com.vaadin.ui.HasComponents.ComponentAttachEvent, com.vaadin.ui.HasComponents.ComponentAttachListener, com.vaadin.ui.HasComponents.ComponentDetachEvent, com.vaadin.ui.HasComponents.ComponentDetachListenercom.vaadin.ui.Component.ErrorEvent, com.vaadin.ui.Component.Event, com.vaadin.ui.Component.Focusable, com.vaadin.ui.Component.HasContextHelp, com.vaadin.ui.Component.Listenercom.vaadin.server.ClientConnector.AttachEvent, com.vaadin.server.ClientConnector.AttachListener, com.vaadin.server.ClientConnector.ConnectorErrorEvent, com.vaadin.server.ClientConnector.DetachEvent, com.vaadin.server.ClientConnector.DetachListener| Modifier and Type | Field and Description |
|---|---|
protected CubaTokenListLabel.ClickListener |
clickListener |
protected static java.lang.String |
LABEL_STYLENAME |
protected java.util.List<CubaTokenListLabel.RemoveTokenListener> |
listeners |
protected com.haulmont.cuba.web.widgets.client.tokenlistlabel.CubaTokenListLabelServerRpc |
rpc |
| Constructor and Description |
|---|
CubaTokenListLabel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(CubaTokenListLabel.RemoveTokenListener listener) |
protected com.haulmont.cuba.web.widgets.client.tokenlistlabel.CubaTokenListLabelState |
getState() |
protected com.haulmont.cuba.web.widgets.client.tokenlistlabel.CubaTokenListLabelState |
getState(boolean markAsDirty) |
java.lang.String |
getText() |
boolean |
isEditable() |
void |
removeListener(CubaTokenListLabel.RemoveTokenListener listener) |
void |
setClickListener(CubaTokenListLabel.ClickListener clickListener) |
void |
setEditable(boolean editable) |
void |
setText(java.lang.String text) |
addComponent, addComponent, addComponentAsFirst, addLayoutClickListener, beforeClientResponse, getComponent, getComponentCount, getComponentIndex, getCss, iterator, readDesign, removeComponent, removeLayoutClickListener, replaceComponent, writeDesignisRequiredIndicatorVisible, readMargin, setRequiredIndicatorVisible, writeMarginaddComponentAttachListener, addComponentDetachListener, addComponents, fireComponentAttachEvent, fireComponentDetachEvent, getComponentIterator, moveComponentsFrom, removeAllComponents, removeComponentAttachListener, removeComponentDetachListener, setHeight, setWidthaddContextClickListener, addContextHelpIconClickListener, addListener, addShortcutListener, addStyleName, attach, detach, ensureContextHelpInitialized, findAncestor, fireComponentErrorEvent, fireComponentEvent, fireContextHelpClick, focus, getActionManager, getCaption, getComponentError, getComponentErrorProvider, getContextHelpText, getCubaId, getCustomAttributes, getData, getDebugId, getDescription, getErrorMessage, getHeight, getHeightUnits, getIcon, getId, getLocale, getParent, getPrimaryStyleName, getRequiredError, getStyleName, getWidth, getWidthUnits, isCaptionAsHtml, isConnectorEnabled, isContextHelpTextHtmlEnabled, isEnabled, isOrHasAncestor, isReadOnly, isResponsive, isVisible, removeContextClickListener, removeListener, removeShortcutListener, removeStyleName, setCaption, setCaptionAsHtml, setComponentError, setComponentErrorProvider, setContextHelpText, setContextHelpTextHtmlEnabled, setCubaId, setData, setDebugId, setDescription, setDescription, setEnabled, setHeight, setHeightFull, setHeightUndefined, setIcon, setId, setLocale, setParent, setPrimaryStyleName, setReadOnly, setRequiredError, setResponsive, setSizeFull, setSizeUndefined, setStyleName, setVisible, setWidth, setWidthFull, setWidthUndefinedaddAttachListener, addDetachListener, addExtension, addListener, addListener, addListener, addListener, addListener, addListener, addMethodInvocationToQueue, createState, encodeState, equals, fireEvent, getAllChildrenIterable, getConnectorId, getErrorHandler, getExtensions, getIncorrectConcurrentAccessHandler, getListeners, getResource, getRpcManager, getRpcProxy, getSession, getStateType, getUI, handleConnectorRequest, hashCode, hasListeners, isAttached, isThis, markAsDirty, markAsDirtyRecursive, registerRpc, registerRpc, removeAttachListener, removeDetachListener, removeExtension, removeListener, removeListener, removeListener, removeListener, removeListener, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setConnectorResource, setErrorHandler, setIncorrectConcurrentAccessHandler, setResource, updateDiffstateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddComponents, getComponentIterator, moveComponentsFrom, removeAllComponentsaddListener, addStyleName, addStyleNames, attach, getCaption, getCubaId, getDescription, getIcon, getId, getLocale, getParent, getPrimaryStyleName, getStyleName, getUI, isEnabled, isVisible, removeListener, removeStyleName, removeStyleNames, setCaption, setCubaId, setEnabled, setIcon, setId, setParent, setPrimaryStyleName, setStyleName, setStyleName, setVisibleaddAttachListener, addDetachListener, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandlerprotected static final java.lang.String LABEL_STYLENAME
protected CubaTokenListLabel.ClickListener clickListener
protected java.util.List<CubaTokenListLabel.RemoveTokenListener> listeners
protected com.haulmont.cuba.web.widgets.client.tokenlistlabel.CubaTokenListLabelServerRpc rpc
protected com.haulmont.cuba.web.widgets.client.tokenlistlabel.CubaTokenListLabelState getState()
getState in class com.vaadin.ui.CssLayoutprotected com.haulmont.cuba.web.widgets.client.tokenlistlabel.CubaTokenListLabelState getState(boolean markAsDirty)
getState in class com.vaadin.ui.CssLayoutpublic void addListener(CubaTokenListLabel.RemoveTokenListener listener)
public void removeListener(CubaTokenListLabel.RemoveTokenListener listener)
public void setClickListener(CubaTokenListLabel.ClickListener clickListener)
public void setText(java.lang.String text)
public java.lang.String getText()
public boolean isEditable()
public void setEditable(boolean editable)