Class FullCalendarUrlQueryParametersBinderProvider
java.lang.Object
io.jmix.flowui.facet.urlqueryparameters.AbstractUrlQueryParametersBinderProvider
io.jmix.fullcalendarflowui.facet.urlqueryparameters.FullCalendarUrlQueryParametersBinderProvider
- All Implemented Interfaces:
- UrlQueryParametersBinderProvider
@Component("fcalen_FullCalendarUrlQueryParametersBinderProvider")
public class FullCalendarUrlQueryParametersBinderProvider
extends AbstractUrlQueryParametersBinderProvider
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic class
- 
Field SummaryFields inherited from class io.jmix.flowui.facet.urlqueryparameters.AbstractUrlQueryParametersBinderProviderloaderSupport, urlParamSerializer
- 
Constructor SummaryConstructorsConstructorDescriptionFullCalendarUrlQueryParametersBinderProvider(UrlParamSerializer urlParamSerializer, LoaderSupport loaderSupport) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidload(UrlQueryParametersFacet facet, org.dom4j.Element element, ComponentLoader.ComponentContext context) Loads parameters from XML to create a binder that binds the parameters of the URL query and the state of the component.booleansupports(org.dom4j.Element element) Checks whether the provided element can be loaded by provider.Methods inherited from class io.jmix.flowui.facet.urlqueryparameters.AbstractUrlQueryParametersBinderProviderloadAttribute, loadRequiredAttribute
- 
Constructor Details
- 
Method Details- 
supportspublic boolean supports(org.dom4j.Element element) Description copied from interface:UrlQueryParametersBinderProviderChecks whether the provided element can be loaded by provider.- Parameters:
- element- element to check
- Returns:
- trueif element is supported
 
- 
loadpublic void load(UrlQueryParametersFacet facet, org.dom4j.Element element, ComponentLoader.ComponentContext context) Description copied from interface:UrlQueryParametersBinderProviderLoads parameters from XML to create a binder that binds the parameters of the URL query and the state of the component.See example: PaginationUrlQueryParametersBinderProvider.- Parameters:
- facet- the facet
- element- element to load
- context- loader context
 
 
-