Package org.linkki.core.ui.wrapper
Class LabelComponentWrapper
- java.lang.Object
-
- org.linkki.core.ui.wrapper.VaadinComponentWrapper
-
- org.linkki.core.ui.wrapper.LabelComponentWrapper
-
- All Implemented Interfaces:
Serializable,ComponentWrapper
public class LabelComponentWrapper extends VaadinComponentWrapper
Implementation of theComponentWrapperwith a vaadinComponentwith label support.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LabelComponentWrapper(com.vaadin.flow.component.Component component, WrapperType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetLabel(String labelText)StringtoString()-
Methods inherited from class org.linkki.core.ui.wrapper.VaadinComponentWrapper
getComponent, getType, registerBinding, setEnabled, setId, setTooltip, setValidationMessages, setVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.linkki.core.binding.wrapper.ComponentWrapper
postUpdate
-
-
-
-
Constructor Detail
-
LabelComponentWrapper
public LabelComponentWrapper(com.vaadin.flow.component.Component component, WrapperType type)
-
-