Skip to content

Conversation

@KremnevDmitry
Copy link
Contributor

@KremnevDmitry KremnevDmitry self-assigned this Dec 26, 2025
return Strings.isNullOrEmpty(calendarDisplayModeParam) ? CALENDAR_DISPLAY_MODE_PARAM : calendarDisplayModeParam;
}

protected String _getCalendarDisplayModeParam() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getCalendarDisplayModeParamInternal()

return Strings.isNullOrEmpty(calendarDateParam) ? CALENDAR_DATE_PARAM : calendarDateParam;
}

protected String _getCalendarDateParam() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getCalendarDateParamInternal()

/**
* Interface defining methods for managing facet API elements.
*/
public interface HasFacetsComponents {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mb just HasFacets? Facet doesn't extend Component


@Internal
@Nullable
public static Composite<?> findCurrentOwner(GenericFilter genericFilter) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JavaDoc


@Internal
@Nullable
public static <T extends Facet> T getFacet(GenericFilter genericFilter, Class<T> facetClass) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JavaDoc


@Internal
@Nullable
public static <T extends Facet> T getFacet(@Nullable Composite<?> currentOwner, Class<T> facetClass) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JavaDoc

@KremnevDmitry KremnevDmitry linked an issue Jan 13, 2026 that may be closed by this pull request
@KremnevDmitry KremnevDmitry requested a review from glebfox January 13, 2026 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support facets in Fragment

3 participants