Class AttributeLocalizationComponent

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<com.vaadin.flow.component.orderedlayout.VerticalLayout>
io.jmix.dynattrflowui.view.localization.AttributeLocalizationComponent
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, Serializable

public class AttributeLocalizationComponent extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.orderedlayout.VerticalLayout>
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • initContent

      protected com.vaadin.flow.component.orderedlayout.VerticalLayout initContent()
      Overrides:
      initContent in class com.vaadin.flow.component.Composite<com.vaadin.flow.component.orderedlayout.VerticalLayout>
    • loadLocalizedValues

      protected void loadLocalizedValues()
    • addAttributeLocalizedValue

      protected void addAttributeLocalizedValue(String locale, String propertyName, String value)
    • getAttributeLocalizedValue

      protected AttributeLocalizedValue getAttributeLocalizedValue(String locale)
    • createAttributeLocalizedValue

      protected AttributeLocalizedValue createAttributeLocalizedValue(String locale)
    • setMsgBundle

      protected void setMsgBundle(@Nullable String msgBundle, String propertyName)
    • getMsgBundle

      protected String getMsgBundle(String propertyName)
    • setupFieldsLock

      protected void setupFieldsLock()
    • setNameMsgBundle

      public void setNameMsgBundle(@Nullable String nameMsgBundle)
    • setDescriptionMsgBundle

      public void setDescriptionMsgBundle(String descriptionMsgBundle)
    • removeDescriptionColumn

      public void removeDescriptionColumn()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getNameMsgBundle

      public String getNameMsgBundle()
    • getDescriptionMsgBundle

      public String getDescriptionMsgBundle()