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

    • RoleFilterChangeEvent

      public RoleFilterChangeEvent(RoleFilter filter)
    • RoleFilterChangeEvent

      public RoleFilterChangeEvent(RoleFilter filter, @Nullable String name, @Nullable String code, @Nullable RoleSource source)
  • Method Details

    • getNameValue

      @Nullable public String getNameValue()
    • getCodeValue

      @Nullable public String getCodeValue()
    • getSourceValue

      @Nullable public RoleSource getSourceValue()
    • getSourceValueAsString

      @Nullable protected String getSourceValueAsString()
    • matches

      public boolean matches(BaseRole role)