Package com.storedobject.vaadin
Interface HasElement
- All Superinterfaces:
com.vaadin.flow.component.HasElement,HasThemeStyle,Serializable
- All Known Subinterfaces:
AbstractObjectInput<T>,DelegatedIdInput<T>,DelegatedObjectInput<T>,HasIcon,HasSquareElement,IdInput<T>,ItemInput<T>,ObjectInput<T>
- All Known Implementing Classes:
AbstractObjectField,AccountField,AssemblyItemField,BadgeIcon,BinField,BlockComboField,ButtonIcon,FileField,Icon,ImageButton,ItemComboField,ItemField,ItemGetField,ItemTypeGetField,LocationField,ObjectCodeField,ObjectComboField,ObjectField,ObjectFormField,ObjectGetField,ObjectListField,ObjectSearcherField,ObjectSearchField,UserField
Slight enhancements to Vaadin's
HasElement interface.- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringgetAttribute(String attribute) Get the specific attribute value of an element.default StringGet the specific style value of an element.default voidsetAttribute(String attribute, String attributeValue) Set attribute of the element.default voidSet style of the element.Methods inherited from interface com.vaadin.flow.component.HasElement
getElementMethods inherited from interface com.storedobject.vaadin.HasThemeStyle
addTheme, asPrimary, asSmall, clearThemes, getInternalElement, removeTheme, setTheme
-
Method Details
-
setStyle
-
getStyle
-
setAttribute
-
getAttribute
-