Class LabelElementUi

  • All Implemented Interfaces:
    ElementUi, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasText, Serializable

    public class LabelElementUi
    extends com.vaadin.flow.component.html.Label
    implements ElementUi
    Author:
    Mauricio Ruiz Beltrán <mauricio.ruiz@kuwaiba.org>
    See Also:
    Serialized Form
    • Constructor Detail

      • LabelElementUi

        public LabelElementUi()
    • Method Detail

      • getElementUiValue

        public String getElementUiValue()
      • setElementUiValue

        public void setElementUiValue​(String elementUiValue)
      • getElementUiStyleName

        public String getElementUiStyleName()
      • setElementUiStyleName

        public void setElementUiStyleName​(String elementUiStyleName)
      • getElementUiAlignment

        public String getElementUiAlignment()
      • setElementUiAlignment

        public void setElementUiAlignment​(String elementUiAlignment)
      • getElementUiOnLoad

        public String getElementUiOnLoad()
      • setElementUiOnLoad

        public void setElementUiOnLoad​(String elementUiOnLoad)
      • getElementUiOnPropertyChange

        public String getElementUiOnPropertyChange()
      • setElementUiOnPropertyChange

        public void setElementUiOnPropertyChange​(String elementUiOnPropertyChange)
      • addEventListener

        public void addEventListener​(com.vaadin.flow.server.Command command)
        Specified by:
        addEventListener in interface ElementUi