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.IncorrectConcurrentAccessHandler
com.vaadin.ui.Layout.AlignmentHandler, com.vaadin.ui.Layout.MarginHandler, com.vaadin.ui.Layout.SpacingHandler
com.vaadin.ui.HasComponents.ComponentAttachDetachNotifier, com.vaadin.ui.HasComponents.ComponentAttachEvent, com.vaadin.ui.HasComponents.ComponentAttachListener, com.vaadin.ui.HasComponents.ComponentDetachEvent, com.vaadin.ui.HasComponents.ComponentDetachListener
com.vaadin.ui.Component.ErrorEvent, com.vaadin.ui.Component.Event, com.vaadin.ui.Component.Focusable, com.vaadin.ui.Component.HasContextHelp, com.vaadin.ui.Component.Listener
com.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, writeDesign
isRequiredIndicatorVisible, readMargin, setRequiredIndicatorVisible, writeMargin
addComponentAttachListener, addComponentDetachListener, addComponents, fireComponentAttachEvent, fireComponentDetachEvent, getComponentIterator, moveComponentsFrom, removeAllComponents, removeComponentAttachListener, removeComponentDetachListener, setHeight, setWidth
addContextClickListener, 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, setWidthUndefined
addAttachListener, 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, updateDiffstate
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addComponents, getComponentIterator, moveComponentsFrom, removeAllComponents
addListener, 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, setVisible
addAttachListener, addDetachListener, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler
protected 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.CssLayout
protected com.haulmont.cuba.web.widgets.client.tokenlistlabel.CubaTokenListLabelState getState(boolean markAsDirty)
getState
in class com.vaadin.ui.CssLayout
public 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)