Package io.jmix.ui.widget
Class HtmlAttributesExtension
java.lang.Object
com.vaadin.server.AbstractClientConnector
com.vaadin.server.AbstractExtension
io.jmix.ui.widget.HtmlAttributesExtension
- All Implemented Interfaces:
com.vaadin.event.MethodEventSource,com.vaadin.server.ClientConnector,com.vaadin.server.Extension,com.vaadin.shared.Connector,Serializable
public class HtmlAttributesExtension
extends com.vaadin.server.AbstractExtension
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.server.AbstractClientConnector
com.vaadin.server.AbstractClientConnector.IncorrectConcurrentAccessHandlerNested classes/interfaces inherited from interface com.vaadin.server.ClientConnector
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 -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddOrUpdate(Set<AttributeInfo> attributes, AttributeInfo item) voidbeforeClientResponse(boolean initial) static HtmlAttributesExtensionget(com.vaadin.ui.Component component) protected StringgetAttributeValue(String querySelector, String attributeName, AttributeType type) getCssProperty(String propertyName) getCssProperty(String querySelector, String propertyName) getDomAttribute(String attributeName) getDomAttribute(String querySelector, String attributeName) protected HtmlAttributesExtensionStategetState()protected HtmlAttributesExtensionStategetState(boolean markAsDirty) voidremoveCssProperty(String propertyName) voidremoveCssProperty(String querySelector, String propertyName) voidremoveDomAttribute(String attributeName) voidremoveDomAttribute(String querySelector, String attributeName) voidsetCssProperty(String propertyName, String value) voidsetCssProperty(String querySelector, String propertyName, String value) voidsetDomAttribute(String attributeName, String value) voidsetDomAttribute(String querySelector, String attributeName, String value) Methods inherited from class com.vaadin.server.AbstractExtension
extend, getParent, getSupportedParentType, remove, setParentMethods inherited from class com.vaadin.server.AbstractClientConnector
addAttachListener, addDetachListener, addExtension, addListener, addListener, addListener, addListener, addListener, addListener, addMethodInvocationToQueue, attach, createState, detach, encodeState, equals, fireEvent, getAllChildrenIterable, getConnectorId, getErrorHandler, getExtensions, getIncorrectConcurrentAccessHandler, getListeners, getResource, getRpcManager, getRpcProxy, getSession, getStateType, getUI, handleConnectorRequest, hashCode, hasListeners, isAttached, isConnectorEnabled, isThis, markAsDirty, markAsDirtyRecursive, registerRpc, registerRpc, removeAttachListener, removeDetachListener, removeExtension, removeListener, removeListener, removeListener, removeListener, removeListener, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setConnectorResource, setErrorHandler, setIncorrectConcurrentAccessHandler, setResource, updateDiffstateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.server.ClientConnector
addAttachListener, addDetachListener, attach, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, getUI, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandlerMethods inherited from interface com.vaadin.shared.Connector
getConnectorId
-
Field Details
-
removeDomAttributes
-
removeCssProperties
-
-
Constructor Details
-
HtmlAttributesExtension
public HtmlAttributesExtension(com.vaadin.server.AbstractClientConnector target)
-
-
Method Details
-
get
-
getState
- Overrides:
getStatein classcom.vaadin.server.AbstractClientConnector
-
getState
- Overrides:
getStatein classcom.vaadin.server.AbstractClientConnector
-
setDomAttribute
-
setDomAttribute
-
getDomAttribute
-
getDomAttribute
-
removeDomAttribute
-
removeDomAttribute
-
setCssProperty
-
setCssProperty
-
getCssProperty
-
getCssProperty
-
removeCssProperty
-
removeCssProperty
-
getAttributeValue
@Nullable protected String getAttributeValue(String querySelector, String attributeName, AttributeType type) -
addOrUpdate
-
beforeClientResponse
public void beforeClientResponse(boolean initial) - Specified by:
beforeClientResponsein interfacecom.vaadin.server.ClientConnector- Overrides:
beforeClientResponsein classcom.vaadin.server.AbstractClientConnector
-