Uses of Class
org.linkki.core.ui.aspects.types.IconPosition
-
Packages that use IconPosition Package Description org.linkki.core.ui.aspects Aspects of Vaadin UI components that can be bound by linkki.org.linkki.core.ui.aspects.types org.linkki.core.ui.element.annotation Annotations for the creation and binding of UI elements.org.linkki.core.vaadin.component.base Basic linkki UI components. -
-
Uses of IconPosition in org.linkki.core.ui.aspects
Methods in org.linkki.core.ui.aspects that return types with arguments of type IconPosition Modifier and Type Method Description Aspect<IconPosition>IconPositionAspectDefinition. createAspect()Consumer<IconPosition>IconPositionAspectDefinition. createComponentValueSetter(ComponentWrapper componentWrapper)Constructors in org.linkki.core.ui.aspects with parameters of type IconPosition Constructor Description IconPositionAspectDefinition(IconPosition iconPosition) -
Uses of IconPosition in org.linkki.core.ui.aspects.types
Methods in org.linkki.core.ui.aspects.types that return IconPosition Modifier and Type Method Description static IconPositionIconPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static IconPosition[]IconPosition. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IconPosition in org.linkki.core.ui.element.annotation
Methods in org.linkki.core.ui.element.annotation that return IconPosition Modifier and Type Method Description IconPositioniconPosition()Specifies thepositionof the icon, whether it is displayed on the left or on the right side of the label.IconPositioniconPosition()Specifies thepositionof the icon, whether it is displayed on the left or on the right side of the link. -
Uses of IconPosition in org.linkki.core.vaadin.component.base
Methods in org.linkki.core.vaadin.component.base that return IconPosition Modifier and Type Method Description IconPositionLinkkiText. getIconPosition()Getter for the currently setpositionof the icon.Methods in org.linkki.core.vaadin.component.base with parameters of type IconPosition Modifier and Type Method Description voidLinkkiText. setIconPosition(IconPosition position)Sets theicon positionto be used.
-