java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<com.vaadin.flow.component.details.Details>
io.jmix.securityflowui.component.rolefilter.RoleFilter
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, Serializable, org.springframework.beans.factory.InitializingBean

public class RoleFilter extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.details.Details> implements org.springframework.beans.factory.InitializingBean
See Also:
  • Field Details

  • Constructor Details

    • RoleFilter

      public RoleFilter()
  • Method Details

    • setMessages

      @Autowired public void setMessages(Messages messages)
    • setUiComponents

      @Autowired public void setUiComponents(UiComponents uiComponents)
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • initNameFilter

      protected void initNameFilter()
    • initCodeFilter

      protected void initCodeFilter()
    • initSourceFilter

      protected void initSourceFilter()
    • initLayout

      protected void initLayout()
    • initRootComponent

      protected void initRootComponent()
    • isNameFilterVisible

      public boolean isNameFilterVisible()
    • setNameFilterVisible

      public void setNameFilterVisible(boolean visible)
    • isCodeFilterVisible

      public boolean isCodeFilterVisible()
    • setCodeFilterVisible

      public void setCodeFilterVisible(boolean visible)
    • isSourceFilterVisible

      public boolean isSourceFilterVisible()
    • setSourceFilterVisible

      public void setSourceFilterVisible(boolean visible)
    • onFilterFieldValueChange

      protected void onFilterFieldValueChange(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<?,?> event)
    • addRoleFilterChangeListener

      public com.vaadin.flow.shared.Registration addRoleFilterChangeListener(com.vaadin.flow.component.ComponentEventListener<RoleFilterChangeEvent> listener)