Interface HasScope
- All Superinterfaces:
- com.vaadin.flow.component.HasElement,- Serializable
- All Known Implementing Classes:
- TableHeaderCell
public interface HasScope
extends com.vaadin.flow.component.HasElement
A mixing interface for components, that have a "scope" attribute.
- Author:
- Stefan Uebe
- 
Field SummaryFields
- 
Method SummaryMethods inherited from interface com.vaadin.flow.component.HasElementgetElement
- 
Field Details- 
ATTRIBUTE_SCOPE- See Also:
 
 
- 
- 
Method Details- 
setScopeSets the scope attribute for this instance. Any compliance checks are delegated to the browser.- Parameters:
- scope- scope
 
- 
getScopeReturns the scope attribute of this instance. The value is null, when no attribute has been set for this instance, which means, that on the client side it depends on the actual table structure.- Returns:
- scope
 
- 
resetScopedefault void resetScope()Resets the scope to its default. The default value on the server side is null; on the client side it depends on the actual table structure.
 
-