public class UITokenField extends org.vaadin.tokenfield.TokenField implements UIComponent, UIField
org.vaadin.tokenfield.TokenField.InsertPositioncom.vaadin.ui.AbstractField.FocusShortcut, com.vaadin.ui.AbstractField.ReadOnlyStatusChangeEventcom.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.Listenercom.vaadin.server.ClientConnector.AttachEvent, com.vaadin.server.ClientConnector.AttachListener, com.vaadin.server.ClientConnector.ConnectorErrorEvent, com.vaadin.server.ClientConnector.DetachEvent, com.vaadin.server.ClientConnector.DetachListenercom.vaadin.server.Sizeable.Unitcom.vaadin.ui.Field.ValueChangeEventcom.vaadin.data.Buffered.SourceExceptioncom.vaadin.data.Property.Editor, com.vaadin.data.Property.ReadOnlyException, com.vaadin.data.Property.ReadOnlyStatusChangeListener, com.vaadin.data.Property.ReadOnlyStatusChangeNotifier, com.vaadin.data.Property.Transactional<T>, com.vaadin.data.Property.ValueChangeListener, com.vaadin.data.Property.ValueChangeNotifier, com.vaadin.data.Property.Viewer| Constructor and Description |
|---|
UITokenField(UIComponentData componentData) |
| Modifier and Type | Method and Description |
|---|---|
UIComponentData |
getComponentData()
Returns the component definition (LSPS RecordHolder instance which is
subtype of "ui::Component") associated with this Vaadin component.
|
com.vaadin.ui.AbstractComponent |
getWidget()
Returns the Vaadin widget which implements the UI part of this component.
|
boolean |
isEmpty() |
void |
refresh()
This method is called from LSPS rendering engine.
|
void |
setReadOnly(boolean readOnly) |
String |
toString() |
void |
validate() |
addToken, configureTokenButton, focus, getContainerDataSource, getFilteringMode, getInputPrompt, getLayout, getTabIndex, getTokenCaption, getTokenCaptionMode, getTokenCaptionPropertyId, getTokenIcon, getTokenIconPropertyId, getTokenIds, getTokenInsertPosition, getType, initContent, isNewTokensAllowed, isRememberNewTokens, onTokenClick, onTokenDelete, onTokenInput, rememberToken, removeToken, setContainerDataSource, setFilteringMode, setHeight, setInputHeight, setInputHeight, setInputPrompt, setInputSizeFull, setInputSizeUndefined, setInputWidth, setInputWidth, setInternalValue, setLayout, setNewTokensAllowed, setRememberNewTokens, setSizeFull, setSizeUndefined, setTabIndex, setTokenCaption, setTokenCaptionMode, setTokenCaptionPropertyId, setTokenIcon, setTokenIconPropertyId, setTokenInsertPosition, setWidthattach, getContent, iterator, setFocusDelegateaddListener, addListener, addReadOnlyStatusChangeListener, addValidator, addValueChangeListener, beforeClientResponse, clear, commit, detach, discard, fireReadOnlyStatusChange, fireValueChange, getConversionError, getConversionError, getConvertedValue, getConverter, getCurrentBufferedSourceException, getCustomAttributes, getErrorMessage, getInternalValue, getModelType, getPropertyDataSource, getRequiredError, getState, getState, getValidators, getValue, isBuffered, isImmediate, isInvalidAllowed, isInvalidCommitted, isModified, isReadOnly, isRequired, isValid, isValidationVisible, readDesign, readOnlyStatusChange, removeAllValidators, removeListener, removeListener, removeReadOnlyStatusChangeListener, removeValidator, removeValueChangeListener, setBuffered, setConversionError, setConvertedValue, setConverter, setConverter, setCurrentBufferedSourceException, setInvalidAllowed, setInvalidCommitted, setLocale, setPropertyDataSource, setRequired, setRequiredError, setValidationVisible, setValue, setValue, setValue, shouldHideErrors, validate, valueChange, writeDesignaddContextClickListener, addListener, addShortcutListener, addStyleName, findAncestor, fireComponentErrorEvent, fireComponentEvent, getActionManager, getCaption, getComponentError, getData, getDebugId, getDescription, getExplicitImmediateValue, getHeight, getHeightUnits, getIcon, getId, getLocale, getParent, getPrimaryStyleName, getStyleName, getWidth, getWidthUnits, isCaptionAsHtml, isConnectorEnabled, isEnabled, isOrHasAncestor, isResponsive, isVisible, removeContextClickListener, removeListener, removeShortcutListener, removeStyleName, setCaption, setCaptionAsHtml, setComponentError, setData, setDebugId, setDescription, setEnabled, setHeight, setHeightUndefined, setIcon, setId, setImmediate, setParent, setPrimaryStyleName, setResponsive, setStyleName, setStyleName, setVisible, setWidth, setWidthUndefinedaddAttachListener, addDetachListener, addExtension, addListener, addListener, addListener, addMethodInvocationToQueue, createState, encodeState, equals, fireEvent, getAllChildrenIterable, getConnectorId, getErrorHandler, getExtensions, getListeners, getResource, getRpcManager, getRpcProxy, getSession, getStateType, getUI, handleConnectorRequest, hashCode, hasListeners, isAttached, isThis, markAsDirty, markAsDirtyRecursive, registerRpc, registerRpc, removeAttachListener, removeDetachListener, removeExtension, removeListener, removeListener, removeListener, removeListener, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler, setResourceclone, finalize, getClass, notify, notifyAll, wait, wait, waitisRequired, setRequiredaddListener, addStyleName, getCaption, getDescription, getIcon, getId, getLocale, getParent, getPrimaryStyleName, getStyleName, getUI, isEnabled, isReadOnly, isVisible, readDesign, removeListener, removeStyleName, setCaption, setEnabled, setIcon, setId, setParent, setPrimaryStyleName, setStyleName, setVisible, writeDesignaddAttachListener, addDetachListener, beforeClientResponse, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandlergetHeight, getHeightUnits, getWidth, getWidthUnits, setHeight, setHeightUndefined, setWidth, setWidthUndefinedforEach, spliteratorpublic UITokenField(UIComponentData componentData)
componentData - public void refresh()
UIComponentUIComponentData.getHints().refresh in interface UIComponentpublic com.vaadin.ui.AbstractComponent getWidget()
UIComponentgetWidget in interface UIComponentpublic UIComponentData getComponentData()
UIComponentgetComponentData in interface UIComponentpublic String toString()
toString in class com.vaadin.ui.AbstractFieldpublic boolean isEmpty()
isEmpty in interface com.vaadin.ui.FieldisEmpty in class com.vaadin.ui.AbstractFieldpublic void validate()
throws com.vaadin.data.Validator.InvalidValueException
validate in interface com.vaadin.data.Validatablevalidate in class com.vaadin.ui.AbstractFieldcom.vaadin.data.Validator.InvalidValueExceptionpublic void setReadOnly(boolean readOnly)
setReadOnly in interface com.vaadin.data.PropertysetReadOnly in interface com.vaadin.ui.ComponentsetReadOnly in class org.vaadin.tokenfield.TokenFieldCopyright © 2007-2018 Whitestein Technologies. All Rights Reserved.