Class RoleFilterChangeEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<RoleFilter>
io.jmix.securityflowui.component.rolefilter.RoleFilterChangeEvent
All Implemented Interfaces:
Serializable

public class RoleFilterChangeEvent extends com.vaadin.flow.component.ComponentEvent<RoleFilter>
See Also:
  • Constructor Details

  • Method Details

    • getNameValue

      public @Nullable String getNameValue()
    • getCodeValue

      public @Nullable String getCodeValue()
    • getSourceValue

      public @Nullable RoleSourceType getSourceValue()
    • getSourceValueAsString

      protected @Nullable String getSourceValueAsString()
    • matches

      public boolean matches(BaseRole role)