Class RoleFilter
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.shared.Registration
addRoleFilterChangeListener
(com.vaadin.flow.component.ComponentEventListener<RoleFilterChangeEvent> listener) void
protected void
protected void
protected void
protected void
protected void
boolean
boolean
boolean
protected void
onFilterFieldValueChange
(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<?, ?> event) void
setCodeFilterVisible
(boolean visible) void
setMessages
(Messages messages) void
setNameFilterVisible
(boolean visible) void
setSourceFilterVisible
(boolean visible) void
setUiComponents
(UiComponents uiComponents) Methods inherited from class com.vaadin.flow.component.Composite
getChildren, getContent, getElement, initContent
Methods inherited from class com.vaadin.flow.component.Component
addListener, findAncestor, fireEvent, from, get, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, scrollIntoView, set, setElement, setId, setVisible
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListener
Methods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListener
-
Field Details
-
messages
-
uiComponents
-
-
Constructor Details
-
RoleFilter
public RoleFilter()
-
-
Method Details
-
setMessages
-
setUiComponents
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.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)
-