Class RowLevelRoleModelLookupView

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, com.vaadin.flow.router.AfterNavigationObserver, com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.BeforeLeaveObserver, com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.internal.AfterNavigationHandler, com.vaadin.flow.router.internal.BeforeEnterHandler, com.vaadin.flow.router.internal.BeforeLeaveHandler, FacetOwner, FragmentOwner, LookupView<RowLevelRoleModel>, MultiSelectLookupView, Serializable

@RouteAlias(value="sec/rowlevelrolemodelslookup", layout=DefaultMainViewParent.class) @Route(value="sec/row-level-role-models-lookup", layout=DefaultMainViewParent.class) @ViewController("sec_RowLevelRoleModel.lookup") @ViewDescriptor("row-level-role-model-lookup-view.xml") @DialogMode(width="50em") public class RowLevelRoleModelLookupView extends StandardListView<RowLevelRoleModel>
See Also:
  • Field Details

  • Constructor Details

    • RowLevelRoleModelLookupView

      public RowLevelRoleModelLookupView()
  • Method Details

    • onInit

      @Subscribe public void onInit(View.InitEvent event)
    • onBeforeShow

      @Subscribe public void onBeforeShow(View.BeforeShowEvent event)
    • setExcludedRoles

      public void setExcludedRoles(List<String> excludedRolesCodes)
    • setUser

      public void setUser(org.springframework.security.core.userdetails.UserDetails user)
    • setCurrentRoleModel

      public void setCurrentRoleModel(BaseRoleModel currentRoleModel)