public class OptionGroupCustomIdExtension
extends com.vaadin.server.AbstractExtension
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| Constructor and Description |
|---|
OptionGroupCustomIdExtension(com.vaadin.v7.ui.OptionGroup optionGroup,
String customId) |
| Modifier and Type | Method and Description |
|---|---|
protected OptionGroupCustomIdState |
getState() |
void |
setCustomId(String id)
Allows to change the customId, after setting this, updateIds() has to be called.
|
void |
updateIds()
Triggers the update of the custom HTML ids.
|
extend, getParent, getSupportedParentType, remove, setParentaddAttachListener, addDetachListener, addExtension, addListener, addListener, addListener, addMethodInvocationToQueue, attach, beforeClientResponse, createState, detach, encodeState, equals, fireEvent, getAllChildrenIterable, getConnectorId, getErrorHandler, getExtensions, getListeners, getResource, getRpcManager, getRpcProxy, getSession, getState, getStateType, getUI, handleConnectorRequest, hashCode, hasListeners, isAttached, isConnectorEnabled, isThis, markAsDirty, markAsDirtyRecursive, registerRpc, registerRpc, removeAttachListener, removeDetachListener, removeExtension, removeListener, removeListener, removeListener, removeListener, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler, setResource, updateDiffstateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddAttachListener, addDetachListener, attach, beforeClientResponse, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, getUI, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandlerpublic OptionGroupCustomIdExtension(com.vaadin.v7.ui.OptionGroup optionGroup,
String customId)
optionGroup - The optionGroup to be customizedcustomId - The customId of the optionGroupprotected OptionGroupCustomIdState getState()
getState in class com.vaadin.server.AbstractClientConnectorpublic void setCustomId(String id)
id - public void updateIds()
Copyright © 2019 Flowing Code. All rights reserved.