Package io.jmix.flowui.kit.meta
Interface StudioPropertyGroups.TooltipComponent
- All Superinterfaces:
StudioPropertyGroups.HideDelay,StudioPropertyGroups.Opened,StudioPropertyGroups.RequiredText
- Enclosing class:
StudioPropertyGroups
@StudioProperty(xmlAttribute="focusDelay",type=INTEGER) @StudioProperty(xmlAttribute="hoverDelay",type=INTEGER) @StudioProperty(xmlAttribute="manual",type=BOOLEAN) @StudioProperty(xmlAttribute="position",type=ENUMERATION,classFqn="com.vaadin.flow.component.shared.Tooltip$TooltipPosition",options={"TOP_START","TOP","TOP_END","BOTTOM_START","BOTTOM","BOTTOM_END","START_TOP","START","START_BOTTOM","END_TOP","END","END_BOTTOM"},setParameterFqn="com.vaadin.flow.component.shared.Tooltip$TooltipPosition") @StudioProperty(xmlAttribute="markdown",type=BOOLEAN,category="General",defaultValue="false")
public static interface StudioPropertyGroups.TooltipComponent
extends StudioPropertyGroups.HideDelay, StudioPropertyGroups.RequiredText, StudioPropertyGroups.Opened