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,- com.vaadin.flow.component.HasStyle,- 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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationaddRoleFilterChangeListener(com.vaadin.flow.component.ComponentEventListener<RoleFilterChangeEvent> listener) voidprotected voidprotected voidprotected voidprotected voidprotected voidbooleanbooleanbooleanprotected voidonFilterFieldValueChange(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<?, ?> event) voidsetCodeFilterVisible(boolean visible) voidsetMessages(Messages messages) voidsetNameFilterVisible(boolean visible) voidsetSourceFilterVisible(boolean visible) voidsetUiComponents(UiComponents uiComponents) Methods inherited from class com.vaadin.flow.component.CompositegetChildren, getContent, getElement, initContentMethods inherited from class com.vaadin.flow.component.ComponentaddListener, findAncestor, fireEvent, from, get, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setId, setVisibleMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.AttachNotifieraddAttachListenerMethods inherited from interface com.vaadin.flow.component.DetachNotifieraddDetachListenerMethods inherited from interface com.vaadin.flow.component.HasStyleaddClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
- 
Field Details- 
messages
- 
uiComponents
 
- 
- 
Constructor Details- 
RoleFilterpublic RoleFilter()
 
- 
- 
Method Details- 
setMessages
- 
setUiComponents
- 
afterPropertiesSet- Specified by:
- afterPropertiesSetin interface- org.springframework.beans.factory.InitializingBean
- Throws:
- Exception
 
- 
initNameFilterprotected void initNameFilter()
- 
initCodeFilterprotected void initCodeFilter()
- 
initSourceFilterprotected void initSourceFilter()
- 
initLayoutprotected void initLayout()
- 
initRootComponentprotected void initRootComponent()
- 
isNameFilterVisiblepublic boolean isNameFilterVisible()
- 
setNameFilterVisiblepublic void setNameFilterVisible(boolean visible) 
- 
isCodeFilterVisiblepublic boolean isCodeFilterVisible()
- 
setCodeFilterVisiblepublic void setCodeFilterVisible(boolean visible) 
- 
isSourceFilterVisiblepublic boolean isSourceFilterVisible()
- 
setSourceFilterVisiblepublic void setSourceFilterVisible(boolean visible) 
- 
onFilterFieldValueChangeprotected void onFilterFieldValueChange(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<?, ?> event) 
- 
addRoleFilterChangeListenerpublic com.vaadin.flow.shared.Registration addRoleFilterChangeListener(com.vaadin.flow.component.ComponentEventListener<RoleFilterChangeEvent> listener) 
 
-